Skip to content

Instantly share code, notes, and snippets.

@h1g0
Created June 6, 2016 14:43
Show Gist options
  • Save h1g0/8075b54da4208d2964b17ae7489ea925 to your computer and use it in GitHub Desktop.
Save h1g0/8075b54da4208d2964b17ae7489ea925 to your computer and use it in GitHub Desktop.
javascript: (function(){var lat=30.986+(45.522-30.986)*Math.random();var lon=122.934+(145.816-122.934)*Math.random();window.open("https://www.google.co.jp/maps/search/"+lat+","+lon);}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment