// ==UserScript== // @name WME EZSegments // @namespace https://greasyfork.org/en/scripts/518381-wme-ezsegments // @version 2.1 // @description Easily update roads // @author https://github.com/michaelrosstarr // @include /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor.*$/ // @exclude https://www.waze.com/user/*editor/* // @exclude https://www.waze.com/*/user/*editor/* // @grant GM_getValue // @grant GM_setValue // @grant none // @license GNU GPL(v3) // ==/UserScript==