Skip to content

Commit

Permalink
Added newegg.ca support.
Browse files Browse the repository at this point in the history
Added missing newegg.ca support to bring it up to par with the chrome
extension.
  • Loading branch information
rikai committed Jan 26, 2013
1 parent 03c7ade commit 93c1318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/geturl.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
amazon : { rx: /^http.*?\.amazon.com.*?(\/dp\/|obidos.tg.detail|.gp.product)/i, tag: "tag=thelinactsho-20"},
amazonuk : { rx: /^http.*?\.amazon.co.uk.*?(\/dp\/|obidos.tg.detail|.gp.product)/i, tag: "tag=jupitebroadc-21"},
amazonde : { rx: /^http.*?\.amazon.de.*?(\/dp\/|obidos.tg.detail|.gp.product)/i, tag: "tag=jupitebroad02-21"},
amazonca : { rx: /^http.*?\.amazon.ca.*?(\/dp\/|obidos.tg.detail|.gp.product)/i, tag: "tag=jbcanada-20"},
audible : { rx: /^http.*?\.audible.com/i, tag: "source_code=COMA0230WS012110&AID=10298646&PID=4897915"},
mint : { rx: /^http.*?\.mint.com/i, tag: "PID=4897915&priorityCode=4216102399&source=cj_pfm"},
bestbuy : { rx: /^http.*?\.bestbuy.com.site.*?\?id=/i, tag: "AID=10483113&PID=4897915&ref=39&CJPID=4897915&loc=01"},
Expand Down

0 comments on commit 93c1318

Please sign in to comment.