WME Utils - Google Link Enhancer

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

当前为 2025-01-13 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/39208/1519768/WME%20Utils%20-%20Google%20Link%20Enhancer.js

  1. // ==UserScript==
  2. // @name WME Utils - Google Link Enhancer
  3. // @namespace WazeDev
  4. // @version 2025.01.13.001
  5. // @description Adds some extra WME functionality related to Google place links. (NO LONGER FUNCTIONAL)
  6. // @author MapOMatic, WazeDev group
  7. // @include /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor\/?.*$/
  8. // @license GNU GPLv3
  9. // ==/UserScript==
  10.  
  11. // Per Waze on 1/12/2025, they prefer we don't surface Google info in WME. Disabling this code, maybe permanently.
  12. class GoogleLinkEnhancer {
  13. strings = {};
  14.  
  15. showTempClosedPOIs = false;
  16.  
  17. enable() {
  18. }
  19.  
  20. disable() {
  21. }
  22. }