Skip to content

Instantly share code, notes, and snippets.

@dobrakmato
Created September 11, 2016 20:26
Show Gist options
  • Save dobrakmato/0df0b81f94cd5c2cad8c83237eb192e4 to your computer and use it in GitHub Desktop.
Save dobrakmato/0df0b81f94cd5c2cad8c83237eb192e4 to your computer and use it in GitHub Desktop.
Javascript Snippets

Open currently open instagram photo in new tab.

window.open($('div[role=dialog] article > div img').src);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment