Hide stack blot

Removes stackexchange cancer

当前为 2019-01-12 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Hide stack blot
  3. // @description Removes stackexchange cancer
  4. // @version 0.05
  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, .s-hero, .s-hero__dark, .js-dismissable-hero, .old-hero, .hero-container, #js-gdpr-consent-banner {display:none;}")