Good work OP! I have been meaning to write a python script to do this for a while now. However, entering the code for each page may soon get tedious. (I have 88 pages of saved links.) I'll probably get down to writing that script anyway and share here when I'm done with it. :)
Thanks, there are obviously much better ways to do this (even something like GreaseMonkey over using the console), I was going more for an optimization of total time invested. It takes less than 5 seconds per page, so you could probably still swing doing 88 in less than 10 mins pretty easily.
FWIW, I had to do something similar and used http://inorganik.github.io/debugout.js/ It worked really well and using jQuery (inject it) make the code really simple to write.
[+] [-] CDokolas|10 years ago|reply
[+] [-] CDokolas|10 years ago|reply
window.location=window.URL.createObjectURL(new Blob([localStorage.getItem('hn_saved')],{type:'x-whatever/x-backup'}));
file name is weird (I'm a JS newb!)
[+] [-] amjd|10 years ago|reply
[+] [-] thomaskcr|10 years ago|reply
[+] [-] santa_boy|10 years ago|reply
[+] [-] tnorthcutt|10 years ago|reply
[+] [-] msh|10 years ago|reply
[+] [-] homero|10 years ago|reply
[+] [-] amjd|10 years ago|reply
[+] [-] wiseleo|10 years ago|reply
[+] [-] naklers|10 years ago|reply
[+] [-] koolba|10 years ago|reply