토론 » 제작 요청

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.

답글 게시

답글을 게시하려면 로그인하세요.

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