Last active
February 15, 2017 02:59
-
-
Save asottile/d6d41c3a271975078fd5df2392fb92e1 to your computer and use it in GitHub Desktop.
@chriskuehl hates the dark header
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 gerthurb | |
// @namespace asottile | |
// @include https://*.github.com/* | |
// @include https://github.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
document.querySelector('.header-dark').classList.remove('header-dark'); |
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
@regisbsb: try the fork: https://gist.github.com/chriskuehl/e2c4cefd0685558a25220d35397f048d