Diskuse » Creation Requests

Make GitHub Light theme default for non-logged users

§
Posted: 29. 04. 2021

Simple as that.

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

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

Cool, thx.

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。