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
// ==UserScript== | |
// @name Whatsapp Web Media Downloader | |
// @namespace gr | |
// @match https://web.whatsapp.com/* | |
// @grant none | |
// @version 1.0 | |
// @author @ProdByGR | |
// @description Download status from Whatsapp Web | |
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@2 | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name X Twitter Mass Block | |
// @namespace http://tampermonkey.net/ | |
// @version 0.6 | |
// @description Mass block script for Twitter/X. Originally created by KingSupernova, ported to Tampermonkey by CL with retweets functionality, further enhanced by @ProdByGR with followers tab support and timeline-specific optimizations. | |
// @author @ProdByGR | Based on CL's Tampermonkey port | Original script by KingSupernova. | |
// @match https://twitter.com/* | |
// @match https://x.com/* | |
// @grant GM_openInTab | |
// @grant GM_addStyle |
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
// ==UserScript== | |
// @name Whatsapp Web Spammer | |
// @namespace @ProdByGR | |
// @match https://web.whatsapp.com/* | |
// @grant none | |
// @version 1.1 | |
// @author @ProdByGR | |
// @description A userscript that adds a Spam button to WhatsApp Web interface allowing you to send repeated messages with customizable count and timing. | |
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@2 | |
// @license MIT |