I decided to scrape all the torrent links from my Humble Indie Bundle purchases.
javascript:(function(a,b){a('[data-bt^="h"]').each(function(){a(b).prepend(a(this).data("bt")+"<br>")})})(jQuery,"body")
And then all the icons:
javascript:(function(a,b,c){a("img["+b+'^="/6"]').each(function(){a(c).prepend("https://www.humblebundle.com"+a(this).attr(b)+"<br>")})})(jQuery,"src","body")
Soundtracks included.
