[Script] WME Google Places Link Checker

I just built a new script that scans POIs near your viewport and then lists in detail how everything is linked. This makes it easier for you to find duplicate entries. It distinguishes between POIs that simply have the same link multiple times, have multiple links, or have no link at all. Duplicates can also be highlighted.

The script is ideal for POI maintenance.

Download
https://greasyfork.org/de/scripts/563180-wme-google-places-link-checker

———–

Ich hab einfach mal ein neues Script gebaut was POIs in der nähe deines Bildausschnittes (Viewport) scannt und dir dann detailiert auflistet wie was verlinkt ist. So kannst du doppelte Einträge leichter finden. Unterschieden wird dabei mit Pois die einfach mehrfach den selben link haben oder mehrere links haben oder auch schlicht weg garkein link haben. Duplikate können auch vorgehoben werden.

Das Script ist Ideal zur POI pflege.

Download
https://greasyfork.org/de/scripts/563180-wme-google-places-link-checker

7 Likes

Hi.

This is not translated.

3 Likes

Update:

  • Translation errors corrected :slightly_smiling_face:

Three new scan options added:
:world_map:Entire viewport - Scans everything that is visible on screen
:unlocked:Editable viewport - Scans only editable parts of the visible area
:bullseye:Selected areas - Scans only manually selected administrative areas

2 Likes

Hi again.

The “Analyze” button and the logs are not translated.

Great script by the way.

3 Likes

Hi, the script is running on a URL that it shouldn’t be running on.

4 Likes

true true… I don’t use the beta editor very often, but I think staff don’t want scripts to be used there because it could distort bug reports or something like that. You’re right, there was something. Thanks for reminding me. I’ve removed the beta link from all scripts globally. And for the translation errors, I’ll take care of them too, but I’ll take my time to catch all the errors.

2 Likes

The image is not from the beta editor; it’s from the SDK documentation page.

3 Likes

It is also displayed on the user profile pages:

Some scripts have Regex like this:
@include /^https://(www|beta).waze.com/(?!user/)(.{2,6}/)?editor.*$/

or match/exclude:
@match https://beta.waze.com/*editor*
@match https://www.waze.com/*editor*
@exclude https://www.waze.com/*user/*editor/*

5 Likes

Thanks for the info. The scripts have now been changed and should no longer cause any problems.

1 Like

Thank you.

I still see Version 2026.01.23 on Greasyfork though - can you double-check?

1 Like

i add now

// @match https://www.waze.com/editor*
// @match https://www.waze.com/*/editor*
// @match https://beta.waze.com/editor*
// @match https://beta.waze.com/*/editor*
// @exclude https://www.waze.com/user/*

No more bugs i hope :slight_smile:

Is it possible to turn off the satellite image layer to speed up the scanning process, in the same way that the WAL script does? Otherwise, this is a great script with much-needed functionality.

1 Like