// ==UserScript== // @name Hide stack blot // @description Removes stackoverflow stackexchange (etc) cancer // @version 0.03 // @namespace Violentmonkey Scripts // @match https://askubuntu.com/questions/* // @match https://stackoverflow.com/questions/* // @match https://superuser.com/questions/* // @match https://*.stackexchange.com/questions/* // @match https://*.stackoverflow.com/questions/* // @grant GM_addStyle // @downloadURL none // ==/UserScript== GM_addStyle (".left-sidebar, .post-form, .site-footer--container, .old-hero, .hero-container, #js-gdpr-consent-banner {display:none;}")