京东超市198-100自动兑换js代码V0.2和网页自动抢两个版本
早上的油猴脚本jsonp报错已下架,建议直接使用js代码
目前兑换情况:
alreadyCount:34666
haverstPercent:43
key:"JBE_qzq7mq"
totalCount:80000
使用地址:
http://sale.jd.com/act/06oZCPy5QY4R8FN.html
接口请求的!不用管这个页面有没有兑换入口!
根据接口返回的兑换数量变化进行请求兑换的,提前个十几秒运行就可以了
var nowCount=0,lastCount=0,time=500,nowPer;
time = prompt("【设置请求时间间隔(单位ms),建议设置为500】");
function jQuery9432768(data){
if(data.data.resultMsg){
console.log(data.data.resultMsg);
}
}
var qScript = document.createElement('script');
qScript.setAttribute("class","draw");
qScript.src = '//act-jshop.jd.com/newJdBeanExchange.html?activityKey=JBE_qzq7mq&callback=jQuery9432768&_=1509466472676';
document.body.appendChild(qScript);
function jQuery3322883(data) {
lastCount = nowCount;
nowCount = data.data[0].alreadyCount;
nowPer = data.data[0].haverstPercent;
if(nowCount == lastCount||lastCount==0){
console.log("当前还剩"+(80000-nowCount)+"张,占总比"+(100-nowPer));
}else if(nowCount != lastCount){
var pScript = document.createElement('script');
pScript.setAttribute("class","draw");
pScript.src = '//act-jshop.jd.com/newJdBeanExchange.html?activityKey=JBE_qzq7mq&callback=jQuery9432768&_=1509466472676';
document.body.appendChild(pScript);
}
};
function getCount(){
if(document.getElementsByClassName('getCount').length>=1){
document.body.removeChild(document.getElementsByClassName('getCount')[0]);
}
var oScript = document.createElement('script');
oScript.setAttribute("class","getCount");
oScript.src = '//act-jshop.jd.com/newJdBeanQuery.html?activityKeys=JBE_qzq7mq&callback=jQuery3322883&_=1509460084521';
document.body.appendChild(oScript);
};
setInterval(function(){
getCount();
},time);
使用方法:360浏览器-F12-console-黏贴代码-回车
或者参考前面发的滴币,是一样的
http://www.qmtao.com/%e6%89%80%e6%9c%89%e6%bb%b4%e6%bb%b4%e5%87%ba%e8%a1%8c%ef%bc%8c%e6%bb%b4%e5%b8%81%e9%93%be%e6%8e%a5%ef%bc%8c%e6%af%8f%e5%a4%a9%e4%bf%9d%e5%ba%95150%e5%b8%81%ef%bc%8c%e4%bb%8e%e6%ad%a4%e5%85%8d.html
另外附上抢券助手网页版,简易点了
请提前打开网页
使用前请确保登陆状态,最好是使用前10分钟登陆一下
使用时最好是倒数10s或20s开启抢券,精准时间请百度
抢完后请查看个人中心是否抢到
抢没抢到和自己账号和网络有关,祝各位好运
https://www.chajie.me/category/coupon
另外的几个超市券来源:
1 微信整点领取
http://wqs.jd.com/event/promote/20171111plcs/index.shtml
2 30豆换取
http://sale.jd.com/act/06oZCPy5QY4R8FN.html
3 一键领取大礼包
网页地址同上 下拉到页面中间
4 随机天降看脸
网页 我的优惠券 右上角领取更多优惠券看看
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容