Skip to content

pythias/weibo-start-over

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

weibo-start-over

重头来过,清理所有微博

使用方法

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

About

清理所有微博,重新开始

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published