Skip to content

Instantly share code, notes, and snippets.

@emilstahl
Created October 9, 2015 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilstahl/b69c10fc10ded3caa93d to your computer and use it in GitHub Desktop.
Save emilstahl/b69c10fc10ded3caa93d to your computer and use it in GitHub Desktop.
Instagram
javascript:function image(){var metas=document.getElementsByTagName('meta');for(i=0;i<metas.length;i++){if(metas[i].getAttribute("property")=="og:image"){return metas[i].getAttribute("content")}}return""} window.open(image(),'_blank');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment