Last active
March 16, 2021 14:50
-
-
Save chenqiyue/0887802a4da49f47153ff4e684ff11e6 to your computer and use it in GitHub Desktop.
twitter deleter
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
document.querySelector(".Icon--caretDownLight").click(); | |
setTimeout(()=>{ | |
document.querySelector(".js-actionDelete button.dropdown-link").click(); | |
setTimeout(()=>{ | |
document.querySelector(".delete-action").click(); | |
},300) | |
} | |
,300); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment