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 logo replace | |
// @description Replace the logo on the GitHub logo with a "P-hub" style one. | |
// @run-at document-body | |
// @version 3.1.0 | |
// @match *://github.com/* | |
// @match *://gist.github.com/* | |
// @exclude *://training.github.com/* | |
// @exclude *://docs.github.com/* | |
// @author Bert Chen |
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 logo replace | |
// @description Replace the logo on the GitHub logo with a "P-hub" style one. | |
// @run-at document-body | |
// @version 2.0.1 | |
// @match *://github.com/* | |
// @exclude *://training.github.com/* | |
// @exclude *://docs.github.com/* | |
// @author Bert Chen | |
// ==/UserScript== |