Get a sneak peek at whats next for Permanent Hazards on our April 7th Office Hours!
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

Post Reply
Forum rules
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

DO NOT START a new thread unless it is about a new idea. Keep discussion of existing tools within the main thread for that tool.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.

Script authors: change in @include rule needed!

Post by Glodenox
Hey everybody,

Since the latest WME release, it is now also possible to view the WME at http://www.waze.com/editor (notice there's no trailing slash). Our userscripts generally only work if the trailing slash is present, so we'll need to adjust this line in our scripts.

Depending on your personal preference, one of the sets below should be sufficient to activate your userscript within the editor, including this new location. Feel free to suggest others in this thread!

Code: Select all

// @include     /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor.*$/

Code: Select all

// @include        https://www.waze.com/*/editor*
// @include        https://www.waze.com/editor*
// @include        https://beta.waze.com/*
// @exclude      https://www.waze.com/*user/*editor/*
Glodenox
Waze Global Champs
Waze Global Champs
Posts: 1565
Answers: 1
Answers: 1
Has thanked: 278 times
Been thanked: 940 times

POSTER_ID:17118915

1

Send a message
Belgium & Luxembourg Coordinator • Script Writing Community Coordinator
https://www.tomputtemans.com/images/WazeBelgium.pnghttps://www.tomputtemans.com/images/WazeWMEbeta.png

Post by Glodenox
As suggested by iainhouse, I went through the list of userscripts to see which scripts still need adjustments: spreadsheet.

I was happy to find only 5 out of 73 scripts still didn't activate if the user was visiting waze.com/editor (without a slash at the end). These authors will find a PM in their inbox in a couple of minutes, though I see that a couple of them have probably become inactive and most likely won't react to a private message.
Glodenox
Waze Global Champs
Waze Global Champs
Posts: 1565
Answers: 1
Has thanked: 278 times
Been thanked: 940 times
Send a message
Belgium & Luxembourg Coordinator • Script Writing Community Coordinator
https://www.tomputtemans.com/images/WazeBelgium.pnghttps://www.tomputtemans.com/images/WazeWMEbeta.png