您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Harmonizes, formats, and locks a selected place
/* global I18n */ /* global OpenLayers */ /* global $ */ /* global W */ /* global GM_info */ /* global require */ /* global performance */ /* global OL */ /* global _ */ // ==UserScript== // @name Place Harmonizer // @namespace https://greasyforks.org/en/users/19426-bmtg // @version 1.1.27 // @description Harmonizes, formats, and locks a selected place // @author WMEPH development group // @include https://editor-beta.waze.com/*editor/* // @include https://www.waze.com/*editor/* // @exclude https://www.waze.com/*user/editor/* // @grant none // ==/UserScript== (function () { // item = W.selectionManager.selectedItems[0].model alert('You are running a version of WME Place Harmonizer that is from 2016 and is no longer supported. Please uninstall any version 1.1.x that you have, and visit the WME forums to install the new version. https://www.waze.com/forum/viewtopic.php?f=819&t=215657'); })();