mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 09:47:49 +01:00
Remove Switzer Report (obsolete)
This commit is contained in:
parent
e69dc737cb
commit
680b4df597
5 changed files with 2 additions and 6 deletions
|
@ -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) -
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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/*",
|
||||||
|
|
1
sites.js
1
sites.js
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue