All Projects → pythias → weibo-start-over

pythias / weibo-start-over

Licence: Apache-2.0 license
清理所有微博,重新开始

Programming Languages

javascript
184084 projects - #8 most used programming language

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();
    });
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].