Deadmap
Crowd-sourced live map for Worldwide Dead. Your in-game state is scraped by a small Tampermonkey probe and rendered on a shared tactical map.
Install the probe
- Sign in with Discord below. That's your deadmap identity — and the page shown right after signing in displays your API token (with a copy button). That is the token to install in the probe (step 4); it's the token for your account, so no one needs to hand you one.
- Install Tampermonkey (Firefox on desktop; Firefox for Android on phones — Chrome for Android no longer supports userscripts).
- Get the script:
deadmap.user.js (this page's host) — open it, select all, copy. Then Tampermonkey → Dashboard → Create a new script, delete the template, paste, save.
- On your next game page load a one-time setup box appears (top right): the server URL is pre-filled with this map's address — paste your token (the one shown after Discord sign-in, step 1) and your character ID (the number in your profile URL,
wwdead.com/classic/profile/<id>). Save & start.
- First contact: Tampermonkey pops up “A userscript wants to access a cross-origin resource”, showing the destination domain
map.fusr.info. That dialog is the probe asking permission to send your in-game state to the map (one-way — nothing is sent back to the game). Check the destination domain matches this site, then click “Always allow domain” (the thumbs-up). “Just once” also works but asks again next session.
- Play. The probe reports automatically every turn, links your character to your account on its own, and shows a 10×10 minimap below the game view with layer overlays.
Updates
- Your token and character ID are stored by Tampermonkey separately from the script code — “Check for updates” in Tampermonkey replaces the code but never your settings.
- The script declares
@updateUrl on this host, so Tampermonkey can check for new versions itself (enable “Update” in its settings, or click “Check for updates” manually while a game page is open).
Log in / check your probe