A browser extension that displays your friends' geocaching logs at the top of every cache listing page. Never scroll through hundreds of logs again — instantly see which friends have visited a cache and what they thought about it.
- Friends logs first — Your friends' logs appear at the top of cache pages
- Your own logs — Optionally display your own logs separately
- Configurable limits — Choose to show 5, 10, 20, 50, or 100 friend logs
- Clean design — Matches the native Geocaching.com interface
- Privacy-focused — No data collection, all preferences stored locally
- Chrome: Chrome Web Store
- Firefox: Firefox Add-ons
- Edge: Edge Add-ons
- Opera: Opera Add-ons
- Download the latest release for your browser from the Releases page
- Unzip the file
- Open your browser's extension page:
- Chrome:
chrome://extensions - Edge:
edge://extensions - Opera:
opera://extensions
- Chrome:
- Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the unzipped folder
- Download the Firefox
.xpifile from the Releases page - Open Firefox and navigate to
about:addons - Click the gear icon and select "Install Add-on From File..."
- Select the downloaded
.xpifile
- Visit any geocache page on Geocaching.com
- Your friends' logs will automatically appear at the top of the logs section
- Click the extension icon to customize settings:
- Toggle your own logs visibility
- Toggle friends logs visibility
- Set the maximum number of friend logs to display
- Node.js 18+
- npm
# Clone the repository
git clone https://github.com/rfsbraz/Geocaching.com-Friends-Logs.git
cd Geocaching.com-Friends-Logs
# Install dependencies
npm install# Run linting
npm run lint
# Fix linting issues
npm run lint:fix
# Check formatting
npm run format:check
# Fix formatting
npm run format
# Validate build
npm run build
# Create extension zip
npm run build:zip- Run
npm run buildto validate the extension - Open your browser's extension page:
- Chrome:
chrome://extensions - Edge:
edge://extensions - Firefox:
about:debugging#/runtime/this-firefox - Opera:
opera://extensions
- Chrome:
- Enable "Developer mode" (not required for Firefox)
- Click "Load unpacked" (or "Load Temporary Add-on" in Firefox) and select the project folder
- Make changes and reload the extension to see updates
Contributions are welcome! Please read our Contributing Guide for details on how to submit pull requests.
For security concerns, please see our Security Policy.
This project is licensed under the MIT License — see the LICENSE file for details.
- iCheck for the checkbox styling
- All the geocachers who provided feedback and feature requests
