-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathefn.meta.js
executable file
·19 lines (19 loc) · 1.1 KB
/
efn.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @name Extended Field Notes
// @description Makes field notes usable in other places: shows already found caches from there in your statistics, and changes the display of caches in bookmark lists as if they were already logged as found.
// @author JakeDot <[email protected]>
// @namespace https://github.com/jakedot/userscripts/
// @updateURL https://raw.githubusercontent.com/jakedot/userscripts/master/efn.meta.js
// @downloadURL https://raw.githubusercontent.com/jakedot/userscripts/master/efn.user.js
// @icon https://www.geocaching.com/images/icons/32/write_log.png
// @include https://www.geocaching.com/my/statistics.aspx
// @include http://www.geocaching.com/my/statistics.aspx
// @include https://www.geocaching.com/bookmarks/*
// @include http://www.geocaching.com/bookmarks/*
// @exclude https://www.geocaching.com/bookmarks/
// @exclude http://www.geocaching.com/bookmarks/
// @version 1.5
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js
// @grant none
// @grant GM_xmlhttpRequest
// ==/UserScript==