This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import itertools | |
from typing import List | |
import requests | |
import re | |
import datetime | |
import argparse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 删除当前个人界面所有微博 | |
// 需要登录 | |
// 可以通过关键词搜索后运行脚本删除所有关键词微博 | |
s.setAttribute( | |
'src', | |
'https://lib.sinaapp.com/js/jquery/2.0.3/jquery-2.0.3.min.js' | |
); | |
s.onload = function() { | |
setInterval(function() { | |
if (!$('a[action-type="feed_list_delete"]')) { |