Greasy Fork is available in English.

WME Utils - Google Link Enhancer

Adds some extra WME functionality related to Google place links.

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/39208/1519770/WME%20Utils%20-%20Google%20Link%20Enhancer.js

// ==UserScript==
// @name         WME Utils - Google Link Enhancer
// @namespace    WazeDev
// @version      2025.01.13.001
// @description  Adds some extra WME functionality related to Google place links. (NO LONGER FUNCTIONAL)
// @author       MapOMatic, WazeDev group
// @include      /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor\/?.*$/
// @license      GNU GPLv3
// ==/UserScript==

// Per Waze on 1/12/2025, they prefer we don't surface Google info in WME. Disabling this code, maybe permanently.
class GoogleLinkEnhancer {
    strings = {};

    showTempClosedPOIs = false;

    enable() {
    }

    disable() {
    }
}