mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +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
|
||||
|
||||
[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) -
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -222,7 +222,6 @@
|
|||
"*://*.sueddeutsche.de/*",
|
||||
"*://*.sun-sentinel.com/*",
|
||||
"*://*.sunshinecoastdaily.com.au/*",
|
||||
"*://*.switzersuperreport.com.au/*",
|
||||
"*://*.techinasia.com/*",
|
||||
"*://*.technologyreview.com/*",
|
||||
"*://*.telegraaf.nl/*",
|
||||
|
|
1
sites.js
1
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",
|
||||
|
|
Loading…
Reference in a new issue