Created
May 16, 2012 04:06
-
-
Save maripo/2707282 to your computer and use it in GitHub Desktop.
Expand shortened URLs on twitter (bookmarklet)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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