議論 » 作成依頼

Make GitHub Light theme default for non-logged users

§
投稿日: 2021/04/29

Simple as that.

woxxomMod
§
投稿日: 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。