Skip to content

Instantly share code, notes, and snippets.

@danromero
Created February 28, 2023 01:54
Show Gist options
  • Save danromero/738c7ff7d23c65c8c5f60935340b7472 to your computer and use it in GitHub Desktop.
Save danromero/738c7ff7d23c65c8c5f60935340b7472 to your computer and use it in GitHub Desktop.
Delete Twitter DMs in your message request queue
repeat 10 times
tell application "Google Chrome" to tell active tab of window 1
execute javascript "document.querySelector('div[role=\"button\"][aria-label=\"Options menu\"]').click();"
delay 1
execute javascript "document.querySelector('div[role=\"menuitem\"]').click();"
end tell
end repeat
@youngrembo
Copy link

That's a pretty interesting script!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment