Adds additional maps to Strava.com:
- OpenStreetMap
- Thunderforest Maps: OpenCycleMap, Transport, Outdoors
- mtbmap.cz
- mapy.cz
- freemap.sk
- Google Maps
- …
If you like this extension and wish to support its development and maintenance (Strava website changes and this extension must adapt to continue functioning), please consider a small donation or recurrent support through GitHub Sponsors.
By donating, you'll also support the development of my other projects. You might like these:
- strava-offline – Keep a local mirror of Strava activities for further analysis/processing
- strava-gear – Rule based tracker of gear and component wear primarily for Strava
- Chrome Web Store
- Firefox Addons
- Microsoft Edge Extensions
- user script (ViolentMonkey, GreaseMonkey)
-
bookmarklet
javascript:{const s = document.createElement("script"); s.src = 'https://cdn.jsdelivr.net/gh/liskin/strava-map-switcher@master/load.js'; s.type = 'text/javascript'; document.body.appendChild(s);};void(0);