Firefox 下迅速发现未浏览的 tabs
很多人有时会在 firefox 下打开很多 tabs,如何在众多的 tabs 中迅速发现还没有浏览过的呢?最简便的方法莫过于改变未浏览过的 tabs 的外观,使其突出显示。
/*修改 %APPDATA%\Mozilla\Firefox\Profiles\*.default\chrome 下的 userChrome.css 文件,添加如下内容*/
#content tab:not([selected]) {color: blue !important; }
这样未浏览过的 tabs 会以蓝色显示,你也可以添加其它 css 属性,当然,最重要的是要区别于浏览过的 tabs。
This entry was posted on Tuesday, June 2nd, 2009 at 8:33 am and is filed under firefox. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


