Skip to content

Instantly share code, notes, and snippets.

@poppen
Created March 17, 2009 14:41
Show Gist options
  • Save poppen/80567 to your computer and use it in GitHub Desktop.
Save poppen/80567 to your computer and use it in GitHub Desktop.
=== amazon_cross_book_check.user.js
==================================================================
--- amazon_cross_book_check.user.js (revision 458)
+++ amazon_cross_book_check.user.js (local)
@@ -75,6 +75,13 @@
autoStart: true
},
{
+ type: 'author',
+ urlExp: 'author',
+ insertAfter: '//div[@class="productData"]/*[last()]',
+ asinLink: '//div[@class="productData"]/div[1]/a',
+ autoStart: true
+ },
+ {
type: 'bestsell',
urlExp: '/bestsellers/',
insertAfter: '//table[@class="priceBox"]/tbody/tr[last()]',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment