Created
April 17, 2022 16:24
-
-
Save sethladd/eadd52ed0fecafef680464a70fa85b36 to your computer and use it in GitHub Desktop.
Export MTG proxies from mtgen.net
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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