討論 » 建立請求

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。