WME Utils - Google Link Enhancer

Adds some extra WME functionality related to Google place links.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @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() {
    }
}