Remove Reddit Collection Sidebar and Header

Removes the collection sidebar and the hovering title from reddit.com

  1. // ==UserScript==
  2. // @name Remove Reddit Collection Sidebar and Header
  3. // @description Removes the collection sidebar and the hovering title from reddit.com
  4. // @include *reddit.com/*
  5. // @grant none
  6. // @version 0.0.1.20190505002334
  7. // @namespace https://gf.qytechs.cn/users/4252
  8. // ==/UserScript==
  9.  
  10. (function() {
  11. var style = document.createElement('style');
  12. style.type = 'text/css';
  13. style.innerHTML = ' ._10IcBRrmressbhblq2bqiU {display:none !important;} ._2T_gfh-4AolUQ4rcgj8LV3 {display:none !important;} ';
  14. document.getElementsByTagName('head')[0].appendChild(style);
  15. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址