Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save csharpforevermore/51f8a57dcc4c10aa5566770affb3a2dd to your computer and use it in GitHub Desktop.
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.
$('.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