您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds some extra WME functionality related to Google place links. (NO LONGER FUNCTIONAL)
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/39208/1519768/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() {
- }
- }