Bookmarklet gone

The bookmarklet mentioned on the "Add" page is 404.

This is still not working, are there plans to fix this?

I made my own bookmarklets by splicing together parts from others in my collection. Both of these only work on Amazon.
Add to Listal Collection bookmarklet
--------------------------------------
Create a new bookmark and put the following in its address or location field:
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'; }
Add to Listal Wanted bookmarklet
--------------------------------------
Create a new bookmark and put the following in its address or location field:
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]+'&wanted=1'; }
Hope this is helpful.
Add to Listal Collection bookmarklet
--------------------------------------
Create a new bookmark and put the following in its address or location field:
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'; }
Add to Listal Wanted bookmarklet
--------------------------------------
Create a new bookmark and put the following in its address or location field:
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]+'&wanted=1'; }
Hope this is helpful.

Is there a way to change the settings in IE to allow one to customize a bookmark? There's a button labeled 'customize' but it is not clickable, so I figure there must be a way to do that.

To create a new bookmarklet in IE, first drag and drop one of these links to either your Links toolbar or your favorites:
Add to Listal Collection
Add to Listal Wanted
Then, right click on the link, select "Properties" and replace the URL field with the corresponding javascript code above.
Add to Listal Collection
Add to Listal Wanted
Then, right click on the link, select "Properties" and replace the URL field with the corresponding javascript code above.

Thanks for the bookmarklet code, I will add it to the add pages!
This message has been deleted.
This message has been deleted.

Is there a bookmarklet for amazon videos?

What do you mean by amazon videos? Product videos or video on demand?


This message has been deleted.