Skip to content

Instantly share code, notes, and snippets.

@liunian
Created February 22, 2012 16:24
Show Gist options
  • Save liunian/1885866 to your computer and use it in GitHub Desktop.
Save liunian/1885866 to your computer and use it in GitHub Desktop.
expand t.co to realLink in twitter page when click
$('#stream-items-id').delegate('.js-tweet-text a[data-expanded-url]', 'click', function(e){
this.href = $(this).attr('data-expanded-url');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment