Skip to content

Instantly share code, notes, and snippets.

@chriskuehl
Forked from asottile/gerthurb.user.js
Last active February 10, 2017 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriskuehl/e2c4cefd0685558a25220d35397f048d to your computer and use it in GitHub Desktop.
Save chriskuehl/e2c4cefd0685558a25220d35397f048d to your computer and use it in GitHub Desktop.
@chriskuehl hates the dark header
// ==UserScript==
// @name gerthurb
// @namespace asottile
// @include https://*.github.com/*
// @include https://github.com/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
document.querySelector('.header-dark').classList.remove('header-dark');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment