// ==UserScript== // @name VisualCrumbs (Stack Visuals) // @namespace https://github.com/GrumpyCrouton/Userscripts/blob/master/VisualCrumbs%20(Stack%20Visuals) // @version 1.0 // @description Visual Changes (POST Sidebar) // @author GrumpyCrouton // @match *://*.stackoverflow.com/* // @match *://*.stackexchange.com/* // @match *://*.superuser.com/* // @downloadURL none // ==/UserScript== document.onreadystatechange = function () { if (document.readyState === "interactive") { //body changes $("body").css("background-color","#f4fff3"); $(".container").css({"max-width":"none","border-right":"1px solid #d6d9dc"}); $("#questions, #qlist-wrapper, #content").css({"max-width":"none","border-right":"1px solid #d6d9dc"}); controlRightPadding(); $( window ).resize(function() { controlRightPadding(); }); //question stats $(".question-stats").addClass("community-bulletin"); $("