var posts = document.getElementById("ars-liveblog-posts");
var i = posts.childNodes.length;
while (i--)
posts.appendChild(posts.childNodes[i])
Minified
javascript:for(var posts=document.getElementById("ars-liveblog-posts"),i=posts.childNodes.length;i--;)posts.appendChild(posts.childNodes[i]);
- go to a live blog: http://live.arstechnica.com/liveblog-how-spacex-plans-to-colonize-mars/
- make sure page is completely loaded
- copy and paste the minified line into your url bar, but it will strip the beginning "javascript:", so add it manually
- to not repeat step 3, you can create a bookmarklet