Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" type="text/css" />
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  <body>
    
    
    
    
    <script src="https://code.jquery.com/jquery.min.js"></script>
    <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
    <script src='http://snapsvg.io/assets/js/snap.svg-min.js'></script>
  </body>
</html>
 
var link = 'http://vignette2.wikia.nocookie.net/simpsons/images/e/e7/Homer_Simpson.svg/revision/latest?cb=20150412145104';
Snap.load(link, function(f){
  console.log(f);
});
Output

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

Dismiss x
public
Bin info
kizzlebotpro
0viewers