Skip to content

Instantly share code, notes, and snippets.

@doyousketch2
Created November 14, 2020 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doyousketch2/4e5782c384fe5e505075d0298467f6bd to your computer and use it in GitHub Desktop.
Save doyousketch2/4e5782c384fe5e505075d0298467f6bd to your computer and use it in GitHub Desktop.
Stylus CSS for StackOverflow
@-moz-document domain("stackoverflow.com") {
:root {
--pro: #258;
--con: #512;
}
div.user-info { background: #222 !important }
div.owner { background: #000 !important }
/* pros */
a[href="/questions/tagged/2d"] { background: var(--pro) !important }
a[href="/questions/tagged/3d"] { background: var(--pro) !important }
a[href="/questions/tagged/cad"] { background: var(--pro) !important }
a[href="/questions/tagged/sh"] { background: var(--pro) !important }
a[href="/questions/tagged/bash"] { background: var(--pro) !important }
a[href="/questions/tagged/shell"] { background: var(--pro) !important }
a[href="/questions/tagged/command-prompt"] { background: var(--pro) !important }
a[href="/questions/tagged/lua"] { background: var(--pro) !important }
a[href="/questions/tagged/lua-5.1"] { background: var(--pro) !important }
a[href="/questions/tagged/luajit"] { background: var(--pro) !important }
a[href="/questions/tagged/lua-patterns"] { background: var(--pro) !important }
a[href="/questions/tagged/pattern-matching"] { background: var(--pro) !important }
a[href="/questions/tagged/scripting"] { background: var(--pro) !important }
a[href="/questions/tagged/function"] { background: var(--pro) !important }
a[href="/questions/tagged/json"] { background: var(--pro) !important }
a[href="/questions/tagged/math"] { background: var(--pro) !important }
a[href="/questions/tagged/string"] { background: var(--pro) !important }
a[href="/questions/tagged/jquery"] { background: var(--pro) !important }
a[href="/questions/tagged/twitter"] { background: var(--pro) !important }
a[href="/questions/tagged/unix"] { background: var(--pro) !important }
a[href="/questions/tagged/linux"] { background: var(--pro) !important }
a[href="/questions/tagged/debian"] { background: var(--pro) !important }
a[href="/questions/tagged/raspberry-pi"] { background: var(--pro) !important }
a[href="/questions/tagged/game-development"] { background: var(--pro) !important }
a[href="/questions/tagged/love2d"] { background: var(--pro) !important }
a[href="/questions/tagged/luarocks"] { background: var(--pro) !important }
a[href="/questions/tagged/luasocket"] { background: var(--pro) !important }
a[href="/questions/tagged/beautifulsoup"] { background: var(--pro) !important }
a[href="/questions/tagged/tkinter"] { background: var(--pro) !important }
a[href="/questions/tagged/glib"] { background: var(--pro) !important }
a[href="/questions/tagged/lgi"] { background: var(--pro) !important }
a[href="/questions/tagged/python"] { background: var(--pro) !important }
a[href="/questions/tagged/python-2"] { background: var(--pro) !important }
a[href="/questions/tagged/python-2.7"] { background: var(--pro) !important }
a[href="/questions/tagged/python-2.x"] { background: var(--pro) !important }
a[href="/questions/tagged/python-3"] { background: var(--pro) !important }
a[href="/questions/tagged/python-3.x"] { background: var(--pro) !important }
/* cons */
a[href="/questions/tagged/discord"] { background: var(--con) !important }
a[href="/questions/tagged/macos"] { background: var(--con) !important }
a[href="/questions/tagged/ubuntu"] { background: var(--con) !important }
a[href="/questions/tagged/roblox"] { background: var(--con) !important }
a[href="/questions/tagged/minecraft"] { background: var(--con) !important }
a[href="/questions/tagged/computercraft"] { background: var(--con) !important }
a[href="/questions/tagged/garrys-mod"] { background: var(--con) !important }
a[href="/questions/tagged/unity3d"] { background: var(--con) !important }
a[href="/questions/tagged/unity"] { background: var(--con) !important }
a[href="/questions/tagged/mouse"] { background: var(--con) !important }
a[href="/questions/tagged/mouseevent"] { background: var(--con) !important }
a[href="/questions/tagged/logitech"] { background: var(--con) !important }
a[href="/questions/tagged/logitech-gaming-software"] { background: var(--con) !important }
a[href="/questions/tagged/grand-theft-auto"] { background: var(--con) !important }
a[href="/questions/tagged/world-of-warcraft"] { background: var(--con) !important }
a[href="/questions/tagged/facebook"] { background: var(--con) !important }
a[href="/questions/tagged/wireshark"] { background: var(--con) !important }
a[href="/questions/tagged/encryption"] { background: var(--con) !important }
a[href="/questions/tagged/decompiling"] { background: var(--con) !important }
a[href="/questions/tagged/disassembly"] { background: var(--con) !important }
a[href="/questions/tagged/obfuscation"] { background: var(--con) !important }
a[href="/questions/tagged/deobfuscation"] { background: var(--con) !important }
a[href="/questions/tagged/reverse-engineering"] { background: var(--con) !important }
a[href="/questions/tagged/cheat-engine"] { background: var(--con) !important }
a[href="/questions/tagged/virtual-machine"] { background: var(--con) !important }
a[href="/questions/tagged/visual-studio-code"] { background: var(--con) !important }
a[href="/questions/tagged/visual-studio"] { background: var(--con) !important }
a[href="/users/1234567890/person-that-sucks"] { background: var(--con) !important }
div.page-sizer { display: none !important }
footer { display: none !important }
}
@doyousketch2
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment