// ==UserScript== // @name SO Dev Style // @version 1.2 // @namespace http://stackoverflow.com/q/fofofofofof // @description An example, adding a border to a post on Stack Overflow. // @include http://stackoverflow.com/* // @include http://meta.stackoverflow.com/* // ==/UserScript== document.querySelector("link[rel=stylesheet]").setAttribute("href", "http://dev.stackoverflow.com/content/sandbox/all.css");