jeudi 30 avril 2015

[GUIDE] Add MI 4i easily in your cart topic


Many of us wants to buy MI 4i. I have found a working script which will add MI 4i in your cart automatically.

This is not my script and I am not going to take it's credit. I am just sharing !

Will it work on every sales ?

May Be… Because, Flipkart will change the tokens on every sales. So, I will update the above code on every sales here.

How to use it ?

It is very simple. Just open the MI 4i phone sales page 10 minutes before sales.

Right click and select “Inspect Element”
Goto “Console”
Paste the above code and press “Enter”. Thats it, Your phone will be added to your cart.
How it works ?

This code will run the function every 20 millisecond. That function will try to click the buy now button. If the button appears in the screen, then the phone will be added to your cart automatically.

Script :

setInterval(function(){ $('.jbv-buy-big').trigger('click'); console.log('Working...'); },10);

Hit thanks, if helped :good:

xda-developers