Created
January 13, 2021 13:18
-
-
Save mactep/69f5d5a06932fd99a101cc30104554dc to your computer and use it in GitHub Desktop.
JQBX.fm autodope script bookmark
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
javascript:(function(){setInterval(function() { if (!document.querySelector('button.thumbs-up').classList.contains('active')) { document.querySelector('button.thumbs-up').click(); } }, 30000);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment