Skip to content

Instantly share code, notes, and snippets.

@Andygol
Last active December 30, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Andygol/7826770 to your computer and use it in GitHub Desktop.
Save Andygol/7826770 to your computer and use it in GitHub Desktop.
Vizualize map from BBCode [map]...[/map]
// ==UserScript==
// @name MapBBCode visualizer
// @namespace osm
// @version 0.01
// @description Vizualize map from BBCode [map]...[/map]
// ==/UserScript==
(function(){document.body.appendChild(document.createElement('script')).src='http:/'+'/osmz.ru/mapbb.plain.js';})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment