Last active
June 5, 2018 07:22
-
-
Save ikouchiha47/d194619a87d858360e6150395e688c46 to your computer and use it in GitHub Desktop.
flipkart flash sale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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