Diskusie » Žiadosť o vytvorenie

Make GitHub Light theme default for non-logged users

§
Pridaný: 29.04.2021

Simple as that.

woxxomZablokovaný
§
Pridaný: 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');
§
Pridaný: 08.05.2021

Cool, thx.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.