Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <script>
  function getIP(json) {
    document.write("My public IP address is: " + json.ip);
  }
  </script>
  <script src="http://api.ipify.org?format=jsonp&callback=getIP"></script>
  
</head>
<body>
  <div style="position:absolute;bottom:50px;margin-top:10px;padding:8px;background:#fee;">If you don't get an alert with your IP, disable your ad blocker</small>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers