一次自动领光天猫双11所有优惠卷

/ 10评 / 0

释放双手,自动化,高逼格

方法::首先进入活动页面http://www.tmall.com/wow/act/14931/1111 ,随便找个地方点击鼠标右键,选择审查元素(请使用火狐或者谷歌浏览器),点击 Console ,如图所示:

1

 

然后复制下面代码在空白处后按回车,即可。如图:

2

3

已经在自动工作了,等待一会,再去看看你的优惠券篮子,是不是多的吓尿了。

代码如下:
[code lang="js"]
(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);

[/code]

PS:打开网站后请先登录好自己的天猫账号。

 


 

fr0m:要去劈柴的太雄

《 “一次自动领光天猫双11所有优惠卷” 》 有 10 条评论

  1. yfr7fl说道:

    我来看看,欢迎不欢迎?

  2. 那座城说道:

    已为双十一贡献两单。

  3. 情圣训练营说道:

    感谢分享!!欢迎互访

  4. 逆向网赚说道:

    逆向直销,震撼来袭:

    优势①:逆向网赚,真正实现就算什么不干都赚钱
    优势②:十级提成,下线年年续费,上线年年收钱
    优势③:静态分红,每日签到就有钱,封顶一百元
    优势④:百万资源,每日更新,一键转存无限下载
    优势⑤:强大网站,八个栏目,无限发布产品广告

    免费注册地址:

    http://www.629494567.9489988.com/

  5. ppp说道:

    元立方金服是全国首家PPP模式、专注市政基础设施建设的互联网金融平台。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注