Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions github-code-colors.user.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// ==UserScript==
// @name GitHub Code Colors
// @version 2.0.6
// @version 2.0.7
// @description A userscript that adds a color swatch next to the code color definition
// @license MIT
// @author Rob Garrison
// @namespace https://github.com/Mottie
// @include https://github.com/*
// @include https://*.github.com/*
// @run-at document-idle
// @grant GM.addStyle
// @grant GM_addStyle
Expand Down Expand Up @@ -276,4 +276,4 @@
document.addEventListener("keyup", checkPopup);
addColors();

})();
})();