This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name GitHub colors | |
// @namespace https://logicplace.com/ | |
// @version 1.0 | |
// @description Support span (and other tags) color on GitHub since I guess it used to work | |
// @author Sapphire Becker | |
// @match https://github.com/* | |
// @match https://gist.github.com/* | |
// ==/UserScript== |
OlderNewer