Skip to content

Instantly share code, notes, and snippets.

@clochix
Created May 28, 2012 12:15
Show Gist options
  • Select an option

  • Save clochix/2818840 to your computer and use it in GitHub Desktop.

Select an option

Save clochix/2818840 to your computer and use it in GitHub Desktop.
Bookmarklet to display proposed short links for a page
javascript:Array.prototype.forEach.call(document.querySelectorAll('link[rel=shortlink]'),function(e){window.alert(e.getAttribute('href'));})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment