Hide stack blot

Removes stackexchange cancer

  1. // ==UserScript==
  2. // @name Hide stack blot
  3. // @description Removes stackexchange cancer
  4. // @version 0.06
  5. // @namespace Violentmonkey Scripts
  6. // @match https://askubuntu.com/questions/*
  7. // @match https://mathoverflow.net/questions/*
  8. // @match https://serverfault.com/questions/*
  9. // @match https://stackoverflow.com/questions/*
  10. // @match https://superuser.com/questions/*
  11. // @match https://*.stackexchange.com/questions/*
  12. // @match https://*.stackoverflow.com/questions/*
  13. // @grant GM_addStyle
  14. // ==/UserScript==
  15. GM_addStyle (".left-sidebar, .post-form, .site-footer--container, .site-footer, .js-footer, .s-hero, .s-hero__dark, .js-dismissable-hero, .old-hero, .hero-container, #js-gdpr-consent-banner, #footer {display:none;}")