Template:Changeset viewer bookmarklet
Jump to navigation
Jump to search
Use a bookmarklet to conveniently access the tool! By clicking on the bookmarklet (or opening it via a keyword) while visiting a changeset page such as 18986223, you will get a new tab/window with the [Template usage error: url_prefix
parameter missing!18986223 analysis page for that changeset].
javascript:(function(){ id=location.href.match(/www\.openstreetmap\.org\/changeset\/(\d+)/); if(id!=null){window.open('https://example.com/osm-changeset?id='+id[1]);} else{alert('This is not a valid OSM changeset page.')} })()