Skip to content

Commit 11ef426

Browse files
authored
Github Code Colors - Fix GitHub domains include (Mottie#180)
* github-code-colors.user.js: Fix GitHub domains * github-code-colors.user.js: Bump version
1 parent d0bc2bd commit 11ef426

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

github-code-colors.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ==UserScript==
22
// @name GitHub Code Colors
3-
// @version 2.0.8
3+
// @version 2.0.9
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+
// @match https://github.com/*
9+
// @match https://gist.github.com/*
910
// @run-at document-idle
1011
// @grant GM.addStyle
1112
// @grant GM_addStyle

0 commit comments

Comments
 (0)