2008-02-12 [長年日記]
_ 会社向けFirefoxの設定
2chやgmailは使えない会社に勤めています。ですが、不意リンクを参照することがあるので、Firefoxでの(おそらく古典的な)対策を取りました。
以下をuserContent.cssに追加
a[href^="http://mail.google.com"]:after { content:"[Gmailの疑い有]"; font-size:normal; color :#ff0000; font-weight:bold; margin :auto 1em; } a[href*=".2ch.net"]:not([href*="/search?"])::after { content:"[2ch.netの疑い有]"; font-size:x-large; color :#ff0000; font-weight:bold; margin :auto 1em; text-decoration: underline; }
こうなりました
参考にしたページ
[ツッコミを入れる]