Last active
February 13, 2017 13:35
-
-
Save nilsding/e97dccbfc489b77b5a61f7a7acd235cf to your computer and use it in GitHub Desktop.
This file contains hidden or 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 Remove Emo mode | |
// @namespace org.nilsding.remove-github-emo-mode | |
// @include https://github.com/* | |
// @include https://*.github.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
document.getElementsByClassName("header")[0].classList.remove("header-dark") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment