Skip to content

Instantly share code, notes, and snippets.

View pmossman's full-sized avatar

Parker Mossman pmossman

View GitHub Profile
@pmossman
pmossman / meleegg_swu_bookmarklet
Last active May 7, 2025 18:03
Melee.gg SWU decklist bookmarklet
// Create a new bookmark with the target URL value set to the below javascript line.
// Click the bookmark while on a melee.gg decklist page to open a tab with a nicer deck image view and SWUDB-compatible JSON copy utility.
// The bookmarklet saves cards in your browser for faster loading of cards it has already seen.
javascript:(async function(){const win=window.open('','_blank');win.document.write('<!DOCTYPE html><html><head><meta charset="utf-8"><title>Loading Deck Data…</title><style>body{margin:0;padding:10px;background-color:#121212;color:#eee;font-family:\'Segoe UI\',Roboto,sans-serif;font-size:13px;line-height:1.3}.container{max-width:100%;margin:0;padding:0}.top-header-layout{display:flex;justify-content:flex-start;align-items:flex-start;gap:15px;padding-bottom:8px;border-bottom:1px solid #333;margin-bottom:10px}.deck-metadata-column{flex:.5;min-width:0}.leader-base-visual-column{display:flex;gap:5px;justify-content:flex-start;align-items:flex-start;flex-shrink:0}h1{margin:0 0 1px 0;padding:0;font-s