Skip to content

Instantly share code, notes, and snippets.

@mcabreradev
Last active June 5, 2018 18:36
Show Gist options
  • Save mcabreradev/3c54a1a0b5a045da31d44cc89c13c5aa to your computer and use it in GitHub Desktop.
Save mcabreradev/3c54a1a0b5a045da31d44cc89c13c5aa to your computer and use it in GitHub Desktop.
const _$ = $;
setInterval(function(){
_$("#mm_cc > div > header > div.profile-header__vote.js-profile-header-buttons > div.profile-header__vote-item.profile-header__vote-item--yes.js-tutorial-first-yes > div > span").click()
}, 2000);
///////
setInterval(function(){
document.querySelector(".recsCardboard__cardsContainer button[aria-label=Like]").click()
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment