Bootstrap library for custom Waze Map Editor scripts
当前为 
        此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/450160/1085453/WME%20Bootstrap.js
      
Bootstrap library for custom WME scripts
// @require https://greasyfork.org/scripts/ TBD
(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/ TBD