Greasy Fork

Geocaching.com + Project-GC

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

这些是代码更新过的版本。 显示所有版本

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

  • 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 <[email protected]>
  • 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
  • v2.2.1 2018-10-29 Adding option to disable challenge checker icon Fixes JS error
  • v2.2.0 2018-10-29 Fixing profileName parsing in logbook, Removed a debug console.log, Show cached challenge checker results
  • v2.1.0 2018-10-04 Adjusting Print cache page, Merge branch 'master' of https://github.com/magma1447/greasemonkey-geocaching-projectgc
  • v2.0.2 2018-08-22 unbreak latestLogs (#76), Merge pull request #77 from Jakuje/latestLogs unbreak latestLogs (#76)
  • v2.0.2 2018-06-12 Fixes exif parsing for logbook
  • v2.0.1 2018-02-25 Removing version argument from require, fixes loading waitForKeyElements
  • v2.0.0 2017-12-21 Fixed typo your's -> yours, Fixed typo friend's -> friends', Merge pull request #75 from MichelTenVoorde/master Fixed typos
  • v2.0.0 2017-11-20 v2.0.0 release Rewritten to work with Greasemonkey 4/Firefox.
  • v1.8.6 2017-11-20 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 2017-09-26 Bumping version as well
  • v1.8.5 2017-09-26 Exclude url so that user defined profiles will load correctly
  • v1.8.5 2017-09-18 Imported from URL
  • v1.8.4 2017-09-13 Imported from URL
  • v1.8.3 2017-08-21 Adding https usage, Merge branch 'master' of https://github.com/magma1447/greasemonkey-geocaching-projectgc
  • v1.8.3 2017-07-10 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 2017-07-10 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 2017-07-10 Fix for issue #59, Merge pull request #61 from rjensen/issue#59 Fix for issue #59
  • v1.8.3 2017-07-03 - 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 2017-05-15 Logs per country for Will attend as well. API breaks old clients
  • v1.8.2 2017-04-20 Removed fix of urls for fieldnotes. Geocaching.com has fixed it themselves.
  • v1.8.1 2017-04-07 speling, Merge pull request #58 from sdahlbac/patch-2 speling
  • v1.8.1 2017-04-07 Minor fix to Drafts page. Don't add comments when there are 0 drafts.
  • v1.8.0 2017-04-07 Fixing drafts page
  • v1.7.4 2017-02-28 Synced from GitHub - Fixing issue where logs per country summary is in the wrong place.
  • v1.7.3 2017-02-27 Imported from URL
  • v1.7.2 2017-02-27 Imported from URL
  • v1.7.1 2017-02-27 Imported from URL
  • v1.6.5 2017-02-27 Imported from URL
  • v1.6.5 2017-02-13 Imported from URL
  • v1.6.4 2017-01-10 Imported from URL
  • v1.6.3 2016-12-05 Imported from URL
  • v1.6.1 2016-12-02 Imported from URL
  • v1.6.0 2016-12-01 Imported from URL
  • v1.5.0 2016-11-29 Imported from URL
  • v1.4.14 2016-11-29 Imported from URL
  • v1.4.13 2016-11-28 Imported from URL
  • v1.4.12 2016-11-08 Imported from URL
  • v1.4.11 2016-07-04 Imported from URL
  • v1.4.10 2016-01-18 Synced from GitHub - * Adapting to changes of gccom, fixed the PGC user-div.
  • v1.4.9 2015-11-10 Imported from URL
  • v1.4.8 2015-11-03 Synced from GitHub - Bumping version
  • v1.4.7 2015-11-02 Synced from GitHub - Fixes issue with checkerlinks, missing slash. Also added the gccode to the link.
  • v1.4.7 2015-11-02 Imported from URL
  • v1.4.6 2015-11-02 Imported from URL
  • v1.4.5 2015-06-04 Synced from GitHub - Fixes issue with corrupt settings
  • v1.4.4 2015-05-21 Synced from GitHub - Fixed version number
  • v1.4.2 2015-05-21 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 2015-05-09 Synced from GitHub - version 1.4.3 Fix about "Missing membership" and toggle the menu on click
  • v1.4.2 2015-05-09 Synced from GitHub - "Missing membership" was always showed, even as not connected
  • v1.4.2 2015-05-09 Synced from GitHub - Fix geocoding placement - Merge pull request #7 from BBosman/overwrite Fix geocoding placement
  • v1.4.1 2015-05-08 Synced from GitHub - * Added option to remove from VGPS as well. - * Add metres above mean sea level
  • v1.3.1 2015-05-08 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 2015-05-08 Synced from GitHub - Use Geocaching.com's function for decrypting hint instead
  • v1.2.14 2015-05-08 Synced from GitHub - Move checker(s) to sidebar - Merge pull request #6 from BBosman/checkers Move checker(s) to sidebar
  • v1.2.14 2015-05-08 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 2015-05-08 Synced from GitHub - Toggle Print and Downloads arrow - Merge pull request #5 from BBosman/toggle Toggle Print and Downloads arrow
  • v1.2.12 2015-05-08 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 2015-05-07 Synced from GitHub - Fixes spelling error
  • v1.2.10 2015-05-07 Synced from GitHub - * Code cleanup * Fixed links in personal and friends logbook
  • v1.2.9 2015-05-07 Synced from GitHub - * Moved number of logs per log type. * Less tidy.
  • v1.2.8 2015-05-07 Synced from GitHub - Autodecrypt hints
  • v1.2.7 2015-05-07 Synced from GitHub - * Adding links after bookmark lists on geocache pages
  • v1.2.6 2015-05-07 Synced from GitHub - * Code cleanup * Add links to PGC gallery for each profile name in the logbook * Added Gallery icon.
  • v1.2.5 2015-05-07 Synced from GitHub - Better styling around geocache links and VGPS
  • v1.2.4 2015-05-06 Synced from GitHub - Added FP values looks a bit better now.
  • v1.2.3 2015-05-06 Synced from GitHub - Show the real cache owner name after placed by. Corrects the profile stats link to the cache owner.
  • v1.2.2 2015-05-06 Synced from GitHub - Show gccom location data with strikethrough before PGCs data.
  • v1.2.1 2015-05-06 Synced from GitHub - Made "latest logs" better
  • v1.2.0 2015-05-06 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 2015-05-06 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 2015-05-06 Synced from GitHub - Cleaned up code comments Added a missing space between map links
  • v1.1.1 2015-05-06 Imported from URL