Created
July 7, 2023 02:33
-
-
Save ezetojo/fa39b3500e0c8f78d3f5c9263a0ec7d2 to your computer and use it in GitHub Desktop.
Unlike twitter
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
function dislike(){ | |
document.querySelector('[data-testid="unlike"]').scrollIntoView() | |
document.querySelector('[data-testid="unlike"]').click() | |
} | |
const start = setInterval(dislike,1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment