From 680b4df597120b2a6c591134a36f654c3d8efd36 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 13 Sep 2020 09:16:43 +0200 Subject: [PATCH] Remove Switzer Report (obsolete) --- README.md | 3 +-- background.js | 2 -- contentScript.js | 1 + lp/manifest.json | 1 - sites.js | 1 - 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca075b1..7d72220 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,7 @@ So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid. ##### > Financial [Eureka Report](https://www.eurekareport.com.au) - -[Intelligent Investor](https://www.intelligentinvestor.com.au) - -[Switzer Report](https://switzersuperreport.com.au) +[Intelligent Investor](https://www.intelligentinvestor.com.au) ##### > Australian Community Media [Bendigo Advertiser](https://www.bendigoadvertiser.com.au) - diff --git a/background.js b/background.js index 0add961..bf50557 100644 --- a/background.js +++ b/background.js @@ -65,7 +65,6 @@ var allow_cookies = [ 'scribd.com', 'seekingalpha.com', 'slader.com', -'switzersuperreport.com.au', 'techinasia.com', 'the-american-interest.com', 'thehindu.com', @@ -126,7 +125,6 @@ var use_google_bot_default = [ 'quora.com', 'republic.ru', 'seekingalpha.com', -'switzersuperreport.com.au', 'themarker.com', 'thetimes.co.uk', 'washingtonpost.com', diff --git a/contentScript.js b/contentScript.js index 8ef6b07..b284064 100644 --- a/contentScript.js +++ b/contentScript.js @@ -629,6 +629,7 @@ else if (matchDomain('faz.net')) { str = str.replace(/La\n\nPierre/g, "LaPierre"); str = str.replace(/De\n\nJoy/g, "DeJoy"); str = str.replace(/m\n\nRNA/g, "mNRA"); + str = str.replace(/Mc\n\nCarthy/g, "McCarthy"); return str; }; diff --git a/lp/manifest.json b/lp/manifest.json index 32988a7..79c4dff 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -222,7 +222,6 @@ "*://*.sueddeutsche.de/*", "*://*.sun-sentinel.com/*", "*://*.sunshinecoastdaily.com.au/*", - "*://*.switzersuperreport.com.au/*", "*://*.techinasia.com/*", "*://*.technologyreview.com/*", "*://*.telegraaf.nl/*", diff --git a/sites.js b/sites.js index d46a5c1..dde742d 100644 --- a/sites.js +++ b/sites.js @@ -141,7 +141,6 @@ var defaultSites = "Statista": "statista.com", "Süddeutsche Zeitung": "sueddeutsche.de", "SunSentinel": "sun-sentinel.com", - "Switzer Report": "switzersuperreport.com.au", "Tech in Asia": "techinasia.com", "Telegraaf": "telegraaf.nl", "The Age": "theage.com.au",