@axj1816CF Wallet 一键检测名称是否可用 中发帖

// ==UserScript==
// @name         Cloudflare Wallet 名称检测器
// @namespace    cfpay-name-checker
// @version      1.3.0
// @description  在 cloudflare.pay 批量检测钱包名称占用情况。页面内弹出配置窗口选择名称类型(国外大公司/技术//热度/加密货币)或随机名称(长度 3 以上),支持开始/暂停/继续/停止
// @author       you
// @match        https://cloudflare.pay/*
// @run-at       document-idle
// @grant        GM_getValue
// @grant        GM_setValue
// @grant        GM...
 
 
Back to Top