StackSuite System Theme

Sets StackOverflow, SuperUser, and other StackExchange based sites to always use your system theme

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name        StackSuite System Theme
// @author      brian6932
// @namespace   https://greasyfork.org/users/581142
// @namespace   https://github.com/brian6932
// @include		/^https:\/{2}(?:[^.]+\.stackexchange|s(?:tackoverflow|uperuser|erverfault)|askubuntu)\.com\//
// @license     agpl-3.0-only
// @grant       none
// @version     1.2.0
// @run-at      document-body
// @description Sets StackOverflow, SuperUser, and other StackExchange based sites to always use your system theme
// ==/UserScript==
// jshint esversion: 11

globalThis.document.body.classList.add('theme-system')