Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Stack Overflow background
- // @namespace http://stylebot.me/styles/4
- // @description
- // @include http://stackoverflow.com/*
- // @include http://meta.stackoverflow.com/*
- // @include http://superuser.com/*
- // @include http://meta.superuser.com/*
- // @include http://serverfault.com/*
- // @include http://meta.serverfault.com/*
- // @include http://askubuntu.com/*
- // @include http://meta.askubuntu.com/*
- // @include http://answers.onstartups.com/*
- // @include http://meta.answers.onstartups.com/*
- // @include http://stackapps.com/*
- // @include http://*.stackexchange.com/*
- // @author Dukeling
- // ==/UserScript==
- var styleEl = document.createElement('style');
- styleEl.type = 'text/css';
- styleEl.innerHTML = 'body{background:#000;color:#ccc;} #question-header a{color:#ccc;}';
- document.documentElement.appendChild(styleEl);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement