Last active
December 30, 2015 12:09
-
-
Save Andygol/7826770 to your computer and use it in GitHub Desktop.
Vizualize map from BBCode [map]...[/map]
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
// ==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