Return Github Light

Make Header Light

  1. // ==UserScript==
  2. // @name Return Github Light
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  5. // @description Make Header Light
  6. // @author Bestony
  7. // @match https://*.github.com/
  8. // @match https://github.com/*
  9.  
  10. // @grant none
  11. // @run-at document-start
  12. // ==/UserScript==
  13. document.querySelector('.header').classList.remove('header-dark');