Skip to content

Instantly share code, notes, and snippets.

@mephitrpg
mephitrpg / scryfall_edit_search.user.js
Last active October 7, 2024 21:49
Scryfall.com Edit Search - Tampermonkey UserScript that precompiles the Advanced Search form with current filters
// ==UserScript==
// @name MTG Scryfall edit search
// @namespace http://scryfall.com/
// @version 1.0
// @description This Tampermonkey script adds an "Edit" link near the search field when you're looking the card list. Click it to automatically collect the data in the search field, open the Advanced Search and precompile its fields using the collected data.
// @author [email protected]
// @match https://scryfall.com/*
// @match https://www.scryfall.com/*
// @grant none
// ==/UserScript==