Skip to content

Instantly share code, notes, and snippets.

@maripo
Created May 16, 2012 04:06
Show Gist options
  • Save maripo/2707282 to your computer and use it in GitHub Desktop.
Save maripo/2707282 to your computer and use it in GitHub Desktop.
Expand shortened URLs on twitter (bookmarklet)
javascript:(function(){as=document.getElementsByTagName('A');for(i=0;i<as.length;i++){a=as[i];attr=a.getAttribute('data-ultimate-url');if(attr){a.innerHTML=attr}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment