Skip to content

Instantly share code, notes, and snippets.

@chriskuehl
chriskuehl / gerthurb.user.js
Last active February 10, 2017 20:45 — forked from asottile/gerthurb.user.js
@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');