Skip to content

Instantly share code, notes, and snippets.

@nilsding
Last active February 13, 2017 13:35
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 nilsding/e97dccbfc489b77b5a61f7a7acd235cf to your computer and use it in GitHub Desktop.
Save nilsding/e97dccbfc489b77b5a61f7a7acd235cf to your computer and use it in GitHub Desktop.
// ==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