Created
March 25, 2011 23:03
-
-
Save demian85/887814 to your computer and use it in GitHub Desktop.
Hack para ver tweets en orden cronológico. Agregarlo como 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:$('.stream,.stream-items').css({display:'-webkit-box',webkitBoxOrient:'vertical',webkitBoxDirection:'reverse'});document.onscroll=function(e){e.stopPropagation()} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment