From 68a6b0293dd217cc66f0b7b7c818aa621e4a3d39 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 10 Mar 2019 12:45:06 -0700 Subject: [PATCH] Remove fd.nl --- README.md | 1 - background.js | 3 --- options.js | 1 - 3 files changed, 5 deletions(-) diff --git a/README.md b/README.md index 1199872..1cae461 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Haaretz (haaretz.co.il / haaretz.com)\ Hacked (hacked.com)\ Hartford Courant (courant.com)\ Harvard Business Review (hbr.org)\ -Het Financieele Dagblad (fd.nl)\ Inc.com (inc.com)\ Irish Times (irishtimes.com)\ La Repubblica (repubblica.it)\ diff --git a/background.js b/background.js index a618194..90dc7f5 100644 --- a/background.js +++ b/background.js @@ -25,7 +25,6 @@ var defaultSites = { 'Hacked': 'hacked.com', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', - 'Het Financieele Dagblad': 'fd.nl', 'Inc.com': 'inc.com', 'Irish Times': 'irishtimes.com', 'La Repubblica': 'repubblica.it', @@ -81,7 +80,6 @@ const allow_cookies = [ 'wsj.com', 'ft.com', 'letemps.ch', -'fd.nl', 'mercurynews.com', 'economist.com', 'bostonglobe.com', @@ -107,7 +105,6 @@ const remove_cookies = [ 'nytimes.com', 'ft.com', 'letemps.ch', -'fd.nl', 'mercurynews.com', 'theage.com.au', 'economist.com', diff --git a/options.js b/options.js index cd502c6..ba408f4 100644 --- a/options.js +++ b/options.js @@ -23,7 +23,6 @@ var defaultSites = { 'Hacked': 'hacked.com', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', - 'Het Financieele Dagblad': 'fd.nl', 'Inc.com': 'inc.com', 'Irish Times': 'irishtimes.com', 'La Repubblica': 'repubblica.it',