Skip to content

Instantly share code, notes, and snippets.

@consoleSkunk
Last active April 19, 2020 05:21
Show Gist options
  • Save consoleSkunk/62e5f3be0badd4aac513321aea16afef to your computer and use it in GitHub Desktop.
Save consoleSkunk/62e5f3be0badd4aac513321aea16afef to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Stack Overflow - Force Dark Theme
// @namespace stackoverflow.com
// @match https://stackoverflow.com/*
// @grant none
// @version 1.0
// @author Erika
// @run-at document-end
// @downloadURL https://gist.github.com/Enbika/62e5f3be0badd4aac513321aea16afef/raw/stackoverflow-dark.user.js
// ==/UserScript==
document.querySelector('body').classList.add("theme-dark")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment