首先进入页面:; f" j. d7 M0 B5 r! ^! n7 ?
http://www.tmall.com/wow/act/14931/11117 e& U, H. ~" d, o; O* x

9 h/ T, H" w; F或者有的浏览器叫控制台,复制下面代码在空白处后按回车,即可。如果到时候有优惠的商品,就不用担心了,然后领光所有优惠券!
: g6 f. _% D% F; `- `, ?' p! N(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);
5 d8 @8 s8 F+ O+ S) }: v
4 g. {+ R, c/ G( @9 p8 T |