Skip to content

Instantly share code, notes, and snippets.

@juzybits
juzybits / twitter-report.js
Last active September 10, 2023 03:50 — forked from banteg/twitter-report.js
report tweet as spam and block its author
/*
A script to report a tweet as spam and block its author.
It is meant to be run from the browser console.
How to use:
1) On Twitter, click "Report post"
2) Copy-paste this script into the console
*/
function waitForElement(selector) {