Last active
August 16, 2019 07:12
-
-
Save erickpatrick/884003997603a9dc953c7e62e10c89e9 to your computer and use it in GitHub Desktop.
Unlike all liked tweets I have
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
let likeToUndo = document.querySelectorAll('[data-testid=unlike]') | |
likeToUndo.forEach(node => {setTimeout(() => node.click(), 500)}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment