Skip to content

Instantly share code, notes, and snippets.

@levelsio
Created April 22, 2019 12:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save levelsio/c95de4662bfff1413ff409e2b25e3d12 to your computer and use it in GitHub Desktop.
Save levelsio/c95de4662bfff1413ff409e2b25e3d12 to your computer and use it in GitHub Desktop.
# Copy this URL and add it as a bookmark, then open Google Maps, go to a place, and click it to open Hoodmaps at the same location
# by @marckohlbrugge
javascript:(function()%7Bvar%20parts%20%3D%20window.location.href.split(%22%40%22)%5B1%5D.split(%22%2C%22)%3Bwindow.location%20%3D%20%60https%3A%2F%2Fhoodmaps.com%2Findex.php%3Flatitude%3D%24%7Bparts%5B0%5D%7D%26longitude%3D%24%7Bparts%5B1%5D%7D%26zoom%3D%24%7Bparts%5B2%5D.replace(%22z%22%2C%20%22%22)%7D%60%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment