Skip to content

Instantly share code, notes, and snippets.

@chenqiyue
Last active March 16, 2021 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chenqiyue/0887802a4da49f47153ff4e684ff11e6 to your computer and use it in GitHub Desktop.
Save chenqiyue/0887802a4da49f47153ff4e684ff11e6 to your computer and use it in GitHub Desktop.
twitter deleter
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