[天猫双11红包如何领取]领取天猫双 11 所有优惠卷的方法攻略【赶快领取吧】

更新时间:2020-03-11    来源:鼠标特效    手机版     字体:

【www.bbyears.com--鼠标特效】

我们用chrome进入天猫双11活动页面, http://www.tmall.com/wow/act/14931/1111 ,任意地方鼠标右键,选择审查元素,点击 Console ,

右键,审查元素

点击 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);


然后领光所有优惠卷了!


本文来源:http://www.bbyears.com/wangyetexiao/86370.html

热门标签

更多>>

本类排行