Conversaciones » Peticiones de scripts

Make GitHub Light theme default for non-logged users

§
Publicado: 29/4/2021

Simple as that.

woxxomMod
§
Publicado: 30/4/2021
// ==UserScript==
// @name        GitHub light
// @match       https://github.com/*
// @grant       none
// @run-at      document-start
// ==/UserScript==

document.documentElement.setAttribute('data-color-mode', 'light');
§
Publicado: 8/5/2021

Cool, thx.

Publicar respuesta

Inicia sesión para responder.