Last active
October 12, 2022 16:05
-
-
Save jasmo2/298b9dc5ff7903e34982519275072c25 to your computer and use it in GitHub Desktop.
This file contains 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
var intervalTime = 2000 | |
var intervalFunc = setInterval(()=> { | |
const btns = btn = document.getElementsByClassName("Bgi($g-ds-background-like):a") | |
const likeBtn = btns[0] | |
likeBtn.click() | |
}, intervalTime) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment