Skip to content

Instantly share code, notes, and snippets.

@leiluspocus
Created August 26, 2018 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leiluspocus/2da51205f37b18ad5593e204f1bfcb01 to your computer and use it in GitHub Desktop.
Save leiluspocus/2da51205f37b18ad5593e204f1bfcb01 to your computer and use it in GitHub Desktop.
Skip Netflix credits
$('.skip-credits').bind('afterShow', function() {
$('.skip-credits a').click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment