Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mutipg/violentmonkey_scripts
Scripts for violentmonkey browsers plugin
https://github.com/mutipg/violentmonkey_scripts
openstreetmap openstreetmaps violentmonkey violentmonkey-script
Last synced: 18 days ago
JSON representation
Scripts for violentmonkey browsers plugin
- Host: GitHub
- URL: https://github.com/mutipg/violentmonkey_scripts
- Owner: mutipg
- License: gpl-3.0
- Created: 2023-12-06T08:25:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T20:47:47.000Z (about 1 year ago)
- Last Synced: 2024-11-29T04:05:28.707Z (26 days ago)
- Topics: openstreetmap, openstreetmaps, violentmonkey, violentmonkey-script
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# violentmonkey_scripts
Scripts for violentmonkey browsers plugin* #### [OSM Deep History integration v.MM](scripts/OSM_Deep_History_integration_v.MM)
add links for nodes, ways and relations
* d = `https://osmlab.github.io/osm-deep-history/#/${type}/${id}`
* p = `https://pewu.github.io/osm-history/#/${type}/${id}`
* m = `https://osm.mapki.com/history/${type}/${id}`
* v = `https://aleung.github.io/osm-visual-history/#/${type}/${id}`| ![screenshot of OSM Deep History integration v.MM](scripts/OSM_Deep_History_integration_v.MM.png) |
|-|* #### [OSM Changeset Viewer Integration v.MM](scripts/OSM_Changeset_Viewer_Integration_v.MM)
add links for changesets
* A = `https://overpass-api.de/achavi/?changeset=${id}`
* V = `https://resultmaps.neis-one.org/osm-change-viz?c=${id}`
* C = `https://osmcha.org/changesets/${id}`
* H = `https://osmhv.openstreetmap.de/changeset.jsp?id=${id}`| ![screenshot of OSM Changeset Viewer Integration v.MM](scripts/OSM_Changeset_Viewer_Integration_v.MM.png) |
|-|