StackOverflow Always Dark Theme

Enables Dark Theme Forever.

  1. // ==UserScript==
  2. // @name StackOverflow Always Dark Theme
  3. // @description Enables Dark Theme Forever.
  4. // @author nullgemm
  5. // @version 0.1.1
  6. // @grant none
  7. // @match *://stackoverflow.com/*
  8. // @run-at document-end
  9. // @icon https://stackoverflow.com/favicon.ico
  10. // @namespace https://gf.qytechs.cn/en/users/322108-nullgemm
  11. // ==/UserScript==
  12.  
  13. document.getElementsByTagName("body")[0].classList.add("theme-dark");
  14. document.getElementsByClassName("theme-selector")[0].style.display = "none";

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址