Skip to content

Instantly share code, notes, and snippets.

@asottile
Last active February 15, 2017 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save asottile/d6d41c3a271975078fd5df2392fb92e1 to your computer and use it in GitHub Desktop.
Save asottile/d6d41c3a271975078fd5df2392fb92e1 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/*
// @version 1
// @grant none
// ==/UserScript==
document.querySelector('.header-dark').classList.remove('header-dark');
@asottile
Copy link
Author

Ah no they changed how the css works, it used to just be a .header-dark class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment