Last active
November 27, 2022 05:32
-
-
Save thepeopleseason/ee8b9a67673d5200750109cd0ad77db6 to your computer and use it in GitHub Desktop.
Random MTG Card bookmarklet
This file contains hidden or 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
javascript:fetch("https://api.scryfall.com/cards/random").then((response)=>response.json()).then((json)=>window.open(json["image_uris"]["normal"])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment