// (c) 2008-2010, xo4yxa // (c) 2014, Ded Moroz // // ==UserScript== // @name hwmmapmove // @namespace ded_moroz // @description перемещение по карте в один клик, скрипт для ГВД // @version 2.2 // @homepage https://greasyfork.org/users/7571-ded-moroz // @include http://www.heroeswm.ru/map.php* // @grant GM_getValue // @grant GM_setValue // @grant GM_xmlhttpRequest // @downloadURL none // ==/UserScript== if( !this.GM_getValue || ( this.GM_getValue.toString && this.GM_getValue.toString().indexOf("not supported")>-1 ) ) { this.GM_getValue = function( key , def ) { return localStorage[key] || def ; }; this.GM_setValue = function( key , value ) { return localStorage[key] = value; }; this.GM_deleteValue = function( key ) { return delete localStorage[key] ; }; } var ver = '2.2' var coop = '

| ' + ' | ' + ' | ' + ' | ' + ' | ' + ' | ' + ' |
| ' + ' | ' + ' | ' + ' | ' + ' | ' + ' | ' + ' |
| ' + ' | ' + ' | ' + ' | ' + ' | ' + ' | ' + ' |
| ' + ' | ' + ' | ' + ' | ' + ' | ' + ' | ' + ' |
| ' + ' | ' + ' | ' + ' | ' + ' | ' + ' | ' + ' |
| ' + ' | ' + ' | ' + ' | ' + ' | ' + ' | ' + ' |
| ' + ' | ' + ' | ' + ' | ' + ' | ' + ' | ' + ' |
| Настройки |
| ' +
'' +
'' +
'' +
'' +
' |