hide stack blot

hide stackoverflow cancer

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

  1. // ==UserScript==
  2. // @name hide stack blot
  3. // @description hide stackoverflow cancer
  4. // @version 0.01
  5. // @namespace Violentmonkey Scripts
  6. // @match https://stackoverflow.com/questions/*
  7. // @grant GM_addStyle
  8. // ==/UserScript==
  9. GM_addStyle (".left-sidebar, .post-form, .site-footer--container {display:none;}")