mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:37:47 +01:00
Remove KleineZeitung.at (obsolete)
This commit is contained in:
parent
e3ef95e7ed
commit
661d328ca1
4 changed files with 3 additions and 7 deletions
|
@ -177,8 +177,7 @@ Install add-on by downloading xpi-file.
|
||||||
[Valeurs Actuelles](https://www.valeursactuelles.com)
|
[Valeurs Actuelles](https://www.valeursactuelles.com)
|
||||||
##### Germany/Austria
|
##### Germany/Austria
|
||||||
[Frankfurter Allgemeine Zeitung](https://www.faz.net) -
|
[Frankfurter Allgemeine Zeitung](https://www.faz.net) -
|
||||||
[Handelsblatt](https://www.handelsblatt.com) -
|
[Handelsblatt](https://www.handelsblatt.com)
|
||||||
[Kleine Zeitung](https://www.kleinezeitung.at)
|
|
||||||
##### Italy
|
##### Italy
|
||||||
[Corriere Della Sera](https://www.corriere.it) -
|
[Corriere Della Sera](https://www.corriere.it) -
|
||||||
[Il Manifesto](https://ilmanifesto.it) -
|
[Il Manifesto](https://ilmanifesto.it) -
|
||||||
|
|
|
@ -44,7 +44,6 @@ var allow_cookies = [
|
||||||
'independent.ie',
|
'independent.ie',
|
||||||
'inkl.com',
|
'inkl.com',
|
||||||
'intelligentinvestor.com.au',
|
'intelligentinvestor.com.au',
|
||||||
'kleinezeitung.at',
|
|
||||||
'lc.nl',
|
'lc.nl',
|
||||||
'lrb.co.uk',
|
'lrb.co.uk',
|
||||||
'mexiconewsdaily.com',
|
'mexiconewsdaily.com',
|
||||||
|
@ -437,7 +436,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) {
|
||||||
// this fixes images not being loaded on cooking.nytimes.com main page
|
// this fixes images not being loaded on cooking.nytimes.com main page
|
||||||
// referrer has to be *nytimes.com otherwise returns 403
|
// referrer has to be *nytimes.com otherwise returns 403
|
||||||
requestHeader.value = 'https://cooking.nytimes.com';
|
requestHeader.value = 'https://cooking.nytimes.com';
|
||||||
} else if (matchUrlDomain(['clarin.com', 'kleinezeitung.at', 'fd.nl'], details.url)) {
|
} else if (matchUrlDomain(['clarin.com', 'fd.nl'], details.url)) {
|
||||||
requestHeader.value = 'https://www.facebook.com/';
|
requestHeader.value = 'https://www.facebook.com/';
|
||||||
} else {
|
} else {
|
||||||
requestHeader.value = 'https://www.google.com/';
|
requestHeader.value = 'https://www.google.com/';
|
||||||
|
@ -453,7 +452,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) {
|
||||||
|
|
||||||
// otherwise add it
|
// otherwise add it
|
||||||
if (!setReferer) {
|
if (!setReferer) {
|
||||||
if (matchUrlDomain(['clarin.com', 'kleinezeitung.at', 'fd.nl'], details.url)) {
|
if (matchUrlDomain(['clarin.com', 'fd.nl'], details.url)) {
|
||||||
requestHeaders.push({
|
requestHeaders.push({
|
||||||
name: 'Referer',
|
name: 'Referer',
|
||||||
value: 'https://www.facebook.com/'
|
value: 'https://www.facebook.com/'
|
||||||
|
|
|
@ -120,7 +120,6 @@
|
||||||
"*://*.irishtimes.com/*",
|
"*://*.irishtimes.com/*",
|
||||||
"*://*.japantimes.co.jp/*",
|
"*://*.japantimes.co.jp/*",
|
||||||
"*://*.journalnow.com/*",
|
"*://*.journalnow.com/*",
|
||||||
"*://*.kleinezeitung.at/*",
|
|
||||||
"*://*.labusinessjournal.com/*",
|
"*://*.labusinessjournal.com/*",
|
||||||
"*://*.ladepeche.fr/*",
|
"*://*.ladepeche.fr/*",
|
||||||
"*://*.lanacion.com.ar/*",
|
"*://*.lanacion.com.ar/*",
|
||||||
|
|
1
sites.js
1
sites.js
|
@ -68,7 +68,6 @@ var defaultSites =
|
||||||
"Inkl": "inkl.com",
|
"Inkl": "inkl.com",
|
||||||
"Intelligent Investor": "intelligentinvestor.com.au",
|
"Intelligent Investor": "intelligentinvestor.com.au",
|
||||||
"Irish Independent": "independent.ie",
|
"Irish Independent": "independent.ie",
|
||||||
"Kleine Zeitung": "kleinezeitung.at",
|
|
||||||
"L'Écho": "lecho.be",
|
"L'Écho": "lecho.be",
|
||||||
"L'Opinion": "lopinion.fr",
|
"L'Opinion": "lopinion.fr",
|
||||||
"La Dépêche": "ladepeche.fr",
|
"La Dépêche": "ladepeche.fr",
|
||||||
|
|
Loading…
Reference in a new issue