您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
自动领取618红包
// ==UserScript== // @name 2022京东淘宝自动领红包 // @namespace http://tampermonkey.net/ // @version 0.6 // @description 自动领取618红包 // @author You // @match https://prodev.jd.com/mall/active/3RiABUPHkTTz7sGcEFowgMMytyc1/index.html?* // @match https://prodev.m.jd.com/mall/active/31e6keDr2FdaUEVSvNZM2kjD7QVx/index.html?* // @match https://pages.tmall.com/wow/z/lianmeng/default/route-lianmeng-index?* // @license MIT License // @grant none // ==/UserScript== window.onload = function() { setTimeout(function() { try { if(location.href.substr(8,6) == 'prodev') window.open('https://s.click.taobao.com/VOVhAXu'); if(location.href.substr(15,1) != 'm') location.href = "https://u.jd.com/ldgSxVn"; document.getElementsByClassName("index-module__union-coupon-button___1grbK union-main-receive-btn index-module__animate-pulse___YnSfN")[0].click(); } catch(err){ document.getElementsByClassName("mm_wf_scale J_click_proxy")[0].click(); setTimeout(function() {window.close()}, 1000); } }, 1000) }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址