Skip to content

Instantly share code, notes, and snippets.

@tycoi2005
Created September 5, 2019 16:21
Show Gist options
  • Save tycoi2005/cee5f5b8090dfd76c0a66059c49ca666 to your computer and use it in GitHub Desktop.
Save tycoi2005/cee5f5b8090dfd76c0a66059c49ca666 to your computer and use it in GitHub Desktop.
// 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