Skip to content

Instantly share code, notes, and snippets.

View ProdByGR's full-sized avatar
👨‍💻
Building

Gregori Rivas ProdByGR

👨‍💻
Building
View GitHub Profile
@ProdByGR
ProdByGR / whatsapp-web-spammer.js
Last active February 19, 2025 17:31
A userscript that adds a Spam button to WhatsApp Web interface allowing you to send repeated messages with customizable count and timing.
// ==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
@ProdByGR
ProdByGR / twitter-mass-block.js
Last active February 19, 2025 17:17
Twitter/X Mass Block Script - Adds "Block All" buttons to followers and retweets pages. Features: real-time progress, cancel option, skips blocked users. Works on twitter.com/x.com. Requires Tampermonkey, VioletMonkey, Greasemonkey, or similar...
// ==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
@ProdByGR
ProdByGR / whatsapp-web-status-downloader.user.js
Last active March 9, 2025 19:54
A userscript that allows downloading images and videos from WhatsApp Web status. It adds a download button to the dropdown menu that appears when clicking the three dots.
// ==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==