Skip to content

Instantly share code, notes, and snippets.

@surma
Last active August 29, 2015 14:00
Show Gist options
  • Save surma/11010849 to your computer and use it in GitHub Desktop.
Save surma/11010849 to your computer and use it in GitHub Desktop.
Serien Junkies extractor
x=[]; t=$0.nextSibling; while(t && (t.className || "") == "") {if(t.nodeName == "P"){x.push(t.querySelector(".download_main > a").href);};t=t.nextSibling}; x.join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment