Skip to content

Instantly share code, notes, and snippets.

@larryhou
Last active March 12, 2022 04:12
Show Gist options
  • Save larryhou/b3b35467cc05a4266eb2eedba9374aec to your computer and use it in GitHub Desktop.
Save larryhou/b3b35467cc05a4266eb2eedba9374aec to your computer and use it in GitHub Desktop.
$("#pullDownDate option").map((_,option)=>option.value).toArray().join(";")
$("#pullDownDate option").map((_,o)=>`downloadSelectPDF("The Wall Street Journal Magazine_${o.value}","wallstreetjournal-xp-wallstreetjournalmag","0@/wallstreetjournalmag/${o.value}/page.pdf","0",1);`).toArray().join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment