Geocaching.com + Project-GC

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

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v2.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]

  • v2.4.10 28. 10. 2023

    Removed invalid locale

  • v2.4.9 28. 10. 2023

    Proper (hopefully) locale fix

  • v2.4.8 28. 10. 2023

    Hotfix to not endlessy reload translations

  • v2.4.7 06. 07. 2023

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

  • v2.4.6 21. 12. 2022 Fixed code comment, Adding a space in text string. Fixes #148, Code cleanup Bump version number
  • v2.4.5 13. 12. 2022 Fixes #147 - Minor change when parsing gc-code from the map
  • v2.4.4 13. 12. 2022 Fixes #147 - VGPS on old map
  • v2.4.3 20. 09. 2022 #145 (#146) Fixed bug in mouse-over title translations
  • v2.4.2 19. 09. 2022 Removed unncessary duplicate translation keys
  • v2.4.1 19. 09. 2022 Fixing spelling error in data format of translations
  • v2.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.
  • v2.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.
  • v2.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
  • v2.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!
  • v2.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.
  • v2.3.17 04. 09. 2022 version 2.3.16 won't load #131 (#132) Added the fixes for #131
  • v2.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
  • v2.3.14 29. 05. 2022 hotfix
  • v2.3.12 20. 02. 2022 Breaking out undetermined country from Found logs per country
  • v2.3.11 18. 10. 2021 Resolving copyright issues
  • v2.3.10 17. 10. 2021 Linking waitforkeyelements again
  • v2.3.9 08. 10. 2021 Add WaitForKeyElements code since it was deleted from GreasyFork
  • v2.3.7 10. 09. 2021 Minor code cleanup, Merge branch 'master' into develop, Version bump
  • v2.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.
  • v2.3.6 06. 07. 2021 Version bump
  • v2.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
  • v2.3.5 01. 06. 2021 Version bump
  • v2.3.4 01. 06. 2021 rewrite pgc header (#99) Fixes #97
  • v2.3.4 17. 03. 2021 Version bump Updated feature list, and adding missing punctations
  • v2.3.3 17. 03. 2021 Added option to hide log voting (#96) Co-authored-by: Chris Brewer <[email protected]>
  • v2.3.3 03. 01. 2021 add icon, Merge pull request #94 from ztNFny/master add @icon for easier recognition
  • v2.3.3 12. 08. 2020 Update greasemonkey-geocaching-projectgc.user.js Bump version Speling error
  • v2.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
  • v2.3.2 27. 07. 2020 Version bump
  • v2.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
  • v2.3.1 27. 05. 2020 Add weekday of place date, Merge pull request #88 from capoaira/master Add weekday of place date
  • v2.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
  • v2.3.1 27. 04. 2020 Version bump
  • v2.3.0 27. 04. 2020 fix decryptHints fix #82, Merge pull request #86 from capoaira/fix-hint fix decryptHints
  • v2.3.0 09. 03. 2020 Adding bearing to cache page, Merge branch 'master' into develop
  • v2.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
  • v2.2.8 24. 02. 2020 Version bump
  • v2.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
  • v2.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
  • v2.2.6 10. 09. 2019 Switching reverse geocoding to OSM due to fees with Google
  • v2.2.5 31. 10. 2018 Fixes for Logbook
  • v2.2.4 30. 10. 2018 Fixes issue with parsing additional log entries
  • v2.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
  • v2.2.2 29. 10. 2018 Adding timestamp of Challenge checker runs
  • v2.2.1 29. 10. 2018 Adding option to disable challenge checker icon Fixes JS error
  • v2.2.0 29. 10. 2018 Fixing profileName parsing in logbook, Removed a debug console.log, Show cached challenge checker results
  • v2.1.0 04. 10. 2018 Adjusting Print cache page, Merge branch 'master' of https://github.com/magma1447/greasemonkey-geocaching-projectgc
  • v2.0.2 22. 08. 2018 unbreak latestLogs (#76), Merge pull request #77 from Jakuje/latestLogs unbreak latestLogs (#76)
  • v2.0.2 12. 06. 2018 Fixes exif parsing for logbook
  • v2.0.1 25. 02. 2018 Removing version argument from require, fixes loading waitForKeyElements
  • v2.0.0 21. 12. 2017 Fixed typo your's -> yours, Fixed typo friend's -> friends', Merge pull request #75 from MichelTenVoorde/master Fixed typos
  • v2.0.0 20. 11. 2017 v2.0.0 release Rewritten to work with Greasemonkey 4/Firefox.
  • v1.8.6 20. 11. 2017 GM 4 API for Firefox 57 (Tested with Nightly) Tested also compatibility with GM 3 (Firefox 56) and TP (Chrome) Resolves #73, Merge pull request #74 from Jakuje/master GM 4 API for Firefox 57 (Tested with Nightly)
  • v1.8.6 26. 09. 2017 Bumping version as well
  • v1.8.5 26. 09. 2017 Exclude url so that user defined profiles will load correctly
  • v1.8.5 18. 09. 2017 Imported from URL
  • v1.8.4 13. 09. 2017 Imported from URL
  • v1.8.3 21. 08. 2017 Adding https usage, Merge branch 'master' of https://github.com/magma1447/greasemonkey-geocaching-projectgc
  • v1.8.3 10. 07. 2017 Enhancement: Add link to users profile page in message center Adds link to the users profile page on the username in the to-bar in message center, Merge pull request #63 from rjensen/messagecenter-userlink Enhancement: Add link to users profile page in message center
  • v1.8.3 10. 07. 2017 Enhancement: Added monospace font to persoanl cache note, Merge pull request #62 from rjensen/personal-cache-note-monospace Enhancement: Added monospace font to personal cache note Fixes #55
  • v1.8.3 10. 07. 2017 Fix for issue #59, Merge pull request #61 from rjensen/issue#59 Fix for issue #59
  • v1.8.3 03. 07. 2017 - remove NOP setting makeComposeLogHrefs - Make it possible to open draft logs in same window: This facilitates the following scenario: 1) open draft page 2) click an entry and log 3 click the toast to go "back to draft" 4) goto 2 Using vanilla gc com functionality opens up log in new tab for each log => need to close lots of unnecessary tabs., Merge pull request #60 from sdahlbac/feature/fieldnotes-no-blank - Make it possible to open draft logs in same window
  • v1.8.3 15. 05. 2017 Logs per country for Will attend as well. API breaks old clients
  • v1.8.2 20. 04. 2017 Removed fix of urls for fieldnotes. Geocaching.com has fixed it themselves.
  • v1.8.1 07. 04. 2017 speling, Merge pull request #58 from sdahlbac/patch-2 speling
  • v1.8.1 07. 04. 2017 Minor fix to Drafts page. Don't add comments when there are 0 drafts.
  • v1.8.0 07. 04. 2017 Fixing drafts page
  • v1.7.4 28. 02. 2017 Synced from GitHub - Fixing issue where logs per country summary is in the wrong place.
  • v1.7.3 27. 02. 2017 Imported from URL
  • v1.7.2 27. 02. 2017 Imported from URL
  • v1.7.1 27. 02. 2017 Imported from URL
  • v1.6.5 27. 02. 2017 Imported from URL
  • v1.6.5 13. 02. 2017 Imported from URL
  • v1.6.4 10. 01. 2017 Imported from URL
  • v1.6.3 05. 12. 2016 Imported from URL
  • v1.6.1 02. 12. 2016 Imported from URL
  • v1.6.0 01. 12. 2016 Imported from URL
  • v1.5.0 29. 11. 2016 Imported from URL
  • v1.4.14 29. 11. 2016 Imported from URL
  • v1.4.13 28. 11. 2016 Imported from URL
  • v1.4.12 08. 11. 2016 Imported from URL
  • v1.4.11 04. 07. 2016 Imported from URL
  • v1.4.10 18. 01. 2016 Synced from GitHub - * Adapting to changes of gccom, fixed the PGC user-div.
  • v1.4.9 10. 11. 2015 Imported from URL
  • v1.4.8 03. 11. 2015 Synced from GitHub - Bumping version
  • v1.4.7 02. 11. 2015 Synced from GitHub - Fixes issue with checkerlinks, missing slash. Also added the gccode to the link.
  • v1.4.7 02. 11. 2015 Imported from URL
  • v1.4.6 02. 11. 2015 Imported from URL
  • v1.4.5 04. 06. 2015 Synced from GitHub - Fixes issue with corrupt settings
  • v1.4.4 21. 05. 2015 Synced from GitHub - Fixed version number
  • v1.4.2 21. 05. 2015 Synced from GitHub - code cleaning, simpler - Add imperial support - Change coord.info box positioning slightly - Remove px from 0 - Fix profile page styling - Set z-index to force map zoom controls behind the settings menu - Merge pull request #14 from BBosman/coordsbox Changecopy friendly link box positioning slightly - Merge pull request #15 from BBosman/imperial Add famsl support - Merge pull request #16 from BBosman/zeropx Remove px from 0 - Merge pull request #17 from BBosman/profile...
  • v1.4.3 09. 05. 2015 Synced from GitHub - version 1.4.3 Fix about "Missing membership" and toggle the menu on click
  • v1.4.2 09. 05. 2015 Synced from GitHub - "Missing membership" was always showed, even as not connected
  • v1.4.2 09. 05. 2015 Synced from GitHub - Fix geocoding placement - Merge pull request #7 from BBosman/overwrite Fix geocoding placement
  • v1.4.1 08. 05. 2015 Synced from GitHub - * Added option to remove from VGPS as well. - * Add metres above mean sea level
  • v1.3.1 08. 05. 2015 Synced from GitHub - WIP Settings dialog - Merge branch 'master' into settings_1.3.0 Conflicts: greasemonkey-geocaching-projectgc.user.js - Settings dialog in a working state - Merge branch 'master' into 1.3.0-settings Conflicts: greasemonkey-geocaching-projectgc.user.js - * Allow settings to have a default. * Make the collapse download be off by default, due to send2cgeo.
  • v1.2.15 08. 05. 2015 Synced from GitHub - Use Geocaching.com's function for decrypting hint instead
  • v1.2.14 08. 05. 2015 Synced from GitHub - Move checker(s) to sidebar - Merge pull request #6 from BBosman/checkers Move checker(s) to sidebar
  • v1.2.14 08. 05. 2015 Synced from GitHub - Fixes issue with the Map links (coordinates wasnt defined yet) - Merge branch 'master' of https://github.com/ganja1447/greasemonkey-geocaching-projectgc - Bumping version to get the latest pull request in
  • v1.2.12 08. 05. 2015 Synced from GitHub - Toggle Print and Downloads arrow - Merge pull request #5 from BBosman/toggle Toggle Print and Downloads arrow
  • v1.2.12 08. 05. 2015 Synced from GitHub - * Fixes issue where the PGC user is shown in top of the gccom user pull down. * Fixes issue where the PGC user wasn't shown in the header of gccom settings page.
  • v1.2.11 07. 05. 2015 Synced from GitHub - Fixes spelling error
  • v1.2.10 07. 05. 2015 Synced from GitHub - * Code cleanup * Fixed links in personal and friends logbook
  • v1.2.9 07. 05. 2015 Synced from GitHub - * Moved number of logs per log type. * Less tidy.
  • v1.2.8 07. 05. 2015 Synced from GitHub - Autodecrypt hints
  • v1.2.7 07. 05. 2015 Synced from GitHub - * Adding links after bookmark lists on geocache pages
  • v1.2.6 07. 05. 2015 Synced from GitHub - * Code cleanup * Add links to PGC gallery for each profile name in the logbook * Added Gallery icon.
  • v1.2.5 07. 05. 2015 Synced from GitHub - Better styling around geocache links and VGPS
  • v1.2.4 06. 05. 2015 Synced from GitHub - Added FP values looks a bit better now.
  • v1.2.3 06. 05. 2015 Synced from GitHub - Show the real cache owner name after placed by. Corrects the profile stats link to the cache owner.
  • v1.2.2 06. 05. 2015 Synced from GitHub - Show gccom location data with strikethrough before PGCs data.
  • v1.2.1 06. 05. 2015 Synced from GitHub - Made "latest logs" better
  • v1.2.0 06. 05. 2015 Synced from GitHub - Adding support to supply project-gc.com with the last updated dates found in the bottom of geocaching.com
  • v1.1.4 06. 05. 2015 Synced from GitHub - * Updated copyright * Added license markup for greasyfork * Changed wording from Premium to paid for PGC * Added a missing membership text string * Removed bloated "message owner" text string * Moved cache owner profile stats link to the left of the message icon * Link logged in PGC users profile stats from the header name * Cleaned up the map links again
  • v1.1.2 06. 05. 2015 Synced from GitHub - Cleaned up code comments Added a missing space between map links
  • v1.1.1 06. 05. 2015 Imported from URL