The teleport markers on the RuneApps RS3 world map have no useful hover text — the tooltip shows the menu option number, not the name. This is the missing key: every icon the map can draw, what it is, and where it goes — plus a userscript that fixes the tooltips for good.
It rewrites every marker's tooltip on the real map, so you don't have to come back here.
chrome://extensions
and turn on Developer Mode (top right).On runeapps.org/map, press F12 and look at the Console:
[map-tooltips] parsed 390 teleports from the map bundle
[map-tooltips] labelled 322 markers on screen
Then your tooltips read like
Digsite pendant — Exam Centre · option 3 instead of
3. If not, see troubleshooting.
Nothing matches that.
Almost every report comes down to the first one.
Chrome is blocking it, not Tampermonkey. Do step 2 above — Allow User Scripts, or Developer Mode on older versions — then reload the map.
If that toggle is already on:
runeapps.org.https://runeapps.org/map, not a mirror or an
http:// URL.That's the map's original tooltip, which means the script never ran. Work through the item above — the console will be completely silent if it didn't execute.
The script reads the destination names out of the map's own
JavaScript. Something blocked that request, usually an ad blocker or privacy extension
being aggressive on runeapps.org. Allowlist the site and reload.
The map object never appeared within about 20 seconds — usually a slow or half-finished page load. Reload. If it keeps happening on a fast connection, the map's internals have probably changed; open an issue.
id40261 instead of an item nameThe map added an icon the script has no name for. It still tells you the destination, so it's cosmetic — but please open an issue, it's a one-line fix.
They shouldn't — the script patches Leaflet's icon creation precisely so labels survive rebuilds. If you can reproduce it, an issue with the steps would be very welcome.