2015年【天猫双十一】一键自动领取双11所有优 - Assbbs
2015年【天猫双十一】一键自动领取双11所有优惠卷 一次领光天猫双11所有优惠卷 一次领光天猫双11所有优惠卷 一次领光天猫双11所有优惠卷 重要的要说三次!!! 方法: 首先进入活动页面 http://www.tmall.com/wow/act/14931/1111 并且登录成功你的帐号! 随便找个地方点击鼠标右键 推荐使用chrome浏览器 点击【审查…
2015年【天猫双十一】一键自动领取双11所有优惠卷 一次领光天猫双11所有优惠卷 一次领光天猫双11所有优惠卷 一次领光天猫双11所有优惠卷 重要的要说三次!!! 方法: 首先进入活动页面 http://www.tmall.com/wow/act/14931/1111 并且登录成功你的帐号! 随便找个地方点击鼠标右键 推荐使用chrome浏览器 点击【审查元素】 菜单中选择【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 ; 最后领光所有可领的优惠券。