Greasy Fork is available in English.
Make Header Light
当前为
// ==UserScript==
// @name Return Github Light
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Make Header Light
// @author Bestony
// @match https://*.github.com/
// @grant none
// ==/UserScript==
document.getElementsByClassName("header")[0].setAttribute("class","header hedaer-logged-in");