Skip to content

Instantly share code, notes, and snippets.

@Fryngies
Created February 3, 2016 17:12
Show Gist options
  • Save Fryngies/589e5b0f348d7e70c51b to your computer and use it in GitHub Desktop.
Save Fryngies/589e5b0f348d7e70c51b to your computer and use it in GitHub Desktop.
var elements = document.getElementsByClassName("yt-uix-subscription-button"); for (var i = 0; i < elements.length; i++) {if(!elements[i].classList.contains('hover-enabled')) elements[i].click();}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment