Skip to content

Instantly share code, notes, and snippets.

@sethladd
Created April 17, 2022 16:24
Show Gist options
  • Save sethladd/eadd52ed0fecafef680464a70fa85b36 to your computer and use it in GitHub Desktop.
Save sethladd/eadd52ed0fecafef680464a70fa85b36 to your computer and use it in GitHub Desktop.
Export MTG proxies from mtgen.net
console.log([...document.querySelectorAll('.active .card')].map(card => card.title.replace(" - Foil", "")).map(title => `1 ${title} (NEO)`).join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment