GitHub light

GitHub light/day theme default for not signed-in users

  1. // ==UserScript==
  2. // @name GitHub light
  3. // @match https://github.com/*
  4. // @grant none
  5. // @run-at document-start
  6. // @description GitHub light/day theme default for not signed-in users
  7. // @author wOxxOmMOD
  8. // @version 0.0.1.20210508180805
  9. // @namespace https://greatest.deepsurf.us/users/766635
  10. // ==/UserScript==
  11.  
  12. document.documentElement.setAttribute('data-color-mode', 'light');