您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Closes the new WME Drawer and opens the scripts panel
// ==UserScript== // @name WME Close the Drawer and Open the Scripts - no longer working // @description Closes the new WME Drawer and opens the scripts panel // @author TxAgBQ // @version 20230421 // @namespace https://greasyfork.org/en/users/820296-txagbq/ // @icon https://www.google.com/s2/favicons?sz=64&domain=waze.com // @match https://*.waze.com/*/editor* // @match https://*.waze.com/editor* // @exclude https://*.waze.com/user/editor* // @grant none // ==/UserScript== /* global W */ /* Due to script conflicts, I removed this script. WME UR Hotkeys provides the ability to open the left panel by pressing F2. */