Created
September 5, 2019 16:21
-
-
Save tycoi2005/cee5f5b8090dfd76c0a66059c49ca666 to your computer and use it in GitHub Desktop.
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
// click all big likes button on pages | |
a = document.getElementsByClassName("_6a-y _3l2t _18vj") | |
for (var i =0; i< a.length; i++) { a[i].classList.value.indexOf("_3_16") <0 ? a[i].click() : console.log("liked") ; console.log(i) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment