Explore
 Lists  Reviews  Images  Update feed
Categories
MoviesTV ShowsMusicBooksGamesDVDs/Blu-RayPeopleArt & DesignPlacesWeb TV & PodcastsToys & CollectiblesComic Book SeriesBeautyAnimals   View more categories »
Listal logo

Bookmarklet gone

James Sumners 18 years, 11 months ago at May 23 11:40 -
The bookmarklet mentioned on the "Add" page is 404.
abecedarian 18 years, 10 months ago at Jun 30 23:48 -
This is still not working, are there plans to fix this?
halfshadows 18 years, 10 months ago at Jul 1 0:38 -
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.
abecedarian 18 years, 10 months ago at Jul 3 11:09 -
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.
halfshadows 18 years, 10 months ago at Jul 3 15:28 -
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.
Moderator
Admin
Tom 18 years, 8 months ago at Aug 14 0:49 -
Thanks for the bookmarklet code, I will add it to the add pages!

This message has been deleted.

This message has been deleted.
Chuck Kahn 14 years, 1 month ago at Mar 16 3:47 -
Is there a bookmarklet for amazon videos?
Moderator
Admin
Tom 14 years, 1 month ago at Mar 18 2:42 -
What do you mean by amazon videos? Product videos or video on demand?
Chuck Kahn 14 years, 1 month ago at Mar 19 19:30 -
DVDs.

Like this:

www.amazon.co.uk/Doctor-Who-Seeds-Doom-DVD/dp/B003Y3BEZA/ref=pd_rhf_p_t_1

This message has been deleted.