Created
February 3, 2016 17:12
-
-
Save Fryngies/589e5b0f348d7e70c51b to your computer and use it in GitHub Desktop.
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
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