mirror of
https://github.com/FranP-code/wii-shop-extension.git
synced 2025-10-12 23:52:52 +00:00
Initial version with Firefox download
This commit is contained in:
42
js/background.js
Normal file
42
js/background.js
Normal file
File diff suppressed because one or more lines are too long
45
js/site-list.js
Normal file
45
js/site-list.js
Normal file
@@ -0,0 +1,45 @@
|
||||
const siteList = [
|
||||
'amazon.com',
|
||||
'amazon.com.au',
|
||||
'amazon.com.br',
|
||||
'amazon.ca',
|
||||
'amazon.cn',
|
||||
'amazon.fr',
|
||||
'amazon.de',
|
||||
'amazon.in',
|
||||
'amazon.it',
|
||||
'amazon.co.jp',
|
||||
'amazon.com.mx',
|
||||
'amazon.nl',
|
||||
'amazon.es',
|
||||
'amazon.co.uk',
|
||||
'bestbuy.com',
|
||||
'bhphotovideo.com',
|
||||
'ebay.com',
|
||||
'ebay.com.au',
|
||||
'ebay.at',
|
||||
'ebay.be',
|
||||
'ebay.ca',
|
||||
'ebay.com.cn',
|
||||
'ebay.fr',
|
||||
'ebay.de',
|
||||
'ebay.it',
|
||||
'ebay.com.my',
|
||||
'ebay.nl',
|
||||
'ebay.ph',
|
||||
'ebay.com.sg',
|
||||
'ebay.ch',
|
||||
'ebay.co.uk',
|
||||
'etsy.com',
|
||||
'walmart.com',
|
||||
'maycs.com',
|
||||
'swappa.com',
|
||||
'target.com',
|
||||
'aliexpress.com',
|
||||
'newegg.com',
|
||||
'overstock.com',
|
||||
'gearbest.com',
|
||||
'flipkart.com',
|
||||
'qvc.com',
|
||||
'shopping.google.com'
|
||||
]
|
||||
Reference in New Issue
Block a user