【推荐】:手把手教你电脑挖矿赚钱,最近超火!
网友可以点击链接查看,超详细!
【推荐】:任务赚钱app:悬赏猫(补充:刷Q币是假的,Q币绝对刷不了!)
在悬赏猫,可以通过任务赚钱,秒提微信红包。用户可点击链接注册下载悬赏猫
http://www.nnzhuan.com/s/xuanshangmao.html
电脑用户用手机扫码注册下载悬赏猫
小编悬赏猫的收款图:

手机任务赚钱app:趣闲赚
用户可点击链接注册下载
简介:自动判断时间跳转到对应的10、14、16、18、20不同场次的198-100,苏宁服务器时间到点自动模拟点击领取;需要自备50云钻;
脚本地址:
https://greasyfork.org/zh-CN/scripts/34950
复制代码
10点场:
https://yzdh.suning.com/yzdh-web/exchange/voucher1680.htm
复制代码
14点场:
https://yzdh.suning.com/yzdh-web/exchange/voucher1681.htm
复制代码
16点场:
https://yzdh.suning.com/yzdh-web/exchange/voucher1682.htm
复制代码
18点场:
https://yzdh.suning.com/yzdh-web/exchange/voucher1683.htm
复制代码
20点场:
https://yzdh.suning.com/yzdh-web/exchange/voucher1684.htm
复制代码
代码运行正确判断方法,出现苏宁的北京时间(如下图):
油猴脚本的使用方法:https://coderschool.cn/2210.html
JS代码
javascript:( function(){
var timestamp,n,url=window.location.href;
var t1 = setInterval(function (){
$.ajax({
url: '//quan.suning.com/getSysTime.do',
type: 'get',
dataType: 'json',
async: false,
success: function (res) {
timestamp=res.sysTime1;
n = Number(timestamp.substring(8));
$('.time').html('当前服务器时间:'+res.sysTime2);
}
});
},500);
function jumpUrl(){
if(n>=0&&n<=100000&&url.indexOf('1680')<0){
window.location.href = "https://yzdh.suning.com/yzdh-web/exchange/voucher1680.htm";
}else if(n>100000&&n<=140000&&url.indexOf('1681')<0){
window.location.href = "https://yzdh.suning.com/yzdh-web/exchange/voucher1681.htm";
}else if(n>140000&&n<=160000&&url.indexOf('1682')<0){
window.location.href = "https://yzdh.suning.com/yzdh-web/exchange/voucher1682.htm";
}else if(n>160000&&n<=180000&&url.indexOf('1683')<0){
window.location.href = "https://yzdh.suning.com/yzdh-web/exchange/voucher1683.htm";
}else if(n>180000&&n<=200000&&url.indexOf('1684')<0){
window.location.href = "https://yzdh.suning.com/yzdh-web/exchange/voucher1684.htm";
};
}
setTimeout(jumpUrl,1000);
function exchange(){
if($('.common-alert-box .alert-btn .ok-btn').html()=="确认"){
document.getElementsByClassName("ok-btn")[0].click();
};
if($('.common-alert-box .alert-btn .ok-btn').html()=="查看好券"){
document.getElementsByClassName("cancel-btn")[0].click();
};
if(n>=095959&&n<=100002&&$('.ok-btn').length<1){
clearInterval(t1);
sendVoucher('3418',1,'超市神券','150','299','150','https://cuxiao.suning.com/cs1212.html');
}else if(n>=135959&&n<=140002&&$('.ok-btn').length<1){
clearInterval(t1);
sendVoucher('3419',1,'超市神券','150','299','150','https://cuxiao.suning.com/cs1212.html');
}else if(n>=155959&&n<=160002&&$('.ok-btn').length<1){
clearInterval(t1);
sendVoucher('3420',1,'超市神券','150','299','150','https://cuxiao.suning.com/cs1212.html');
}else if(n>=175959&&n<=180002&&$('.ok-btn').length<1){
clearInterval(t1);
sendVoucher('3421',1,'超市神券','150','299','150','https://cuxiao.suning.com/cs1212.html');
}else if(n>=195959&&n<=200002&&$('.ok-btn').length<1){
clearInterval(t1);
sendVoucher('3422',1,'超市神券','150','299','150','https://cuxiao.suning.com/cs1212.html');
}
}
var t2 = setInterval(exchange,500);
} )();
复制代码
每次运行都要复制代码和不想装油猴?那就将代码保存为书签然后点击就可以使用~
点评
折翼青鸟℡
这个必须加果 发表于 2017-12-3 20:20
krapnik
目前脚本版本最新版本号是0.6,更新至最新版本使用~ 发表于 2017-12-2 19:16
关注我们:请关注一下我们的微信公众号:扫描二维码

版权声明:本文为原创文章,版权归 赚Q币及手赚项目推荐 所有,欢迎分享本文,转载请保留出处!
评论已关闭!