Created
June 23, 2018 22:20
-
-
Save csharpforevermore/51f8a57dcc4c10aa5566770affb3a2dd to your computer and use it in GitHub Desktop.
IMDB - adds every film on page that is not in a watchlist to your current watchlist.
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
$('.wl-ribbon.poster.not-inWL').each(function(e){this.click(function(){console.log('Clicked!')})}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment