<?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; firefox技巧</title>
	<atom:link href="http://www.iamshin.com/tag/firefox%e6%8a%80%e5%b7%a7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamshin.com</link>
	<description>科技.软件.教学.杂杂~~ IAmShin.com</description>
	<lastBuildDate>Tue, 19 Jan 2010 03:48:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-RC1-15059</generator>
		<item>
		<title>Firefox3技巧 &#8211; 强制兼容旧的、没更新的插件</title>
		<link>http://www.iamshin.com/force-enable-firefox-addons/</link>
		<comments>http://www.iamshin.com/force-enable-firefox-addons/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 13:33:33 +0000</pubDate>
		<dc:creator>Shin小雨心情</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox3]]></category>
		<category><![CDATA[firefox技巧]]></category>
		<category><![CDATA[不兼容的插件]]></category>
		<category><![CDATA[小雨天境]]></category>
		<category><![CDATA[强制兼容 firefox插件]]></category>

		<guid isPermaLink="false">http://www.iamshin.com/?p=144</guid>
		<description><![CDATA[当我安装Firefox3完毕之后，发现有些插件不兼容Firefox3，等了几个星期也不见这些插件更新。这实属正常现象，因为firefox插件是由世界各地的自愿者开发的。当中的原因可能是他们没空，或者是已经不想再更新了。那么让我们来看看如何强制兼容旧的Firefox插件吧。 注：此方法是强制使用不兼容的插件，并不能保证一定能运行。 打开Firefox 3的Profiles文件夹： WinXp/2000在C：\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles里； Vista在C：\users\[User Name]\AppData\Roaming\Mozilla\Firefox\Profiles里，文件夹名是xxxxxxxx.default，前8个字符是随机生成的。 在xxxxxxxx.default文件夹中打开prefs.js文件，然后里面加上两行代码： user_pref(&#8220;extensions.checkCompatibility&#8221;, false); user_pref(&#8220;extensions.checkUpdateSecurity&#8221;, false); 然后储存(save)此文件(prefs.js) 打开Firefox后，它会警告你“更新安全检测一解除。。。”, 点击X就行了。 第二个相似的警告也会出现, 再次点击X。 寻找你想要强制兼容的插件，然后点击Enable按钮，再重新启动Firefox。 从新启动之后看看此插件，虽然不兼容的信息还是有在，但是这插件已经被强制兼容了。自行检查强制兼容的插件是不是能够顺利的使用，如果不能的话，那么就把它关闭，以免造成firefox瘫痪。 实例：我强制兼容FasterFox插件，已经能够顺利使用了。希望大家也能够使用喜爱，但还不兼容的插件啦。^_^]]></description>
			<content:encoded><![CDATA[<p>当我安装Firefox3完毕之后，发现有些插件不兼容Firefox3，等了几个星期也不见这些插件更新。这实属正常现象，因为firefox插件是由世界各地的自愿者开发的。当中的原因可能是他们没空，或者是已经不想再更新了。那么让我们来看看如何强制兼容旧的Firefox插件吧。</p>
<div class="wp-caption alignnone" style="width: 306px"><img title="不兼容的插件" src="http://farm4.static.flickr.com/3184/2764635053_01ccaefdaf_o.jpg" alt="不兼容的插件" width="296" height="236" /><p class="wp-caption-text">不兼容的插件</p></div>
<p><img src="file:///C:/Users/Shin/AppData/Local/Temp/moz-screenshot.jpg" alt="" /><img src="file:///C:/Users/Shin/AppData/Local/Temp/moz-screenshot-1.jpg" alt="" /></p>
<p><strong><span style="color: #ff0000;">注：此方法是强制使用不兼容的插件，并不能保证一定能运行。</span></strong></p>
<p>打开Firefox 3的Profiles文件夹：<br />
<span style="color: #0080ff;">WinXp/2000</span>在C：\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles里；<br />
<span style="color: #0080ff;">Vista</span>在C：\users\[User Name]\AppData\Roaming\Mozilla\Firefox\Profiles里，文件夹名是xxxxxxxx.default，前8个字符是随机生成的。<br />
在xxxxxxxx.default文件夹中打开prefs.js文件，然后里面加上两行代码：<br />
user_pref(&#8220;extensions.checkCompatibility&#8221;, false);<br />
user_pref(&#8220;extensions.checkUpdateSecurity&#8221;, false);</p>
<p>然后储存(save)此文件(prefs.js)</p>
<div class="wp-caption alignnone" style="width: 631px"><img title="prefs.js里加入2行的代码" src="http://farm4.static.flickr.com/3165/2764635057_98e8a555d3_o.jpg" alt="prefs.js里加入2行的代码" width="621" height="466" /><p class="wp-caption-text">prefs.js里加入2行的代码</p></div>
<p>打开Firefox后，它会警告你“更新安全检测一解除。。。”, 点击X就行了。</p>
<div class="wp-caption alignnone" style="width: 306px"><img title="点击X关闭警告" src="http://farm4.static.flickr.com/3083/2764635059_27121ae53a_o.jpg" alt="点击X关闭警告" width="296" height="303" /><p class="wp-caption-text">点击X关闭警告</p></div>
<p>第二个相似的警告也会出现, 再次点击X。</p>
<div class="wp-caption alignnone" style="width: 306px"><img title="再次点击X关闭此文" src="http://farm4.static.flickr.com/3169/2764635065_d18781fac3_o.jpg" alt="再次点击X关闭此文" width="296" height="307" /><p class="wp-caption-text">再次点击X关闭此文</p></div>
<p>寻找你想要强制兼容的插件，然后点击Enable按钮，再重新启动Firefox。</p>
<div class="wp-caption alignnone" style="width: 305px"><img title="点击Enable按钮" src="http://farm4.static.flickr.com/3252/2764635067_7e350bbced_o.jpg" alt="点击Enable按钮" width="295" height="295" /><p class="wp-caption-text">点击Enable按钮</p></div>
<p>从新启动之后看看此插件，虽然不兼容的信息还是有在，但是这插件已经被强制兼容了。自行检查强制兼容的插件是不是能够顺利的使用，如果不能的话，那么就把它关闭，以免造成firefox瘫痪。</p>
<div class="wp-caption alignnone" style="width: 308px"><img title="插件已被强制兼容了" src="http://farm4.static.flickr.com/3212/2764635069_9337b4a02c_o.jpg" alt="插件已被强制兼容了" width="298" height="297" /><p class="wp-caption-text">插件已被强制兼容了</p></div>
<p>实例：我强制兼容FasterFox插件，已经能够顺利使用了。希望大家也能够使用喜爱，但还不兼容的插件啦。^_^</p>
<div class="wp-caption alignnone" style="width: 657px"><img title="顺利使用中的不兼容插件" src="http://farm4.static.flickr.com/3127/2765482908_136728da99_o.jpg" alt="顺利使用中的不兼容插件" width="647" height="158" /><p class="wp-caption-text">顺利使用中的&quot;不兼容插件&quot;</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.iamshin.com/force-enable-firefox-addons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox技巧 &#8211; 隐藏Google工具栏的同时显示PageRank值</title>
		<link>http://www.iamshin.com/hide-google-toolbar-but-show-pagerank/</link>
		<comments>http://www.iamshin.com/hide-google-toolbar-but-show-pagerank/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 09:15:47 +0000</pubDate>
		<dc:creator>Shin小雨心情</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox技巧]]></category>
		<category><![CDATA[hide google toolbar]]></category>
		<category><![CDATA[小雨天境]]></category>
		<category><![CDATA[显示PageRank]]></category>
		<category><![CDATA[隐藏 google 工具条]]></category>

		<guid isPermaLink="false">http://www.iamshin.com/?p=140</guid>
		<description><![CDATA[现今很多大型的网站如百度、Yahoo、Google、ASK、Delicious书签网等等都提供工具栏， 但是我自己不是很喜欢这些工具栏。原因很简单，因为它们霸占了有限的浏览器空间。我使用Google工具栏 Google Toolbar）的唯一原因是因为它能够显示页面的PageRank值。既然其它功能都没用，那么就索性把它隐藏起来，只留下PageRage值在Firefox目录栏。 如何隐藏Google工具栏却显示PageRank值? 请确保已安装Firefox的Google工具栏 第一步：在Firefox目录栏处点击滑鼠右键，然后选择Customize。 第二步：把PageRank条从Google工具栏拉拽至Firefox目录栏，方法如图： 第三步：拉拽完毕之后，在Customize Toolbar视窗选择Done按钮。 第四步：从新在Firefox目录栏点击滑鼠右键，然后反选Google Toolbar把它隐藏起来。]]></description>
			<content:encoded><![CDATA[<p>现今很多大型的网站如百度、Yahoo、Google、ASK、Delicious书签网等等都提供工具栏， 但是我自己不是很喜欢这些工具栏。原因很简单，因为它们霸占了有限的浏览器空间。我使用Google工具栏 Google Toolbar）的唯一原因是因为它能够显示页面的PageRank值。既然其它功能都没用，那么就索性把它隐藏起来，只留下PageRage值在Firefox目录栏。</p>
<h4><span style="color: #0080ff;">如何隐藏Google工具栏却显示PageRank值?</span></h4>
<p><span style="color: #ff0000;">请确保已安装</span><a href="http://toolbar.google.com/">Firefox的Google工具栏</a></p>
<div class="wp-caption alignnone" style="width: 650px"><img title="Google工具栏" src="http://farm4.static.flickr.com/3177/2762456972_28ba93bdde_o.jpg" alt="Google工具栏" width="640" height="116" /><p class="wp-caption-text">Google工具栏</p></div>
<p>第一步：在Firefox目录栏处点击滑鼠右键，然后选择Customize。</p>
<div class="wp-caption alignnone" style="width: 628px"><img title="Firefox目录栏" src="http://farm4.static.flickr.com/3291/2762456984_733e1a40a7_o.jpg" alt="Firefox目录栏处点击滑鼠右键，然后选择Customize" width="618" height="238" /><p class="wp-caption-text">Firefox目录栏处点击滑鼠右键，然后选择Customize</p></div>
<p>第二步：把PageRank条从Google工具栏拉拽至Firefox目录栏，方法如图：</p>
<div class="wp-caption alignnone" style="width: 652px"><img title="拉拽PageRank条" src="http://farm4.static.flickr.com/3147/2762456974_f69dd409f2_o.jpg" alt="拉拽PageRank条" width="642" height="117" /><p class="wp-caption-text">拉拽PageRank条</p></div>
<p>第三步：拉拽完毕之后，在Customize Toolbar视窗选择Done按钮。<br />
第四步：从新在Firefox目录栏点击滑鼠右键，然后反选Google Toolbar把它隐藏起来。</p>
<div class="wp-caption alignnone" style="width: 649px"><img title="隐藏Google工具栏" src="http://farm4.static.flickr.com/3088/2762456976_9d29b1af99_o.jpg" alt="隐藏Google工具栏" width="639" height="249" /><p class="wp-caption-text">隐藏Google工具栏</p></div>
<div class="wp-caption alignnone" style="width: 654px"><img title="完成后的效果" src="http://farm4.static.flickr.com/3208/2762456982_57f7f7f41e_o.jpg" alt="完成后的效果" width="644" height="98" /><p class="wp-caption-text">完成后的效果</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.iamshin.com/hide-google-toolbar-but-show-pagerank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
