2007年2月28日星期三
Firefox Hacks Today
Windows Live Mail以前在firefox下无广告,最近不知怎么又给跳出来了。本想写个GreaseMonkey脚本把它拿掉,不过发现早就有人做了,直接安装好了。
Windows Live Mail AD Hider With Calendar
http://userscripts.org/scripts/show/6823
还有Windows Live Spaces上面那个横幅,写了一个脚本放到userscripts.org那边:
http://userscripts.org/scripts/show/7712
顺手装了两个GM脚本,把Google的广告拿掉
Ads Remover for Google/AdSense Hacked w/ New Google Code
http://userscripts.org/scripts/show/2707
GMail Ad Remover
http://userscripts.org/scripts/show/7404
最后,装上dict.cn的划词翻译bookmarklet
http://dict.cn/tools.html#hczs
更新:dict.cn提供的那个按钮只能打开划词翻译问题,如果不小心把状态条关了,或者状态条没显示出来的话,使用下面的代码就可以通过再次点击时关掉划词翻译功能:
javascript:var w=window,d=document;if(w._dictEnable){_dictEnable()}else{var e=d.createElement('script');e.setAttribute('src','http://dict.cn/hc/init.php');d.body.appendChild(e)};void 0;

没有评论