-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.js
More file actions
19 lines (19 loc) · 955 Bytes
/
header.js
File metadata and controls
19 lines (19 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @name WME Switzerland Helper
// @namespace wme-sdk-scripts
// @version 1.0.0
// @description WME Switzerland Helper is a userscript that provides various tools and enhancements for Waze Map Editor (WME) users in Switzerland.
// @updateURL https://raw.githubusercontent.com/73VW/WME-Switzerland-Helper/releases/releases/main.user.js
// @downloadURL https://raw.githubusercontent.com/73VW/WME-Switzerland-Helper/releases/releases/main.user.js
// @author Maël Pedretti (Marelitaw)
// @match https://www.waze.com/editor*
// @match https://beta.waze.com/editor*
// @match https://www.waze.com/*/editor*
// @match https://beta.waze.com/*/editor*
// @exclude https://www.waze.com/user/editor*
// @exclude https://beta.waze.com/user/editor*
// @grant GM_xmlhttpRequest
// @grant unsafeWindow
// @connect api3.geo.admin.ch
// @connect data.sbb.ch
// ==/UserScript==