diff --git a/4chan_x.user.js b/4chan_x.user.js index 8fb052401..8d007e76a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -12,6 +12,10 @@ // @include https://images.4chan.org/* // @include http://sys.4chan.org/* // @include https://sys.4chan.org/* +// @grant GM_getValue +// @grant GM_setValue +// @grant GM_deleteValue +// @grant GM_openInTab // @run-at document-start // @updateURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js // @downloadURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js diff --git a/Cakefile b/Cakefile index e8cbd6239..156919d1f 100644 --- a/Cakefile +++ b/Cakefile @@ -19,6 +19,10 @@ HEADER = """ // @include https://images.4chan.org/* // @include http://sys.4chan.org/* // @include https://sys.4chan.org/* +// @grant GM_getValue +// @grant GM_setValue +// @grant GM_deleteValue +// @grant GM_openInTab // @run-at document-start // @updateURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js // @downloadURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js