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
| /** | |
| * X (Twitter) Backpack Emoji Auto-Blocker | |
| * ======================================== | |
| * | |
| * Automatically blocks X/Twitter users whose DISPLAY NAME contains the | |
| * backpack emoji (🎒). The script walks the visible feed, opens each | |
| * matching tweet's "More" menu, clicks Block, and confirms — then scrolls | |
| * down to load more tweets and repeats until the feed stops growing. | |
| * | |
| * Why the display name and not the tweet body? |
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
| MTproto | |
| ERlang version | |
| Note: This script works on Ubuntu 18/19 , Debian 9/10 and Centos 7. | |
| curl -L -o mtp_install.sh https://git.io/fj5ru && bash mtp_install.sh | |
| You can also just provide port/secret/ad-tag/protocols as command line arguments: |