Binance Red Packet Auto Claimer

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

Size

920 B

Version

1.0.1

Created

Apr 4, 2026

Updated

11 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==// ==UserScript==
12// @name		Binance Red Packet Auto Claimer
13// @description		Automatically extracts red packet codes from Telegram and claims them on Binance
14// @version		1.0.1
15// @match		https://*.web.telegram.org/*
16// @match		https://www.binance.com/en/my/wallet/account/payment/cryptobox
17// @icon		https://web.telegram.org/a/favicon.ico
18// @grant		GM.getValue
19// @grant		GM.setValue
20// @grant		GM.deleteValue
21// ==/UserScript==
22(function() {
23    'use strict';
24    // Your code here
25})();