天猫双11优惠卷自动抢
作者:天猫 来源:绿软联盟 发布时间:2015-10-16 9:46:41
作者:天猫 来源:绿软联盟 发布时间:2015-10-16 9:46:41
方法:首先进入活动页面 http://www.tmall.com/wow/act/14931/1111 登陆 ,随便找个地方点击鼠标右键,选择审查元素,点击 Console
鼠标右击,就会看见审核元素
(function(window, document, undefined) {
var interval = 800;
var closeDelay = 200;
var index = 0;
var couponLinks;
var getCoupon = function() {
if (index >= couponLinks.length) {
console.log("领取完毕");
return;
}
var coponLink = couponLinks[index];
coponLink.click(); index++;
console.log("领取 第" + index + " 张");
setTimeout(getCoupon, interval);
setTimeout(function() {
var close = document.querySelector('.mui-dialog-close');
if (close != null) close.click();
}, closeDelay);
}
var _scrollTop = 0;
var _scrollStep = document.documentElement.clientHeight;
var _maxScrollTop = document.body.clientHeight - document.documentElement.clientHeight;
var autoScrollDown = setInterval(function() {
_scrollTop += _scrollStep;
if (_scrollTop > _maxScrollTop) {
clearInterval(autoScrollDown);
couponLinks = document.querySelectorAll('.mui-act-item-yhqbtn');
console.log("总共:" + couponLinks.length + "条张优惠券待领取...");
getCoupon();
} else {
document.body.scrollTop = _scrollTop;
}
}, 500);
}) (window, document);
贴上面的代码过去,然后回车 如果抢的少,不要灰心,1111还没到,陆续会放出优惠券的 看哥的,抢了2次
文章来自绿盟(xDowns.com)转载请注明来路。
上一篇文章:魅蓝Metal定价为四位数 价格可能在1500元以内 []