-
Notifications
You must be signed in to change notification settings - Fork 1
/
CaliforniaGrids.meta.js
37 lines (37 loc) · 1.72 KB
/
CaliforniaGrids.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// ==UserScript==
/* globals jQuery, $, L, waitForKeyElements, cloneInto */
// @name California Grids Overlay
// @author rragan (derived from cachetur Assistant code)
// @version 1.0.0.5
// @description Companion script for geocaching.com
// @include https://www.geocaching.com/play/map*
// @include http://www.geocaching.com/play/map*
// @include https://www.geocaching.com/map/*
// @include http://www.geocaching.com/map/*
// @include https://www.geocaching.com/play/map*
// @include http://www.geocaching.com/play/map*
// @include https://www.geocaching.com/geocache/*
// @include http://www.geocaching.com/geocache/*
// @include https://www.geocaching.com/seek/cache_details.aspx*
// @include https://www.geocaching.com/plan/lists/BM*
// @include http://www.geocaching.com/play/geotours/*
// @include https://www.geocaching.com/play/geotours/*
// @include http://project-gc.com/*
// @include https://project-gc.com/*
// @connect self
// @connect rragan.atwebpages.com
// @connect raw.githubusercontent.com
// @grant GM_xmlhttpRequest
// @grant GM_info
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_openInTab
// @grant GM_addStyle
// @grant GM_addStyle
// @grant unsafeWindow
// @run-at document-end
// @copyright 2021+, rragan
// @require https://code.jquery.com/jquery-latest.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @downloadURL https://github.com/rragan/DeLormeGridOverlay/raw/main/CaliforniaGrids.user.js
// ==/UserScript==