Search by title if ISBN not found
|
|
I've found that sometimes a search by ISBN doesn't find a book that SPL does indeed have. For example, see http://www.amazon.com/Life-Medieval-City-Joseph... If you search by ISBN, it finds nothing. If you search by title, voilĂ ! document.getElementById("btAsinTitle") should get you the span element with the book title. |
|
|
Also, the URL query string for searching by title is index=PALLTI&term=whatever |
|
|
I've modified the script to do this myself. It's posted at http://userscripts.org/scripts/show/38096 |
|
|
I've also added searching by other editions' ISBNs, before searching by title. |
|
|
Hi Arthaey, Thanks for your work on this. I integrated your code with some other I had that looks for other ISBNs. I left the title search out, but if no ISBN is found then a link for search based on title is given. I wish there was an easy way to know what each version of the book was, Large Print, Hardcover, paperback, etc. Maybe that is the next upgrade. |