/ Published in: Bash
Inspired: http://evan-roth.com/personal-internet-cache-archive/
In the "style=" you can adjust the "height: ??px" according to the quantity of items in your cache.
In the "style=" you can adjust the "height: ??px" according to the quantity of items in your cache.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for ii in `file .mozilla/firefox/*/Cache/*/*/* | grep image | cut -d":" -f1` ; do echo "<img src=\"$ii\" style=\"float: left; height: 50px;\" />" ; done > ~/artcache.html firefox ~/artcache.html