Skip to content

Commit 764b02e

Browse files
authored
feat(github-code-colors): support gist.github.com (#168)
test: https://gist.github.com/s1n7ax/3d2b476ecbde72693572b8652044e5a4
1 parent a7106f8 commit 764b02e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

github-code-colors.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// ==UserScript==
22
// @name GitHub Code Colors
3-
// @version 2.0.6
3+
// @version 2.0.7
44
// @description A userscript that adds a color swatch next to the code color definition
55
// @license MIT
66
// @author Rob Garrison
77
// @namespace https://github.com/Mottie
8-
// @include https://github.com/*
8+
// @include https://*.github.com/*
99
// @run-at document-idle
1010
// @grant GM.addStyle
1111
// @grant GM_addStyle
@@ -276,4 +276,4 @@
276276
document.addEventListener("keyup", checkPopup);
277277
addColors();
278278

279-
})();
279+
})();

0 commit comments

Comments
 (0)