Skip to content

Instantly share code, notes, and snippets.

@ikouchiha47
Last active June 5, 2018 07:22
Show Gist options
  • Save ikouchiha47/d194619a87d858360e6150395e688c46 to your computer and use it in GitHub Desktop.
Save ikouchiha47/d194619a87d858360e6150395e688c46 to your computer and use it in GitHub Desktop.
flipkart flash sale
setInterval(()=>{
let el = document.querySelector("button._2AkmmA._2Npkh4._2kuvG8._7UHT_c");
if(el) {
let k = Object.keys(el).find(e => e.match("__reactEventHandlers"));
if(el[k] && el[k].onClick) el[k].onClick();
}
}, 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment