This file contains hidden or 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
// 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 |