Discuții » Cerere de creare

Make GitHub Light theme default for non-logged users

§
Postat în: 29-04-2021

Simple as that.

woxxomMod
§
Postat în: 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');
§
Postat în: 08-05-2021

Cool, thx.

Postează un raspuns

Autentifică-te pentru a posta un răspuns.

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