Skip to content

Instantly share code, notes, and snippets.

@bert9946
bert9946 / GitHub logo replace v3.js
Last active March 1, 2025 04:15
Replace the logo on the GitHub logo with a "P-hub" style one
// ==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
@bert9946
bert9946 / GitHub logo replace.js
Last active February 27, 2025 04:48
Replace the logo on the GitHub logo with a "P-hub" style one.
// ==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==