Skip to content

pythias/weibo-hide-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weibo-hide-all

隐藏所有微博

使用方法

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

Releases

No releases published

Packages

No packages published