|
Here are stanzas for Baen Webscriptions and Borders new books (which provides you with a nice link to ebook format, unlike the marketplace; you can't jump directly to the ebook because the ISBN is different). Thanks for an awesome tool!
--
{ name: 'Borders', id: 'bordersbooks', hostname: /\bwww\.borders\.com$/i,
getISBN: function(){ return document.title.match( /([0-9X]{10})/i )[1]; },
bookURL: 'http://www.borders.com/online/store/TitleDetail...,
linkURL: 'http://www.borders.com/online/store/TitleDetail...,
ajaxPrice: 'Your Price:([^<]*)<'
<br /> },</p>
<p> { name: 'Baen Webscriptions', id: 'baen', hostname: /\bwww\.webscriptions\.net$/i,
<br /> getISBN: function(){ return document.title.match( /([0-9X]{10})/i )[1]; },
<br /> bookURL: 'http://www.webscription.net/searchadv.aspx?Sear...,
linkURL: 'http://www.webscription.net/searchadv.aspx?Sear...,
ajaxPrice: '(N/A)'
},
|