首先进入页面:6 S& P0 z' i" {+ A
http://www.tmall.com/wow/act/14931/1111: }: m0 A. H5 k* l. `# ?/ E

1 k6 U9 J) D! o4 R* V U或者有的浏览器叫控制台,复制下面代码在空白处后按回车,即可。如果到时候有优惠的商品,就不用担心了,然后领光所有优惠券!/ e" N0 R. V- W. ~* w: E0 c
(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);
$ w6 B) V( ~5 V" t, {! X! e Q- f4 ^+ h/ X
|