<?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>NeoEar &#187; FireFox</title>
	<atom:link href="http://neoear.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://neoear.com</link>
	<description>Wearing my headphones, the world has nothing to me</description>
	<lastBuildDate>Fri, 06 Jan 2012 05:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>启用FireFox的DNS远程解析</title>
		<link>http://neoear.com/2010/11/firefox-dns/</link>
		<comments>http://neoear.com/2010/11/firefox-dns/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 03:59:19 +0000</pubDate>
		<dc:creator>neoear</dc:creator>
				<category><![CDATA[technology-sharing]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://neoear.com/?p=673</guid>
		<description><![CDATA[<p>　　之前用socks代理看网页一直正常，后来突然看不了网页，上推求助，根据推友的提示下，很快解决问题。</p>
<p>　　这方法合适用FireFox浏览器的朋友，不得不赞下FF很强大，连这样的设置也预留着以防万一。[......]</p><p class='read-more'><a href='http://neoear.com/2010/11/firefox-dns/'>Read More »</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　之前用socks代理看网页一直正常，后来突然看不了网页，上推求助，根据推友的提示下，很快解决问题。</p>
<p>　　这方法合适用FireFox浏览器的朋友，不得不赞下FF很强大，连这样的设置也预留着以防万一。</p>
<p>　　首先，在地址栏输入“<strong>about:config</strong>”，敲回车；<br />
　　然后在过滤器一栏中，输入“<strong>remote</strong>”；<br />
　　查找出“<strong>network.proxy.socks_remote_dns</strong> ”，双击 flase ，就可以设置为true。</p>
<p><img alt="firefox的远程解析功能" src="http://neoear.com/wp-content/uploads/firefox-dns-20101114.png"  width="386" height="135" class="aligncenter"/></a></p>
<p>　　原理就简单说下，它是从DNS本地解析转为DNS远程解析，不会受本地DNS污染或DNS劫持影响。</p>
<p>　　呃，这个设置默认是不打开的，我们却要打开它，也许只有这里这样的网络环境才需要打开，好事还是坏事呢？</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://neoear.com/2010/07/greasemonkey-scripts/" title="Greasemonkey优秀脚本推荐">Greasemonkey优秀脚本推荐</a><br /><small>　　要用上Greasemonkey脚本，首先要给Firefox装上扩展Greasemonkey，才能再...</small></li><li><a href="http://neoear.com/2010/07/firefox-add-ons/" title="Firefox优秀扩展推荐">Firefox优秀扩展推荐</a><br /><small>　　用Firefox有段时间，没写多少关于Firefox的文章。上一篇还是去年7月写的：感受Firef...</small></li><li><a href="http://neoear.com/2009/07/firefox/" title="感受FireFox3.5">感受FireFox3.5</a><br /><small>从FireFox3.5正式发布那一天开始下载体验，FF总是给我不少惊喜。虽然接触它很晚，但很快爱上这只...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://neoear.com/2010/11/firefox-dns/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Greasemonkey优秀脚本推荐</title>
		<link>http://neoear.com/2010/07/greasemonkey-scripts/</link>
		<comments>http://neoear.com/2010/07/greasemonkey-scripts/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 02:30:18 +0000</pubDate>
		<dc:creator>neoear</dc:creator>
				<category><![CDATA[technology-sharing]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://neoear.com/2010/07/greasemonkey-scripts/</guid>
		<description><![CDATA[<p>　　要用上Greasemonkey脚本，首先要给Firefox装上<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/748/">扩展Greasemonkey</a>，才能再装上脚本。一般来说，脚本能实现扩展的相似功能，优先考虑脚本。因为和扩展相比，脚本更省资源，运行快，[......]</p><p class='read-more'><a href='http://neoear.com/2010/07/greasemonkey-scripts/'>Read More »</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　要用上Greasemonkey脚本，首先要给Firefox装上<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/748/">扩展Greasemonkey</a>，才能再装上脚本。一般来说，脚本能实现扩展的相似功能，优先考虑脚本。因为和扩展相比，脚本更省资源，运行快，装上后不用重启就可以立即使用，卸载也很方便。</p>
<p>　　脚本一般去<a rel="nofollow" href="http://userscripts.org/">http://userscripts.org/</a>下载，由于没有官方扩展中心那样规范，经常有同名脚本不同作者现象，有点混乱。我通常是<strong>了解脚本的全名，站内搜一下，挑更新时间近、下载数量多的那个来下</strong>。以下给的脚本页面仅供参考，可能有失效，最好自己搜下吧。</p>
<p>　　如果各位有什么不错的脚本，欢迎留言推荐。</p>
<p><img alt="Greasemonkey" src="http://neoear.com/wp-content/uploads/greasemonkey-20100725.jpg"  width="500" height="338" class="aligncenter"/></a></p>
<p>　　如果你有一颗折腾之心，就尽量折腾脚本吧，它会给你带来与众不同的惊喜！</p>
<p>　　<span style="color: #ff0000;"><strong>1、Enhanced word highlight</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/64877">脚本页面</a></p>
<p>　　这是一个强大的高亮关键词脚本，强大不只是高亮！没想到关键字高亮还可以这么玩，最有意思的是它还提供已高亮关键词的分布图和计数。 </p>
<p>　　<span style="color: #ff0000;"><strong>2、GoogleKingKong</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/39159">脚本页面</a></p>
<p>　　改善 Google 的搜索结果界面，提高阅读效率。作者还开发了针对百度的脚本：Baidumonkey（<a rel="nofollow" href="http://userscripts.org/scripts/show/35728">脚本页面</a>），显示效果也好的。 </p>
<p>　　<span style="color: #ff0000;"><strong>3、imageloader</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/27369">脚本页面</a></p>
<p>　　日本人开发的脚本，可以把所有带链接的图片以及裸的图片链接自动后台载入并替换成固定大小的缩略图，点击后放大为原图大小，支持快捷键导航，幻灯片功能什么的。</p>
<p>　　我平时是关闭的，遇到只显示图片的文字链接的网页，就开启它并重新刷新网页就看到图。虽然不怎么用，但一到关键时刻就发挥作用。 </p>
<p>　　<span style="color: #ff0000;"><strong>4、Next Page</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/27251">脚本页面</a></p>
<p>　　看它名字就知道干什么用的，下一页！可以通过键盘上的方向键左右来进行翻页，特别适合我这个喜欢泡论坛的。进行翻页动作时，是在当前标签页内进行的，不会另开新标签页来显示。少数网站可能不支持。</p>
<p>　　<span style="color: #ff0000;"><strong>5、Secure connections on sites</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/29090">脚本页面</a></p>
<p>　　嗯嗯，好长的名字，记不住呢。简单地来说，它可以把内置名单上的网址强制从http方式转换为https方式（前提是此网站支持https方式），一切是自动的，在你不知不觉中提高安全指数。</p>
<p>　　<span style="color: #ff0000;"><strong>6、Server not found? Try and try again!</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/4125">脚本页面</a></p>
<p>　　当页面无法载入时，自动重新载入（相当于自动点击刷新）。我太懒，懒的去点刷新，就用这个。</p>
<p>　　<span style="color: #ff0000;"><strong>7、专用链破解 Special Links Converter</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/66985">脚本页面</a></p>
<p>　　可以把迅雷、旋风、快车的专用下载链接破解为真实地址，方便Firefox下载。支持的对象虽少，但却更加精通。配合扩展Ease link获得完美效果。</p>
<p>　　<span style="color: #ff0000;"><strong>8、淘宝加加 taobao++</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/52053">脚本页面</a>|<a rel="nofollow" href="http://taobaoplus.dadalala.com/">官方主页</a></p>
<p>　　增强淘宝的搜索功能(taobao search)，搜索结果中添加卖家信用图标和30天售出件数。这是挺实用的脚本，一目了然，做到心里有数。官方主页上还有扩展，我的原则是<strong>能用脚本就尽量不用扩展</strong>。 </p>
<p>　　<span style="color: #ff0000;"><strong>9、YoukuSS</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/79894">脚本页面</a></p>
<p>　　优酷功能的增强，主要有视频窗口大小控制、视频下载等。窗口大小可以为4：3或16：9，还可以自定义窗口大小。 </p>
<p>　　<span style="color: #ff0000;"><strong>10、Greased Lightbox</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/35377">脚本页面</a></p>
<p>　　它是个能将“所有网站”连到图片的连结都用 Lightbox 效果展示的Script。美观性强于功能性，玩玩还是不错的。</p>
<p>　　<span style="color: #ff0000;"><strong>11、Google Translator Tooltip</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/36898">脚本页面</a></p>
<p>　　这个脚本最大的好处是什么？快！只要左键选择了需要翻译的内容，把鼠标移动在旁边的放大镜，就可以实现快速的翻译。</p>
<p>　　<span style="color: #ff0000;"><strong>12、Super_preloader</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/79771">脚本页面</a></p>
<p>　　预读+翻页..全加速你的浏览体验...#^_^#... 预读就是打开网页第一页时，第二页也自动缓存，这样看第二页时打开速度很快，特别是图多时。翻页功能一般，不如前面说到的Next Page。</p>
<p>　　<span style="color: #ff0000;"><strong>13、Async Comments for 163 News</strong></span>　　<a rel="nofollow" href="http://userscripts.org/scripts/show/71910">脚本页面</a></p>
<p>　　在网易新闻内容页右侧加载热门评论。有时，评论亮点赛过新闻本身。</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://neoear.com/2010/11/firefox-dns/" title="启用FireFox的DNS远程解析">启用FireFox的DNS远程解析</a><br /><small>　　之前用socks代理看网页一直正常，后来突然看不了网页，上推求助，根据推友的提示下，很快解决问题。...</small></li><li><a href="http://neoear.com/2010/07/firefox-add-ons/" title="Firefox优秀扩展推荐">Firefox优秀扩展推荐</a><br /><small>　　用Firefox有段时间，没写多少关于Firefox的文章。上一篇还是去年7月写的：感受Firef...</small></li><li><a href="http://neoear.com/2009/07/firefox/" title="感受FireFox3.5">感受FireFox3.5</a><br /><small>从FireFox3.5正式发布那一天开始下载体验，FF总是给我不少惊喜。虽然接触它很晚，但很快爱上这只...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://neoear.com/2010/07/greasemonkey-scripts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox优秀扩展推荐</title>
		<link>http://neoear.com/2010/07/firefox-add-ons/</link>
		<comments>http://neoear.com/2010/07/firefox-add-ons/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:33:26 +0000</pubDate>
		<dc:creator>neoear</dc:creator>
				<category><![CDATA[technology-sharing]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://neoear.com/2010/07/firefox-add-ons/</guid>
		<description><![CDATA[<p>　　用Firefox有段时间，没写多少关于Firefox的文章。上一篇还是去年7月写的：<a href="http://neoear.com/2009/07/firefox/">感受Firefox 3.5</a>。一年后，再回头看看，扩展数量减少，但更加实用。期间曾尝试一些，经历不少安装再卸载的过[......]</p><p class='read-more'><a href='http://neoear.com/2010/07/firefox-add-ons/'>Read More »</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　用Firefox有段时间，没写多少关于Firefox的文章。上一篇还是去年7月写的：<a href="http://neoear.com/2009/07/firefox/">感受Firefox 3.5</a>。一年后，再回头看看，扩展数量减少，但更加实用。期间曾尝试一些，经历不少安装再卸载的过程，最终留下的是精华。本篇文章里，向大家推荐一些个人认为很优秀且很实用的扩展，如果大家自己有什么好的扩展，欢迎留言推荐。</p>
<p><img alt="火狐女孩" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-01.jpg"  width="601" height="400" class="aligncenter"/></a></p>
<p>　　Firefox版本为3.6.6，以下扩展排名按头字母排序，个别链接打不开，请自行爬墙解决。</p>
<p>　　<span style="color: #ff0000;"><strong>1、Adblock Plus</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/1865/">扩展页面</a> </p>
<p>　　正如此扩展的口号：广告已成往事！不用多说，基本用Firefox，都会用它来封杀广告。其实少量广告我还是可以忍受的，可是国内网站广告太多，显示形式五花八门，拖慢网速不说，还影响网页阅览效果，杀无赫！</p>
<p>　　看看新浪主页，怎么样，是不是久违的清爽~</p>
<p><a href="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-02.png" class="highslide-image" onclick="return hs.expand(this);" onclick="return hs.expand(this);" class="highslide-image"><img alt="Adblock Plus过滤效果" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-02.png"  width="600" height="360" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>2、Autoproxy</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/11009/">扩展页面</a></p>
<p>　　它的口号和上面的很像：撞墙已成往事！如果说Foxproxy是手动档的话，那么Autoproxy是自动档，适合懒人使用。详细方法就不说，自行Google吧。</p>
<p><img alt="Autoproxy简易界面" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-03.png"  width="256" height="144" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>3、DownThemAll!</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/201/">扩展页面</a></p>
<p>　　Firefox 下非常不错的下载工具。只需一次点击即可下载网页中的所有链接；可以使用正则表达式自定义监视的文件类型；支持断点续传；多线程下载，大大提高下载速度。</p>
<p>　　装上它，基本上体积不太大的文件都用它来下载，速度和续传能力令人满意，甚至有人说它有以前老网际快车的影子。大文件还是用专门下载工具下比较好。</p>
<p><img alt="DownThemAll!界面" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-04.png"  width="495" height="214" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>4、Ease Link</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/59133/">扩展页面</a>|<a rel="nofollow" href="http://code.google.com/p/easelink/">官方页面</a>|<a rel="nofollow" href="http://code.google.com/p/easelink/wiki/User_Guide">用户指南</a></p>
<p>　　修复迅雷、QQ旋风、快车、RayFile、纳米盘和QQ临时聊天专用链接，转换网页上的上述种类 URL 文本为超链接。</p>
<p>　　这扩展特点是支持的对象很广，但对某些隐式迅雷链接和快车链接支持不是很好，没关系，在Greasemonkey优秀脚本推荐中会说到一个脚本来弥补它的不足，两者互补，可以说是趋于完美。</p>
<p>　　这个对Linux用户是一个大大的福音啊，不需要太多相应的下载工具。下载链接就应该普通点、正规点、通用点，搞那么复杂干吗，唉，中国特色啊~</p>
<p><img alt="Ease Link" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-05.png"  width="152" height="93" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>5、Easy DragToGo</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/6639/">扩展页面</a></p>
<p>　　轻松使用拖曳手势打开标签页。这个很方便，不用复制粘贴到搜索框后再搜。有人说它在FF3.6版本下不能正常工作，我却可以。如果不能的话，下个<a rel="nofollow" href="http://board.mozest.com/thread-33344-1-1">修改版</a>即可，功能更加强大，支持的版本更高。</p>
<p><img alt="Easy DragToGo" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-12.png"  width="479" height="452" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>6、Echofon可能吧版</strong></span>　　<a rel="nofollow" href="http://www.kenengba.com/post/2752.html">扩展页面</a>|<a rel="nofollow" href="http://code.google.com/p/kenengba/downloads/list">下载页面</a></p>
<p>　　由于众周所知的原因，官方Echofon不能正常使用，建议用可能吧版。在原版Echofon1.9.5.1和果果修改的Echofon 1.9.5RC2的基础上进行了修改，加入了两个功能：“锐推前置”（也就是官方RT）、“插入标签” 。</p>
<p>　　要注意的是，这类修改版的更新，不要从官方那里自动更新，否则就会升级成官方版，必须下载最新的修改版来进行手动更新。</p>
<p><img alt="Echofon可能吧版" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-06.png"  width="353" height="404" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>7、Greasemonkey</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/748/">扩展页面</a>|<a rel="nofollow" href="http://neoear.com/2010/07/greasemonkey-scripts/">优秀脚本推荐</a></p>
<p>　　面向Firefox的用户脚本管理器，这短小简洁的简介，实在看不出它的强大之处。下面放个图，是Google搜索后的界面，是不是有点面目全非？没错，这是它搭载GoogleKingKong脚本后的显示效果。还有很多，在<a href="http://neoear.com/2010/07/greasemonkey-scripts/">Greasemonkey优秀脚本推荐</a>中有说明，这里就不一一举例。</p>
<p><a href="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-07.png" class="highslide-image" onclick="return hs.expand(this);" onclick="return hs.expand(this);" class="highslide-image"><img alt="Greasemonkey" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-07.png"  width="600" height="360" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>8、Mason</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/10636/">扩展页面</a>|<a rel="nofollow" href="https://sites.google.com/site/tiramason/">官方页面</a></p>
<p>　　呃，怎么说呢，相当冷门的扩展，但功能一点不冷门，非常实用。破解163、qq、yupoo、新浪、百度、巴巴变、56、126.......等等相册的防盗链，正常在第三方网站浏览这些相册的图片（类似于Refcontrol的功能，基本可替代），这是我看中的一点，还有其它功能，比如伪装IE6等等，就不一一说明。</p>
<p><a href="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-08.png" class="highslide-image" onclick="return hs.expand(this);" onclick="return hs.expand(this);" class="highslide-image"><img alt="Mason" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-08.png"  width="600" height="396" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>9、No Color</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/en-US/firefox/addon/5758/">扩展页面</a>|<a rel="nofollow" href="http://hemiolapei.free.fr/extensions/index.php/no-color">官方页面</a></p>
<p>　　No Color是個小套件，可以让你透过主选单或是工具列按鈕，來暂時移除页面的色彩及背景图示，且不影响版面配置的显示效果。适用于花花绿绿配色不佳妨碍阅读的网页。</p>
<p>　　不好意思，再次拿新浪主页来开刀，不知新浪老总看到这个会怎么想，哦哦~背景和文字（非超链接）的色彩是可以更改的。</p>
<p><a href="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-11.png" class="highslide-image" onclick="return hs.expand(this);" onclick="return hs.expand(this);" class="highslide-image"><img alt="No Color" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-11.png"  width="600" height="360" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>10、ScrapBook Plus</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/8186/">扩展页面</a></p>
<p>　　可以说是ScrapBook的增强版，是用来保存和整理网页资料，保存的网页是标准HTML格式，通用性很强。这点我很喜欢，即使不用Firefox打开，也可以用其它浏览器正常打开。适合轻度资料收集者。</p>
<p>　　有人写了关于它的文章，正是那篇文章让我了解并用上这个扩展：<a rel="nofollow" href="http://www.neoease.com/firefox-extension-scrapbook/">Firefox 扩展, ScrapBook</a></p>
<p><img alt="ScrapBook Plus" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-09.png"  width="314" height="317" class="aligncenter"/></a></p>
<p>　　<span style="color: #ff0000;"><strong>11、Tab Mix Plus</strong></span>　　<a rel="nofollow" href="https://addons.mozilla.org/zh-CN/firefox/addon/1122/">扩展页面</a></p>
<p>　　强大的标签页管理器，由它衍生了一些小巧的类似扩展，体积小，功能基本够用。但我更喜欢它，因为强大，能自由DIY更多东西。</p>
<p><img alt="Tab Mix Plus" src="http://neoear.com/wp-content/uploads/firefox-add-ons-20100718-10.png"  width="491" height="482" class="aligncenter"/></a></p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://neoear.com/2010/11/firefox-dns/" title="启用FireFox的DNS远程解析">启用FireFox的DNS远程解析</a><br /><small>　　之前用socks代理看网页一直正常，后来突然看不了网页，上推求助，根据推友的提示下，很快解决问题。...</small></li><li><a href="http://neoear.com/2010/07/greasemonkey-scripts/" title="Greasemonkey优秀脚本推荐">Greasemonkey优秀脚本推荐</a><br /><small>　　要用上Greasemonkey脚本，首先要给Firefox装上扩展Greasemonkey，才能再...</small></li><li><a href="http://neoear.com/2009/07/firefox/" title="感受FireFox3.5">感受FireFox3.5</a><br /><small>从FireFox3.5正式发布那一天开始下载体验，FF总是给我不少惊喜。虽然接触它很晚，但很快爱上这只...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://neoear.com/2010/07/firefox-add-ons/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>感受FireFox3.5</title>
		<link>http://neoear.com/2009/07/firefox/</link>
		<comments>http://neoear.com/2009/07/firefox/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 08:56:14 +0000</pubDate>
		<dc:creator>neoear</dc:creator>
				<category><![CDATA[technology-sharing]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://neoear.com/2009/07/firefox/</guid>
		<description><![CDATA[<p style="text-indent:2em">从FireFox3.5正式发布那一天开始下载体验，FF总是给我不少惊喜。虽然接触它很晚，但很快爱上这只可爱的小狐狸（小熊猫？）。下面的图即正在用的扩展(哇哈哈，至少我还分得清扩展和插件的说法)，很没个[......]</p><p class='read-more'><a href='http://neoear.com/2009/07/firefox/'>Read More »</a></p>]]></description>
			<content:encoded><![CDATA[<p style="text-indent:2em">从FireFox3.5正式发布那一天开始下载体验，FF总是给我不少惊喜。虽然接触它很晚，但很快爱上这只可爱的小狐狸（小熊猫？）。下面的图即正在用的扩展(哇哈哈，至少我还分得清扩展和插件的说法)，很没个性- -</p>
<p><img src="http://neoear.com/wp-content/uploads/FireFox-Add-on-20090706.jpg" alt="FireFox扩展列表" width="472" height="747" class="alignnone size-full wp-image-538" /></p>
<p style="text-indent:2em">感觉FireFox越来越强，无所不能，有图有真相- -！</p>
<p><img src="http://neoear.com/wp-content/uploads/FireFox20090706.png" alt="FireFox" width="250" height="272" class="alignnone size-full wp-image-539" /></p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://neoear.com/2010/11/firefox-dns/" title="启用FireFox的DNS远程解析">启用FireFox的DNS远程解析</a><br /><small>　　之前用socks代理看网页一直正常，后来突然看不了网页，上推求助，根据推友的提示下，很快解决问题。...</small></li><li><a href="http://neoear.com/2010/07/greasemonkey-scripts/" title="Greasemonkey优秀脚本推荐">Greasemonkey优秀脚本推荐</a><br /><small>　　要用上Greasemonkey脚本，首先要给Firefox装上扩展Greasemonkey，才能再...</small></li><li><a href="http://neoear.com/2010/07/firefox-add-ons/" title="Firefox优秀扩展推荐">Firefox优秀扩展推荐</a><br /><small>　　用Firefox有段时间，没写多少关于Firefox的文章。上一篇还是去年7月写的：感受Firef...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://neoear.com/2009/07/firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

