lh is the link harvestor app. the lh app allows quick harvesting of all the external links on a page using the following javascriptlet: old: javascript:void(rollpop=window.open('http://www.hackcandy.com/cgi-bin/get_links.py?url='+escape(location.href)+'&cat='+escape('music'),'rollit','scrollbars=no,width=475,height=350,left=75,top=175,status=yes,resizable=yes'));rollpop.focus(); new: javascript:var tj_cat='gadgets'; var script = document.createElement('script');script.src = 'http://zzask.com/lh/lh.js';document.body.appendChild(script);void(0);