Skip to content

Instantly share code, notes, and snippets.

@mephitrpg
mephitrpg / scryfall_edit_search.user.js
Created November 15, 2019 11:22
Scryfall.com Edit Search - Tampermonkey UserScript that precompiles the Advanced Search form with current filters
// ==UserScript==
// @name Scryfall edit search
// @namespace http://scryfall.com/
// @version 1.0
// @description This script adds an "Edit" link near the search field when you're looking the card list. Click it to open the Advanced Search with precompiled fields.
// @author www.mephit.it@gmail.com
// @match https://scryfall.com/*
// @match https://www.scryfall.com/*
// @grant none
// ==/UserScript==