Greasy Fork is available in English.

WME Bootstrap

Bootstrap library for custom Waze Map Editor scripts

Från och med 2022-08-25. Se den senaste versionen.

Detta skript bör inte installeras direkt. Det är ett bibliotek för andra skript att inkludera med meta-direktivet // @require https://update.greasyfork.org/scripts/450160/1085496/WME%20Bootstrap.js

Skapare
Anton Shevchuk
Version
0.0.1
Skapad
2022-08-25
Uppdaterad
2022-08-25
Licens
MIT

WME Bootstrap

Bootstrap library for custom WME scripts

Require Script

// @require https://greasyfork.org/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js

Usage

(function () {
  'use strict';

  $(document)
      .on('bootstrap.wme', function () {
        console.info('ready');
      })
})();

Links

Author homepage: http://anton.shevchuk.name/
Script homepage: https://github.com/AntonShevchuk/wme-bootstrap
GreasyFork: https://greasyfork.org/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js