Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip redirector 1.1.3 のfirefoxの仕様変更で動作しない問題 #65

Open
nachume opened this issue Dec 17, 2012 · 1 comment
Open

Comments

@nachume
Copy link

nachume commented Dec 17, 2012

これで動くようになりました。
※[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();

@yoko
Copy link
Owner

yoko commented Dec 17, 2012

ありがとうございます! 確認します。

@ghost ghost assigned yoko Dec 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants