WME Utils - Google Link Enhancer

Adds some extra WME functionality related to Google place links. (NO LONGER FUNCTIONAL)

目前為 2025-01-13 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greatest.deepsurf.us/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() {
    }
}