WME Close the Drawer and Open the Scripts - no longer working

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.  */