Skip to content

Instantly share code, notes, and snippets.

@demian85
Created March 25, 2011 23:03
Show Gist options
  • Save demian85/887814 to your computer and use it in GitHub Desktop.
Save demian85/887814 to your computer and use it in GitHub Desktop.
Hack para ver tweets en orden cronológico. Agregarlo como bookmarklet...
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