Discussions » Creation Requests

Make GitHub Light theme default for non-logged users

§
Posted: 2021-04-29

Simple as that.

woxxomMod
§
Posted: 2021-04-30
// ==UserScript==
// @name        GitHub light
// @match       https://github.com/*
// @grant       none
// @run-at      document-start
// ==/UserScript==

document.documentElement.setAttribute('data-color-mode', 'light');
§
Posted: 2021-05-08

Cool, thx.

Post reply

Sign in to post a reply.