Geocaching.com + Project-GC

Adds links and data to Geocaching.com to make it collaborate with PGC

These are versions of this script where the code was updated. Show all versions.

  • v2.4.11 2023-11-06

    Copyable link override GClh's copy to clipboard (#154)

    • fix: copyable link override GClh's copy to clipboard

    • Bump version


    Co-authored-by: Magnus Månsson magma@1447.se

  • v2.4.10 2023-10-28

    Removed invalid locale

  • v2.4.9 2023-10-28

    Proper (hopefully) locale fix

  • v2.4.8 2023-10-28

    Hotfix to not endlessy reload translations

  • v2.4.7 2023-07-06

    exclude geocaching.com/help/* (#153)

  • v2.4.6 2022-12-21 Fixed code comment, Adding a space in text string. Fixes #148, Code cleanup Bump version number
  • v2.4.5 2022-12-13 Fixes #147 - Minor change when parsing gc-code from the map
  • v2.4.4 2022-12-13 Fixes #147 - VGPS on old map
  • v2.4.3 2022-09-20 #145 (#146) Fixed bug in mouse-over title translations
  • v2.4.2 2022-09-19 Removed unncessary duplicate translation keys
  • v2.4.1 2022-09-19 Fixing spelling error in data format of translations
  • v2.4.0 2022-09-19 Made the script bilingual, and ready for more translations (#142) Will fix heder vs header after accepting the pull request.
  • v2.3.19 2022-09-06 Settings menu reloads page if GClh is installed, Merge pull request #141 from capoaira/patch-1 Settings menu reloads page if GClh is installed @capoaira - Must be old eyes. My apologies, it looked lines were swapped in order in the code. Apparently I was seeing things.
  • v2.3.19 2022-09-05 2022-09-05 Update version to 2.3.19 https://project-gc.com/w/Project-GC_Userscript/Development/Settings_Menu Upload image for WIKI, and update version to reflect fix., Merge pull request #139 from jewettg/update---2.3.19 2022-09-05 Update version to 2.3.19 @cghove - Updating version to reflect your fix. Feature/Fix documented: https://project-gc.com/w/Project-GC_Userscript/Development/Settings_Menu
  • v2.3.18 2022-09-05 Settings menu now reloading page #108, fixed spacing, fixes #108, Merge pull request #138 from cghove/patch-2 Settings menu now reloading page #108 @cghove - Fantastic job! I have tested it and so has @rteitelman, and it is working well. No more refresh. I fixed just one thing about the indentation.. so it all lined up. Approving!
  • v2.3.18 2022-09-04 Fixes #133 @cghove Thank you for pushing 2.3.16 fixes. I reviewed the code, but did not import it into my GreaseMonkey .. so I missed the syntax errors. Ugh. Well that won't happen again! Thanks again! @rteitelman Verified lines added work, and features are working., Merge pull request #137 from jewettg/patch_to_2.3.18_redo Fixes #133; Verified in TamperMonkey. Code is working.
  • v2.3.17 2022-09-04 version 2.3.16 won't load #131 (#132) Added the fixes for #131
  • v2.3.15 2022-08-24 Fixed #109 Fixes #109 - lastestLogs; using span instead of div., Fixed #111 Fixes #111 - fixes display of blue text warning of last log is DNF., Fixes #112 and push version 2.3.15 This commit fixes #112 and move the version to 2.3.15., remove debug code; add fixes comment., Merge pull request #114 from jewettg/master Fixed #109, #111, and #112
  • v2.3.14 2022-05-29 hotfix
  • v2.3.12 2022-02-20 Breaking out undetermined country from Found logs per country
  • v2.3.11 2021-10-18 Resolving copyright issues
  • v2.3.10 2021-10-17 Linking waitforkeyelements again
  • v2.3.9 2021-10-08 Add WaitForKeyElements code since it was deleted from GreasyFork
  • v2.3.7 2021-09-10 Minor code cleanup, Merge branch 'master' into develop, Version bump
  • v2.3.6 2021-09-10 FP% and FPW with decimals as mouse-over * Option for FP% with decimals * FP% and FPW with decimals as mouse-over Mouse-over might be useful for more people, yes. With some help from a friend I got that to work, currently the mouse-over has 4 decimals for FP% and 6 decimals for FPW. Not sure if this should be considered an easter egg or if a .toFixed(2) should be added to make it match the presentation in the top lists? The actual FP% and FPW top lists show two decimals to users. Also added Math.round() to the shown part of the module, this should make the rounding more correct instead of the current parseInt that just drops the decimals (ie with Math.round() it will match the mouse-over from the toplists at PGC better and be more correct). My understanding is that this is a faster/better solution than .toFixed(0) for whole numbers but feedback appreciated if I've misunderstood something. Goal is more consistency with the data and less risk for confusion for the user. * Update greasemonkey-geocaching-projectgc.user.js Correcting bad formatting.
  • v2.3.6 2021-07-06 Version bump
  • v2.3.5 2021-07-06 Wrong header if there is a "Upgrade" or "Renew" button (#101) * rewrite pgc header * Update greasemonkey-geocaching-projectgc.user.js
  • v2.3.5 2021-06-01 Version bump
  • v2.3.4 2021-06-01 rewrite pgc header (#99) Fixes #97
  • v2.3.4 2021-03-17 Version bump Updated feature list, and adding missing punctations
  • v2.3.3 2021-03-17 Added option to hide log voting (#96) Co-authored-by: Chris Brewer <chris.brewer@sysdoc.co.nz>
  • v2.3.3 2021-01-03 add icon, Merge pull request #94 from ztNFny/master add @icon for easier recognition
  • v2.3.3 2020-08-12 Update greasemonkey-geocaching-projectgc.user.js Bump version Speling error
  • v2.3.2 2020-08-12 fix header when gclh is running, Merge pull request #93 from capoaira/fix-header fix header when gclh is running
  • v2.3.2 2020-07-27 Version bump
  • v2.3.1 2020-07-27 PGC header for search map, BML, CO Dashboard fix #80 fix #90, Merge pull request #91 from capoaira/fix-header PGC header for search map, BML, CO Dashboard
  • v2.3.1 2020-05-27 Add weekday of place date, Merge pull request #88 from capoaira/master Add weekday of place date
  • v2.3.1 2020-05-27 clickable label in the settings, Avoid line breaks, Merge pull request #89 from capoaira/settings Clickable label in the settings
  • v2.3.1 2020-04-27 Version bump
  • v2.3.0 2020-04-27 fix decryptHints fix #82, Merge pull request #86 from capoaira/fix-hint fix decryptHints
  • v2.3.0 2020-03-09 Adding bearing to cache page, Merge branch 'master' into develop
  • v2.2.8 2020-03-07 Updated personal cache note editing font, Merge pull request #85 from bruzie/patch-1 Updated personal cache note editing font
  • v2.2.8 2020-02-24 Version bump
  • v2.2.7 2020-02-24 Updated to support new ID for personal cache notes See: https://project-gc.com/qa/?qa=23015/project-gc-tampermonkey-userscript-broken, Merge pull request #83 from bruzie/patch-1 Updated to support new ID for personal cache notes
  • v2.2.7 2020-01-02 Temporary disable code to decrypt hint since it fails. Fixes rare endless loop with Challenge caches which do not have challenge checkers
  • v2.2.6 2019-09-10 Switching reverse geocoding to OSM due to fees with Google
  • v2.2.5 2018-10-31 Fixes for Logbook
  • v2.2.4 2018-10-30 Fixes issue with parsing additional log entries
  • v2.2.3 2018-10-30 Fixes layout issue with DNF warning Adding informational alert with suspecious Challenge-foundit-logs, Fixes issue with several functions by moving some code, Adding list of suspicious Found it logs on top for challenge caches, Dont print logId from suspicious Found it logs for Challenges Bump version number
  • v2.2.2 2018-10-29 Adding timestamp of Challenge checker runs

Show all script versions