-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathheader.js
23 lines (23 loc) · 1.06 KB
/
header.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ==UserScript==
// @name Street Vector Layer
// @namespace wme-champs-it
// @version 5.5.4
// @description Adds a vector layer for drawing streets on the Waze Map editor
// @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*
// @updateURL https://github.com/bedo2991/svl/releases/latest/download/release.user.js
// @downloadURL https://github.com/bedo2991/svl/releases/latest/download/release.user.js
// @supportURL https://www.waze.com/forum/viewtopic.php?f=819&t=149535
// @require https://greasyfork.org/scripts/24851-wazewrap/code/WazeWrap.js
// @icon https://raw.githubusercontent.com/bedo2991/svl/master/logo_noText.png
// @connect docs.google.com
// @connect googleusercontent.com
// @author bedo2991
// @grant GM_setClipboard
// @grant GM_xmlhttpRequest
// @copyright 2015+, bedo2991
// ==/UserScript==