Skip to content

Instantly share code, notes, and snippets.

@helinwang
Created January 4, 2019 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helinwang/8e210977dd2c9afd288f5a18648c6d98 to your computer and use it in GitHub Desktop.
Save helinwang/8e210977dd2c9afd288f5a18648c6d98 to your computer and use it in GitHub Desktop.
Batch delete Weibo posts
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