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
| /* | |
| 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) { |