Skip to content

Instantly share code, notes, and snippets.

@thepeopleseason
Last active November 27, 2022 05:32
Show Gist options
  • Save thepeopleseason/ee8b9a67673d5200750109cd0ad77db6 to your computer and use it in GitHub Desktop.
Save thepeopleseason/ee8b9a67673d5200750109cd0ad77db6 to your computer and use it in GitHub Desktop.
Random MTG Card bookmarklet
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