Greasy Fork is available in English.

Discussions » Demandes de création de scripts

Make GitHub Light theme default for non-logged users

§
Posté le: 29/04/2021

Simple as that.

woxxomMod
§
Posté le: 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');
§
Posté le: 08/05/2021

Cool, thx.

Poster une réponse

Connectez-vous pour poster une réponse.