Geocaching.com + Project-GC

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

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • вер. 2.4.11 06.11.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]

  • вер. 2.4.10 28.10.2023

    Removed invalid locale

  • вер. 2.4.9 28.10.2023

    Proper (hopefully) locale fix

  • вер. 2.4.8 28.10.2023

    Hotfix to not endlessy reload translations

  • вер. 2.4.7 06.07.2023

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

  • вер. 2.4.6 21.12.2022 Fixed code comment, Adding a space in text string. Fixes #148, Code cleanup Bump version number
  • вер. 2.4.5 13.12.2022 Fixes #147 - Minor change when parsing gc-code from the map
  • вер. 2.4.4 13.12.2022 Fixes #147 - VGPS on old map
  • вер. 2.4.3 20.09.2022 #145 (#146) Fixed bug in mouse-over title translations
  • вер. 2.4.2 19.09.2022 Removed unncessary duplicate translation keys
  • вер. 2.4.1 19.09.2022 Fixing spelling error in data format of translations
  • вер. 2.4.0 19.09.2022 Made the script bilingual, and ready for more translations (#142) Will fix heder vs header after accepting the pull request.
  • вер. 2.3.19 06.09.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.
  • вер. 2.3.19 05.09.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
  • вер. 2.3.18 05.09.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!
  • вер. 2.3.18 04.09.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.
  • вер. 2.3.17 04.09.2022 version 2.3.16 won't load #131 (#132) Added the fixes for #131
  • вер. 2.3.15 24.08.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
  • вер. 2.3.14 29.05.2022 hotfix
  • вер. 2.3.12 20.02.2022 Breaking out undetermined country from Found logs per country
  • вер. 2.3.11 18.10.2021 Resolving copyright issues
  • вер. 2.3.10 17.10.2021 Linking waitforkeyelements again
  • вер. 2.3.9 08.10.2021 Add WaitForKeyElements code since it was deleted from GreasyFork
  • вер. 2.3.7 10.09.2021 Minor code cleanup, Merge branch 'master' into develop, Version bump
  • вер. 2.3.6 10.09.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.
  • вер. 2.3.6 06.07.2021 Version bump
  • вер. 2.3.5 06.07.2021 Wrong header if there is a "Upgrade" or "Renew" button (#101) * rewrite pgc header * Update greasemonkey-geocaching-projectgc.user.js
  • вер. 2.3.5 01.06.2021 Version bump
  • вер. 2.3.4 01.06.2021 rewrite pgc header (#99) Fixes #97
  • вер. 2.3.4 17.03.2021 Version bump Updated feature list, and adding missing punctations
  • вер. 2.3.3 17.03.2021 Added option to hide log voting (#96) Co-authored-by: Chris Brewer <[email protected]>
  • вер. 2.3.3 03.01.2021 add icon, Merge pull request #94 from ztNFny/master add @icon for easier recognition
  • вер. 2.3.3 12.08.2020 Update greasemonkey-geocaching-projectgc.user.js Bump version Speling error
  • вер. 2.3.2 12.08.2020 fix header when gclh is running, Merge pull request #93 from capoaira/fix-header fix header when gclh is running
  • вер. 2.3.2 27.07.2020 Version bump
  • вер. 2.3.1 27.07.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
  • вер. 2.3.1 27.05.2020 Add weekday of place date, Merge pull request #88 from capoaira/master Add weekday of place date
  • вер. 2.3.1 27.05.2020 clickable label in the settings, Avoid line breaks, Merge pull request #89 from capoaira/settings Clickable label in the settings
  • вер. 2.3.1 27.04.2020 Version bump
  • вер. 2.3.0 27.04.2020 fix decryptHints fix #82, Merge pull request #86 from capoaira/fix-hint fix decryptHints
  • вер. 2.3.0 09.03.2020 Adding bearing to cache page, Merge branch 'master' into develop
  • вер. 2.2.8 07.03.2020 Updated personal cache note editing font, Merge pull request #85 from bruzie/patch-1 Updated personal cache note editing font
  • вер. 2.2.8 24.02.2020 Version bump
  • вер. 2.2.7 24.02.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
  • вер. 2.2.7 02.01.2020 Temporary disable code to decrypt hint since it fails. Fixes rare endless loop with Challenge caches which do not have challenge checkers
  • вер. 2.2.6 10.09.2019 Switching reverse geocoding to OSM due to fees with Google
  • вер. 2.2.5 31.10.2018 Fixes for Logbook
  • вер. 2.2.4 30.10.2018 Fixes issue with parsing additional log entries
  • вер. 2.2.3 30.10.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
  • вер. 2.2.2 29.10.2018 Adding timestamp of Challenge checker runs

Показать все версии скрипта

长期地址
遇到问题?请前往 GitHub 提 Issues。