微博隐藏所有 隐藏所有微博 使用方法 使用chrome //weibo.com并登录 :调试窗口,复制以下代码至console,执行既可 fetch ( "https://raw.githubusercontent.com/pythias/weibo-hide-all/master/weibo-hide-all.js" ) . then ( response => response . text ( ) ) . then ( text => { eval ( text ) ; const weiboHidden = new hidden ( ) ; weiboHidden . start ( ) ; } ) ;