2010年1月14日星期四
User script of GreaseMonkey that I'm using
FlickrZoom
GoogleMonkeyR
Windows Live Ad Remover
Google Click-Track Remover (Disabled, replaced by GoogleMonkeyR)
Search Jump Around (Disabled)
Google++ (Disabled, replaced by GoogleMonkeyR)
2010年1月13日星期三
2009年2月3日星期二
微软强行安装Firefox扩展程序
使用Visual Studio 2008(或MS其它依靠.NET的产品)的用户在更新最新的SP1后,发现微软强行在Firefox浏览器上安装了名叫“Microsoft .NET Framework Assistant”的扩展程序,其功能是“加入一键支持,报告web服务器安装的.NET版本”。 此扩展的安装没有提示,基本上对用户也没有任何帮助,但更为恶劣的是它不能用普通方式卸载(工具->附加组件中该扩展的卸载按钮不可用)。
How to remove it
Against what many people think, though, it can be uninstalled - but by nothing less than hacking the actual registry of Windows! Open your Start Menu and choose Run. Type in regedit and press enter/click OK. Within there, you have to look for something called HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\extensions
and delete the key there (for Windows Vista 64-bit HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mozilla\Firefox\Extensions
).
When you have done that, type in about:config
in the address bar in Firefox, accept the warning and then remove general.useragent.extra.microsoftdotnet
and microsoft.CLR.clickonce.autolaunch
.
And, to finish it off, open Windows Explorer and go to \WINDOWS\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension\
to remove the last remnants of the evil extension.
2008年3月25日星期二
原配的并非最好的 - FoxyProxy功能介绍

Tor,免费的代理程序,实行网络隐身功能,其自带了firefox的插件torbutton,可以方便地一键切换代理(使用或者不使用),缺点是firefox的所有标签页都必须同时开启或者关闭代理。而且TorButton暂时还不能支持新版的firefox 3 (beta版的,但是很稳定,很好用)。
FoxyProxy,比Torbutton强大很多,支持多个代理,可以预先配置指定网址使用指定代理,如:指定http://www.wikipidea.org/* 到 tor,然后就可以轻松访问wikipidea而不必手动打开代理,重要的是还不影响firefox中其它标签页的正常浏览。
安装完FoxyProxy后重启firefox,在firefox的右下角状态栏上就会增加FoxyProxy栏,默认情况下是"Completely disable FoxyProxy"(完全禁用FoxyProxy),需要手动设置为如图所示,使用预先定义的模板,然后在状态栏上点击鼠标右键,对patterns稍做配置,添加常用的网站,如wikipidea等。