Skip to content

Instantly share code, notes, and snippets.

@nonrational
Created March 17, 2015 23:02
Show Gist options
  • Save nonrational/bdce9fb865dc60ebb700 to your computer and use it in GitHub Desktop.
Save nonrational/bdce9fb865dc60ebb700 to your computer and use it in GitHub Desktop.
reverse tweet order on twitter.com
// valid as of 20150317
// run it in chrome's web inspector for easy, top-down reading + screenshots
w = $('.GridTimeline-items'); w.children().each(function(i,li){w.prepend(li)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment