diff --git a/build/wide-github.user.js b/build/wide-github.user.js index 0378bbc..fc30761 100644 --- a/build/wide-github.user.js +++ b/build/wide-github.user.js @@ -19,6 +19,7 @@ // @match https://github.com/* // @match https://gist.github.com/* // @grant none +// @run-at document-start // ==/UserScript== var styleSheet = "" + diff --git a/makejs.js b/makejs.js index 1d98b14..40ce237 100644 --- a/makejs.js +++ b/makejs.js @@ -26,6 +26,7 @@ var header = "" + "// @match https://github.com/*\n" + "// @match https://gist.github.com/*\n" + "// @grant none\n" + +"// @run-at document-start\n" + "// ==/UserScript==\n" + "\n" + "var styleSheet = \"\" +\n" +