Greasy Fork is available in English.
Bootstrap library for custom Waze Map Editor scripts
当前为 
        此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/450160/1085494/WME%20Bootstrap.js
      
Bootstrap library for custom WME scripts
// @require http://greasyfork.icu/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: http://greasyfork.icu/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js