Skip to content

Instantly share code, notes, and snippets.

@mikezter
Created June 29, 2011 09:27
Show Gist options
  • Save mikezter/1053514 to your computer and use it in GitHub Desktop.
Save mikezter/1053514 to your computer and use it in GitHub Desktop.
A bookmarklet to show your current IP's Geolocation
javascript:v=document;b=v.body;var m;if(!m){d=v.createElement('iframe');d.a=d.setAttribute;d.a('style','position:fixed;left:0;top:0;width:402px');d.a('src','//j.mp/meP7zk');b.appendChild(d);m=1}else{b.removeChild(d);m=0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment