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
// ==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== |