Rss Feeds

朋友

最新文章:

链接

两个Firefox边栏的妙用

10月 21st, 2007 | Author: syber | In Firefox, ghacks, 建议, 浏览器 | Print This Post Print This Post | Permalink

我并不使用Firefox的边栏,但我知道有些用户喜欢使用它。边栏有一些限制,但是下面的妙计可以摆脱两个限制。第一个妙计是移除边栏宽度的限制,另一个则是将边栏左边移动到右边,这样可以有更大的空间来读网页。

两者妙计可以在Firefox的profile文件夹中的userChrome.css文件中实行。可以搜索userChrome.css,这样可以发现它的位置。双击该文件,添加一个或两个下面的妙计到文件尾部。

边栏左边移动到右边可以添加:

#browser {moz-box-direction: reverse;}

增加边栏的宽度可以添加:

#sidebar {max-width: none !important; }

重启浏览器即可。

原文链接

Related posts

I hope you enjoyed reading this post. You may now subscribe to my RSS Feed, scroll down to leave a comment or get back to the homepage.

Leave a Reply

Subscribe without commenting