We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba4943e + 6c8c2b2 commit 60f6753Copy full SHA for 60f6753
2 files changed
build/wide-github.user.js
@@ -19,6 +19,7 @@
19
// @match https://github.com/*
20
// @match https://gist.github.com/*
21
// @grant none
22
+// @run-at document-start
23
// ==/UserScript==
24
25
var styleSheet = "" +
makejs.js
@@ -26,6 +26,7 @@ var header = "" +
26
"// @match https://github.com/*\n" +
27
"// @match https://gist.github.com/*\n" +
28
"// @grant none\n" +
29
+"// @run-at document-start\n" +
30
"// ==/UserScript==\n" +
31
"\n" +
32
"var styleSheet = \"\" +\n" +
0 commit comments