diff --git a/README.md b/README.md index f0ca642..7f79633 100755 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ [Grubstreet](https://www.grubstreet.com)\ [Haaretz.co.il](https://www.haaretz.co.il)\ [Haaretz.com](https://www.haaretz.com)\ -[Handelsblatt](https://www.handelsblatt.com)\ [Harper's Magazine](https://harpers.org)\ [Hartford Courant](https://www.courant.com)\ [Harvard Business Review](https://www.hbr.org)\ diff --git a/manifest-ff.json b/manifest-ff.json index af7e56f..b94c5e6 100755 --- a/manifest-ff.json +++ b/manifest-ff.json @@ -166,7 +166,6 @@ "*://*.groene.nl/*", "*://*.haaretz.co.il/*", "*://*.haaretz.com/*", - "*://*.handelsblatt.com/*", "*://*.harpers.org/*", "*://*.hbr.org/*", "*://*.heraldsun.com.au/*", diff --git a/src/js/background.js b/src/js/background.js index bd28cf1..191f5bc 100755 --- a/src/js/background.js +++ b/src/js/background.js @@ -62,7 +62,6 @@ const allowCookies = [ 'volkskrant.nl', 'vulture.com', 'nzz.ch', - 'handelsblatt.com', 'thehindu.com', 'financialpost.com', 'haaretz.co.il', @@ -175,7 +174,6 @@ const useGoogleBotSites = [ 'kansascity.com', 'republic.ru', 'nzz.ch', - 'handelsblatt.com', 'df.cl', 'ft.com', 'wired.com', diff --git a/src/js/sites.js b/src/js/sites.js index d5f56f6..41a31db 100755 --- a/src/js/sites.js +++ b/src/js/sites.js @@ -53,7 +53,6 @@ const defaultSites = { 'Grubstreet' : 'grubstreet.com', 'Haaretz English': 'haaretz.com', 'Haaretz': 'haaretz.co.il', - 'Handelsblatt': 'handelsblatt.com', 'Harper\'s Magazine': 'harpers.org', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org',