🏠 Home 

StackSuite System Theme

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


Install this script?
  1. // ==UserScript==
  2. // @name StackSuite System Theme
  3. // @author brian6932
  4. // @namespace https://greasyfork.org/users/581142
  5. // @namespace https://github.com/brian6932
  6. // @include /^https:\/{2}(?:[^.]+\.stackexchange|s(?:tackoverflow|uperuser|erverfault)|askubuntu)\.com\//
  7. // @license agpl-3.0-only
  8. // @grant none
  9. // @version 1.1
  10. // @run-at document-body
  11. // @description Sets StackOverflow, SuperUser, and other StackExchange based sites to always use your system theme
  12. // ==/UserScript==
  13. // jshint esversion: 11
  14. globalThis.$('body').addClass('theme-system')