How to get all discount coupons for Tmall Double 11 [get it now]

Source: Internet
Author: User

We use chrome into the day cat Double 11 activity page, http://www.tmall.com/wow/act/14931/1111, anywhere right mouse button, select the review element, click Console,

Right button, review element

Click Console, then copy the following code in the blanks and press ENTER. If there is a preferential product, don't worry about it.

(function (window, document, undefined)  {var interval = 800; Var closeDelay
 = 200;
var index = 0;
var couponlinks;
Var getcoupon = function ()  {if  (index >= couponlinks.length)  {
Console.log ("collect complete");
Return
} var coponlink = couponlinks[index];
Coponlink.click (); index++;
Console.log ("Receive  "  + index +  "  Zhang");
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 ("Total:"  + couponLinks.length +  "coupon to be collected ...");
Getcoupon ();
} else {document.body.scrolltop = _scrolltop;}}, 500); )   (window, document);


And get all the coupons!


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.