Privacy Policy
Last updated: March 2026
๐ Your Data Never Leaves Your Browser
GamingDiver processes everything in JavaScript, directly in your web browser. When you upload your game data export:
- The file is read by your browser's JavaScript engine
- CSV data is parsed using Papa Parse (client-side)
- ZIP files are extracted using JSZip (client-side)
- Charts are rendered using Chart.js (client-side)
- No data is ever sent to any server
๐พ Local Caching
To save you from re-uploading each time, GamingDiver stores your processed results in your browser's IndexedDB (local storage). This data:
- Never leaves your device
- Is only accessible by this website on this browser
- Can be cleared at any time using the "Clear Data" button on the dashboard
- Is automatically deleted if you clear your browser data
๐ Minimal Analytics
We use GoatCounter, a privacy-friendly, open-source analytics tool, to understand basic usage patterns (e.g., page views, referrers). GoatCounter:
- Does not use cookies
- Does not track individual users
- Does not collect personal information
- Does not sell or share data with third parties
- Is fully open source
This helps us know if anyone is actually using the site. Your uploaded game data is never included in analytics โ only standard page view information.
๐ซ No Invasive Tracking
- No Google Analytics, Mixpanel, or similar trackers
- No tracking pixels
- No cookies
- No user accounts or login
๐ What Data is in the Export?
Game data exports (like from Wargaming.net) may contain:
- Game statistics โ battle counts, win rates, damage dealt, ships played
- Session history โ dates and times of play sessions, IP addresses
- Account info โ gamertag, country code, account creation date
- Inventory โ owned ships, flags, commanders
All of this stays in your browser. We have no server-side code that could receive, store, or process this information.
๐ Verify It Yourself
Since GamingDiver runs entirely in your browser, you can verify our privacy claims yourself:
- Open your browser's Network tab to verify no game data is transmitted
- Inspect the page source to see that all processing happens client-side
๐๏ธ Clear Your Data
To remove all cached data from your browser:
- Go to the dashboard and click "Clear Data"
- Or clear this site's data in your browser settings