Geocaching.com + Project-GC

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

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v2.4.11 06 November 2023

    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 [email protected]

  • v2.4.10 28 Oktober 2023

    Removed invalid locale

  • v2.4.9 28 Oktober 2023

    Proper (hopefully) locale fix

  • v2.4.8 28 Oktober 2023

    Hotfix to not endlessy reload translations

  • v2.4.7 06 Juli 2023

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

  • v2.4.6 21 Desember 2022 Fixed code comment, Adding a space in text string. Fixes #148, Code cleanup Bump version number
  • v2.4.5 13 Desember 2022 Fixes #147 - Minor change when parsing gc-code from the map
  • v2.4.4 13 Desember 2022 Fixes #147 - VGPS on old map
  • v2.4.3 20 September 2022 #145 (#146) Fixed bug in mouse-over title translations
  • v2.4.2 19 September 2022 Removed unncessary duplicate translation keys
  • v2.4.1 19 September 2022 Fixing spelling error in data format of translations
  • v2.4.0 19 September 2022 Made the script bilingual, and ready for more translations (#142) Will fix heder vs header after accepting the pull request.
  • v2.3.19 06 September 2022 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 05 September 2022 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 05 September 2022 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 04 September 2022 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 04 September 2022 version 2.3.16 won't load #131 (#132) Added the fixes for #131
  • v2.3.15 24 Agustus 2022 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 29 Mei 2022 hotfix
  • v2.3.12 20 Februari 2022 Breaking out undetermined country from Found logs per country
  • v2.3.11 18 Oktober 2021 Resolving copyright issues
  • v2.3.10 17 Oktober 2021 Linking waitforkeyelements again
  • v2.3.9 08 Oktober 2021 Add WaitForKeyElements code since it was deleted from GreasyFork
  • v2.3.7 10 September 2021 Minor code cleanup, Merge branch 'master' into develop, Version bump
  • v2.3.6 10 September 2021 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 06 Juli 2021 Version bump
  • v2.3.5 06 Juli 2021 Wrong header if there is a "Upgrade" or "Renew" button (#101) * rewrite pgc header * Update greasemonkey-geocaching-projectgc.user.js
  • v2.3.5 01 Juni 2021 Version bump
  • v2.3.4 01 Juni 2021 rewrite pgc header (#99) Fixes #97
  • v2.3.4 17 Maret 2021 Version bump Updated feature list, and adding missing punctations
  • v2.3.3 17 Maret 2021 Added option to hide log voting (#96) Co-authored-by: Chris Brewer <[email protected]>
  • v2.3.3 03 Januari 2021 add icon, Merge pull request #94 from ztNFny/master add @icon for easier recognition
  • v2.3.3 12 Agustus 2020 Update greasemonkey-geocaching-projectgc.user.js Bump version Speling error
  • v2.3.2 12 Agustus 2020 fix header when gclh is running, Merge pull request #93 from capoaira/fix-header fix header when gclh is running
  • v2.3.2 27 Juli 2020 Version bump
  • v2.3.1 27 Juli 2020 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 27 Mei 2020 Add weekday of place date, Merge pull request #88 from capoaira/master Add weekday of place date
  • v2.3.1 27 Mei 2020 clickable label in the settings, Avoid line breaks, Merge pull request #89 from capoaira/settings Clickable label in the settings
  • v2.3.1 27 April 2020 Version bump
  • v2.3.0 27 April 2020 fix decryptHints fix #82, Merge pull request #86 from capoaira/fix-hint fix decryptHints
  • v2.3.0 09 Maret 2020 Adding bearing to cache page, Merge branch 'master' into develop
  • v2.2.8 07 Maret 2020 Updated personal cache note editing font, Merge pull request #85 from bruzie/patch-1 Updated personal cache note editing font
  • v2.2.8 24 Februari 2020 Version bump
  • v2.2.7 24 Februari 2020 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 02 Januari 2020 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 10 September 2019 Switching reverse geocoding to OSM due to fees with Google
  • v2.2.5 31 Oktober 2018 Fixes for Logbook
  • v2.2.4 30 Oktober 2018 Fixes issue with parsing additional log entries
  • v2.2.3 30 Oktober 2018 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 29 Oktober 2018 Adding timestamp of Challenge checker runs

Tampilkan semua versi skrip