<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>花儿开了 &#187; userchrome</title>
	<atom:link href="http://blog.istef.info/tag/userchrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.istef.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 06 Jun 2010 05:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://blog.istef.info/?pushpress=hub'/>
		<item>
		<title>让 Firefox 状态栏图标自动隐藏</title>
		<link>http://blog.istef.info/2008/03/27/autohide-firefox-status-icons/</link>
		<comments>http://blog.istef.info/2008/03/27/autohide-firefox-status-icons/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 15:19:10 +0000</pubDate>
		<dc:creator>iStef</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[statusbar]]></category>
		<category><![CDATA[userchrome]]></category>

		<guid isPermaLink="false">http://blog.istef.info/2008/03/27/autohide-firefox-status-icons/</guid>
		<description><![CDATA[Firefox 这款超级强大的浏览器，最有魅力的地方就是它丰富的扩展。扩展多了功能强是很自然的事情，但同时也会给用户带来些困扰。其中状态栏的过度占用就是个挺恼人的问题，尤其是对一些扩展狂人（eg. me -_-），好好的状态栏竟被扩展的图标占去了一半。不仅视觉上不太好，而且在一些小窗口中还会盖过原本的状态栏提示文字，很是不方便。 Firefox 著名插件 Stylish 的官网上给出了一个小 Script 很好的解决了这个问题 (via LH)。利用这个小 CSS 技巧，可以实现让状态栏上的小图标像 Windows 任务栏一样自动隐藏。当鼠标移过状态栏时又会显示出来。具体的代码在这里（进去后点 ShowCode），我就不再重复了，需要用的朋友可以自取。 当然，原文给出的方案需要安装 Stylish 扩展。如果你像我一样没有安装 Stylish 而且也不想安装 Stylish 的话（我这种人真麻烦 -_-b），这里我给出一个小解决方案。可以利用 Firefox 自身的 UserChrome.css 来实现同样的效果。 首先找到你的 Firefox Profile 所在目录，一般是 %Application Data%/Mozilla/firefox/profile/&#8230;../ 之类，然后再 Chrome 文件夹下找到 userChrome.css 文件，如果没有的话就自己创建一个。打开这个文件，在里面添加这个页面里的代码。需要注意的是，复制粘贴代码时，把第一行 @namespace 那行去掉就可以了。添加完后保存，退出并重新启动 Firefox，您就可以看到效果了。 我已经在 Firefox 3 Beta 4 上测试通过了，效果还行，状态栏彻底清净了。但是这个效果离我预期的还是有些差距。不知道有没有什么插件可以模仿到 Windows XP/Vista 那种通知区域图标的管理方式呢？比如实现可以自选隐藏哪些显示哪些的。如果您知道有这样的插件，欢迎在留言中告诉我啊]]></description>
			<content:encoded><![CDATA[<p>Firefox 这款超级强大的浏览器，最有魅力的地方就是它丰富的扩展。扩展多了功能强是很自然的事情，但同时也会给用户带来些困扰。其中状态栏的过度占用就是个挺恼人的问题，尤其是对一些扩展狂人（eg. me -_-），好好的状态栏竟被扩展的图标占去了一半。不仅视觉上不太好，而且在一些小窗口中还会盖过原本的状态栏提示文字，很是不方便。</p>
<p><img height="248" alt="firefox" src="http://blog.istef.info/wp-content/uploads/2008/03/firefox.jpg" width="308" border="0"> </p>
<p>Firefox 著名插件 <a href="https://addons.mozilla.org/firefox/2108/">Stylish</a> 的官网上给出了一个小 Script 很好的解决了这个问题 (<a href="http://lifehacker.com/372810/auto+hide-firefox-status-bar-icons">via LH</a>)。利用这个小 CSS 技巧，可以实现让状态栏上的小图标像 Windows 任务栏一样自动隐藏。当鼠标移过状态栏时又会显示出来。具体的代码在<a href="http://userstyles.org/styles/5875">这里</a>（进去后点 ShowCode），我就不再重复了，需要用的朋友可以自取。</p>
<p>当然，原文给出的方案需要安装 Stylish 扩展。如果你像我一样没有安装 Stylish 而且也不想安装 Stylish 的话（我这种人真麻烦 -_-b），这里我给出一个小解决方案。可以利用 Firefox 自身的 UserChrome.css 来实现同样的效果。</p>
<p>首先找到你的 Firefox Profile 所在目录，一般是 %Application Data%/Mozilla/firefox/profile/&#8230;../ 之类，然后再 Chrome 文件夹下找到 userChrome.css 文件，如果没有的话就自己创建一个。打开这个文件，在里面添加<a href="http://userstyles.org/styles/5875">这个页面</a>里的代码。需要注意的是，复制粘贴代码时，把第一行 @namespace 那行去掉就可以了。添加完后保存，退出并重新启动 Firefox，您就可以看到效果了。</p>
<p>我已经在 Firefox 3 Beta 4 上测试通过了，效果还行，状态栏彻底清净了。但是这个效果离我预期的还是有些差距。不知道有没有什么插件可以模仿到 Windows XP/Vista 那种通知区域图标的管理方式呢？比如实现可以自选隐藏哪些显示哪些的。如果您知道有这样的插件，欢迎在留言中告诉我啊 <img src='http://blog.istef.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.istef.info%2F2008%2F03%2F27%2Fautohide-firefox-status-icons%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.istef.info%2F2008%2F03%2F27%2Fautohide-firefox-status-icons%2F&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.istef.info/2008/03/27/autohide-firefox-status-icons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>小技巧：让 Firefox 收藏工具栏&#8220;自动隐藏&#8221;</title>
		<link>http://blog.istef.info/2007/10/31/autohide-firefoxs-bookmarks/</link>
		<comments>http://blog.istef.info/2007/10/31/autohide-firefoxs-bookmarks/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 15:35:20 +0000</pubDate>
		<dc:creator>iStef</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[userchrome]]></category>

		<guid isPermaLink="false">http://blog.istef.info/2007/10/31/autohide-firefoxs-bookmarks/</guid>
		<description><![CDATA[相信很多朋友使用浏览器都有一个习惯，就是想方设法将浏览器的工作区设置为最大。较大的工作区可以减少我们滚动页面的几率，使用起来自然舒服很多。 对于 Firefox 用户来说，我们可以高度定义界面来实现这一点。除了隐藏菜单栏，使用小按钮外，最后一个需要隐藏的恐怕就是收藏夹工具栏了。其实说实话这个工具栏是我一直最舍不得隐藏的，因为上面有很多好用的 Bookmarklet。LH 的编辑们估计也想到了这一点，给出了以下技巧。通过修改 userChrome.css 文件，我们可以让收藏夹栏&#x201C;自动隐藏&#x201D;。详细步骤如下： 打开 userChrome.css 文件。这个文件在你的 Firefox Profile 文件夹中的 Chrome 文件夹内。 添加以下几行： /* Pop-up bookmarks toolbar */ #PersonalToolbar {display: none;} #navigator-toolbox:hover &#62; #PersonalToolbar {display: -moz-box;} 重新启动 Firefox 即可。 这个方法是不错，但还要适应一段时间。个人感觉晃来晃去的有点眼晕啊。]]></description>
			<content:encoded><![CDATA[<p><img id="id" src="http://lifehacker.com/assets/resources/2007/10/autohidebookmarks.gif" /> </p>
<p>相信很多朋友使用浏览器都有一个习惯，就是想方设法将浏览器的工作区设置为最大。较大的工作区可以减少我们滚动页面的几率，使用起来自然舒服很多。</p>
<p>对于 Firefox 用户来说，我们可以高度定义界面来实现这一点。除了隐藏菜单栏，使用小按钮外，最后一个需要隐藏的恐怕就是收藏夹工具栏了。其实说实话这个工具栏是我一直最舍不得隐藏的，因为上面有很多好用的 Bookmarklet。LH 的编辑们估计也想到了这一点，给出了<a href="http://lifehacker.com/software/firefox-tip/auto+hide-your-firefox-bookmarks-toolbar-316445.php">以下技巧</a>。通过修改 userChrome.css 文件，我们可以让收藏夹栏&#x201C;自动隐藏&#x201D;。详细步骤如下：</p>
<ol>
<li>打开 userChrome.css 文件。这个文件在你的 Firefox Profile 文件夹中的 Chrome 文件夹内。</li>
<li>添加以下几行：     <br />/* Pop-up bookmarks toolbar */      <br /> #PersonalToolbar {display: none;}      <br /> #navigator-toolbox:hover &gt; #PersonalToolbar {display: -moz-box;}</li>
<li>重新启动 Firefox 即可。</li>
</ol>
<p>这个方法是不错，但还要适应一段时间。个人感觉晃来晃去的有点眼晕啊。</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.istef.info%2F2007%2F10%2F31%2Fautohide-firefoxs-bookmarks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.istef.info%2F2007%2F10%2F31%2Fautohide-firefoxs-bookmarks%2F&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.istef.info/2007/10/31/autohide-firefoxs-bookmarks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 1/13 queries in 0.010 seconds using memcached
Object Caching 442/463 objects using memcached

Served from: blog.istef.info @ 2012-02-13 21:27:53 -->
