Binance Red Packet Auto Claimer

Automatically extracts red packet codes from Telegram and claims them on Binance

Size

490 B

Version

1.0.1

Created

Apr 4, 2026

Updated

12 days ago

1// ==UserScript==
2// @name		Binance Red Packet Auto Claimer
3// @description		Automatically extracts red packet codes from Telegram and claims them on Binance
4// @version		1.0.1
5// @match		https://*.web.telegram.org/*
6// @match		https://www.binance.com/en/my/wallet/account/payment/cryptobox
7// @icon		https://web.telegram.org/a/favicon.ico
8// @grant		GM.getValue
9// @grant		GM.setValue
10// @grant		GM.deleteValue
11// ==/UserScript==
12(function() {
13    'use strict';
14    // Your code here
15})();