Remove Switzer Report (obsolete)

This commit is contained in:
magnolia1234 2020-09-13 09:16:43 +02:00
parent e69dc737cb
commit 680b4df597
5 changed files with 2 additions and 6 deletions

View file

@ -135,8 +135,7 @@ So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid.
##### > Financial ##### > Financial
[Eureka Report](https://www.eurekareport.com.au) - [Eureka Report](https://www.eurekareport.com.au) -
[Intelligent Investor](https://www.intelligentinvestor.com.au) - [Intelligent Investor](https://www.intelligentinvestor.com.au)
[Switzer Report](https://switzersuperreport.com.au)
##### > Australian Community Media ##### > Australian Community Media
[Bendigo Advertiser](https://www.bendigoadvertiser.com.au) - [Bendigo Advertiser](https://www.bendigoadvertiser.com.au) -

View file

@ -65,7 +65,6 @@ var allow_cookies = [
'scribd.com', 'scribd.com',
'seekingalpha.com', 'seekingalpha.com',
'slader.com', 'slader.com',
'switzersuperreport.com.au',
'techinasia.com', 'techinasia.com',
'the-american-interest.com', 'the-american-interest.com',
'thehindu.com', 'thehindu.com',
@ -126,7 +125,6 @@ var use_google_bot_default = [
'quora.com', 'quora.com',
'republic.ru', 'republic.ru',
'seekingalpha.com', 'seekingalpha.com',
'switzersuperreport.com.au',
'themarker.com', 'themarker.com',
'thetimes.co.uk', 'thetimes.co.uk',
'washingtonpost.com', 'washingtonpost.com',

View file

@ -629,6 +629,7 @@ else if (matchDomain('faz.net')) {
str = str.replace(/La\n\nPierre/g, "LaPierre"); str = str.replace(/La\n\nPierre/g, "LaPierre");
str = str.replace(/De\n\nJoy/g, "DeJoy"); str = str.replace(/De\n\nJoy/g, "DeJoy");
str = str.replace(/m\n\nRNA/g, "mNRA"); str = str.replace(/m\n\nRNA/g, "mNRA");
str = str.replace(/Mc\n\nCarthy/g, "McCarthy");
return str; return str;
}; };

View file

@ -222,7 +222,6 @@
"*://*.sueddeutsche.de/*", "*://*.sueddeutsche.de/*",
"*://*.sun-sentinel.com/*", "*://*.sun-sentinel.com/*",
"*://*.sunshinecoastdaily.com.au/*", "*://*.sunshinecoastdaily.com.au/*",
"*://*.switzersuperreport.com.au/*",
"*://*.techinasia.com/*", "*://*.techinasia.com/*",
"*://*.technologyreview.com/*", "*://*.technologyreview.com/*",
"*://*.telegraaf.nl/*", "*://*.telegraaf.nl/*",

View file

@ -141,7 +141,6 @@ var defaultSites =
"Statista": "statista.com", "Statista": "statista.com",
"Süddeutsche Zeitung": "sueddeutsche.de", "Süddeutsche Zeitung": "sueddeutsche.de",
"SunSentinel": "sun-sentinel.com", "SunSentinel": "sun-sentinel.com",
"Switzer Report": "switzersuperreport.com.au",
"Tech in Asia": "techinasia.com", "Tech in Asia": "techinasia.com",
"Telegraaf": "telegraaf.nl", "Telegraaf": "telegraaf.nl",
"The Age": "theage.com.au", "The Age": "theage.com.au",