Created
March 17, 2015 23:02
-
-
Save nonrational/bdce9fb865dc60ebb700 to your computer and use it in GitHub Desktop.
reverse tweet order on twitter.com
This file contains hidden or 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
// 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