Greasy Fork is available in English.
Bootstrap library for custom Waze Map Editor scripts
Pada tanggal
Skrip ini tidak untuk dipasang secara langsung. Ini adalah pustaka skrip lain untuk disertakan dengan direktif meta // @require https://update.greasyfork.org/scripts/450160/1085537/WME%20Bootstrap.js
Bootstrap library for custom WME scripts
// @require https://greasyfork.org/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js
(function () {
'use strict';
$(document)
.on('bootstrap.wme', function () {
console.info('ready');
})
})();
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