Greasy Fork is available in English.

讨论 » 创建请求

Make GitHub Light theme default for non-logged users

§
发表于:2021-04-29

Simple as that.

woxxom管理员
§
发表于: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');
§
发表于:2021-05-08

Cool, thx.

发表回复

登录以发表回复。