Skip to content

Instantly share code, notes, and snippets.

View Hube2's full-sized avatar

John A. Huebner II Hube2

View GitHub Profile
@Hube2
Hube2 / user.github.js
Last active February 11, 2017 04:30
Firefox Greasemonkey Github Remove Dark Headder and Bring Back Light Header
// ==UserScript==
// @name github
// @namespace YOURNAMESPACEHERE
// @description modify github bring back light header
// @include https://github.com/*
// @include https://gist.github.com/*
// @version 1
// @grant none
// @require https://code.jquery.com/jquery-1.12.4.min.js
// ==/UserScript==