Can i add things from imdb or amazon more easily?

You could use a dynammic bookmark on the special sites to add an item to your owned or wanted lists.
IMDB.COM:: Add to the moves i've seen
IMDB.COM:: Add to the movies i want to see
AMAZON.COM:: Add to the items i own
IMDB.COM:: Add to the moves i've seen
javascript:u=String(location.href).match(/tt[0-9]{7,}/);void(window.open('www.listal.com/addimdb/?imdb='+u+'&collection=Add+to+watched+list','listal','toolbar=no,scrollbars=yes,location=yes,width=900,height=400'));
IMDB.COM:: Add to the movies i want to see
javascript:u=String(location.href).match(/tt[0-9]{7,}/);void(window.open('www.listal.com/addimdb/?imdb='+u+'&wanted=Add+to+want+to+see+list','listal','toolbar=no,scrollbars=yes,location=yes,width=900,height=400'));
AMAZON.COM:: Add to the items i own
javascript:var rx = /amazon\.(.*?)\/.*?\/(.{10})\//; var rs = new Array(); var rs = document.URL.match(rx); if(rs==null) { alert('Use this on an Amazon book page.'); } else { location.href='www.listal.com/addasin/?asin='+rs[2]+'&collection=1'; }

Thanks! I was getting tired of copying & pasting imdb #'s into listal.

This hasn't worked for the past week -- has something changed?