Created
January 4, 2019 00:36
-
-
Save helinwang/8e210977dd2c9afd288f5a18648c6d98 to your computer and use it in GitHub Desktop.
Batch delete Weibo posts
This file contains 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
setInterval(() => { | |
document.querySelector('a[action-type="feed_list_delete"]').click() | |
document.querySelector('a[action-type="ok"]').click() | |
}, 500) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment