userscripts
userscripts copied to clipboard
skip redirector 1.1.3 のfirefoxの仕様変更で動作しない問題
これで動くようになりました。 ※[TAB]をタブに置換
--- C:\skip_redirector.user.js.1.1.3 2012-12-17 14:59:35.025390600 +0900 +++ C:\skip_redirector.user.js.new 2012-12-17 15:10:09.354492100 +0900 @@ -6,6 +6,10 @@ // @license MIT License // @work Greasemonkey // @work GreaseKit +// @grant GM_registerMenuCommand +// @grant GM_xmlhttpRequest +// @grant GM_getValue +// @grant GM_setValue // ==/UserScript==
new function() { @@ -30,7 +34,7 @@
[TAB]handler(localSITEINFO); [TAB]if (greasemonkey) -[TAB][TAB]GM_registerMenuCommand('Skip Redirector Clear SITEINFO Cache', save); +[TAB][TAB]GM_registerMenuCommand('Skip Redirector Clear SITEINFO Cache', function(){save();});
[TAB]var timer, complete = false; [TAB]var stash = load();
ありがとうございます! 確認します。