Skip to content

Instantly share code, notes, and snippets.

@trueparallels
Last active January 19, 2016 11:21
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 trueparallels/bb0e685ce99a6e2a2943 to your computer and use it in GitHub Desktop.
Save trueparallels/bb0e685ce99a6e2a2943 to your computer and use it in GitHub Desktop.
Get count of episodes on Overcast website
jQuery('.episodecell').each(function(i, el) {
console.log(jQuery(el).find('.caption2').first().text());
});
@trueparallels
Copy link
Author

Displays names in console. Counts come from console log repetition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment