LoginSignup
1
0

More than 5 years have passed since last update.

Greasemonkey最新版でLDRizeが死んだからGrant書いた

Posted at
diff --git a/LDRize/ldrize.user.js b/LDRize/ldrize.user.js
index 655bce4..2844b50 100644
--- a/LDRize/ldrize.user.js
+++ b/LDRize/ldrize.user.js
@@ -2,6 +2,12 @@
 // @name           LDRize
 // @namespace      http://white.s151.xrea.com/
 // @description    j,k,v,p,o,:,f,? + l,s,i
+// @grant          GM_addStyle
+// @grant          GM_getValue
+// @grant          GM_registerMenuCommand
+// @grant          GM_setValue
+// @grant          GM_xmlhttpRequest
+// @grant          unsafeWindow
 // @include        https://www.google.*/search?*
 // ==/UserScript==

diff --git a/Minibuffer/minibuffer.user.js b/Minibuffer/minibuffer.user.js
index cb2c2fd..e4fe911 100644
--- a/Minibuffer/minibuffer.user.js
+++ b/Minibuffer/minibuffer.user.js
@@ -2,6 +2,10 @@
 // @name           Minibuffer
 // @namespace      http://white.s151.xrea.com/
 // @description    Minibuffer
+// @grant          GM_addStyle
+// @grant          GM_getValue
+// @grant          GM_setValue
+// @grant          GM_xmlhttpRequest
 // @include        *
 // ==/UserScript==
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0