Skip to content

Instantly share code, notes, and snippets.

@mactep
Created January 13, 2021 13:18
Show Gist options
  • Save mactep/69f5d5a06932fd99a101cc30104554dc to your computer and use it in GitHub Desktop.
Save mactep/69f5d5a06932fd99a101cc30104554dc to your computer and use it in GitHub Desktop.
JQBX.fm autodope script bookmark
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