Redirect Waze Map Editor in production to the beta

Forward any page loaded on the Waze production site towards its corresponding page on the beta WME

目前为 2019-09-02 提交的版本。查看 最新版本

// ==UserScript==
// @name         Redirect Waze Map Editor in production to the beta
// @namespace    https://tomputtemans.com/
// @version      0.2
// @description  Forward any page loaded on the Waze production site towards its corresponding page on the beta WME
// @author       Glodenox
// @match        /^https:\/\/www\.waze\.com\/(?!user\/)(.{2,6}\/)?editor.*$/
// @run-at       document-start
// @grant        none
// ==/UserScript==

window.location.replace(window.location.href.replace('https://www.waze.com', 'https://beta.waze.com'));

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址