顯示具有 GreaseMonkey 標籤的文章。 顯示所有文章
顯示具有 GreaseMonkey 標籤的文章。 顯示所有文章

星期二, 8月 02, 2011

GreaseMonkey 安裝腳本延遲取消

安裝GreaseMonkey腳本總是要倒數,GreaseMonkey一升級就又會倒數,記錄下取消的方式。
1、關閉Firefox
2、到Profile\xxxxxx.default\extensions\
e4a8a97b-f2ed-450b-b12d-ee082ba24781目錄或 e4a8a97b-f2ed-450b-b12d-ee082ba24781.xpi中
編輯chrome\greasemonkey.jar\content\install.js內的:
this.seconds_ = 4;
改為
this.seconds_ = 0;

星期六, 1月 15, 2011

必備的GreaseMonkey腳本(YouTube, Google) Must Have GreaseMonkey Scripts for YouTube, Google

YouTube會自動播放,又不能直接下載。
Google一些缺點讓我覺得不夠好用,所以找了一些腳本來改善這些情況。
YouTube:
Download YouTube Videos as MP4
http://userscripts.org/scripts/show/25105
YousableTubeFix(增加一些YouTube選項)
http://userscripts.org/scripts/show/13333

Google Search:
Disable instant Google Previews
http://manu.fun.gg/
Google Image Relinker Mod
http://userscripts.org/scripts/show/5059
Old Google Images
http://userscripts.org/scripts/show/82145

陸續補充中