We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7106f8 commit 764b02eCopy full SHA for 764b02e
github-code-colors.user.js
@@ -1,11 +1,11 @@
1
// ==UserScript==
2
// @name GitHub Code Colors
3
-// @version 2.0.6
+// @version 2.0.7
4
// @description A userscript that adds a color swatch next to the code color definition
5
// @license MIT
6
// @author Rob Garrison
7
// @namespace https://github.com/Mottie
8
-// @include https://github.com/*
+// @include https://*.github.com/*
9
// @run-at document-idle
10
// @grant GM.addStyle
11
// @grant GM_addStyle
@@ -276,4 +276,4 @@
276
document.addEventListener("keyup", checkPopup);
277
addColors();
278
279
-})();
+})();
0 commit comments