mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Remove Saechsische Zeitung (obsolete)
This commit is contained in:
parent
6969d4bd12
commit
6e8e21c13b
6 changed files with 7 additions and 21 deletions
|
@ -198,8 +198,10 @@ Grouped in options:\
|
|||
[The Post-Standard](https://www.syracuse.com) -
|
||||
[The Republican](https://www.masslive.com)\
|
||||
*Gannett Group (local USA Today)* sites like (opt-in to custom sites)\
|
||||
[Austin American-Statesman](https://www.statesman.com/) -
|
||||
[Detroit Free Press](https://www.freep.com) -
|
||||
[Milwaukee Journal Sentinel](https://www.jsonline.com) -
|
||||
[The Courier-Journal](https://www.courier-journal.com/) -
|
||||
[The Indianapolis Star](https://www.indystar.com) -
|
||||
[The Record (North Jersey)](https://www.northjersey.com)\
|
||||
*Lee Enterprises Group* sites like (opt-in to custom sites for unlisted)\
|
||||
|
@ -376,7 +378,6 @@ Grouped in options:\
|
|||
[Piqd.de](https://www.piqd.de) -
|
||||
[Rhein-Zeitung](https://www.rhein-zeitung.de) -
|
||||
[Ruhr Nachrichten](https://www.ruhrnachrichten.de) -
|
||||
[Sächsische Zeitung](https://www.saechsische.de) -
|
||||
[Schleswig-Holsteinischer Zeitungsverlag](https://www.shz.de) -
|
||||
[Schweriner Volkszeitung](https://www.svz.de) -
|
||||
[Westfalen-Blatt](https://www.westfalen-blatt.de) -
|
||||
|
|
|
@ -539,18 +539,6 @@ ext_api.webRequest.onBeforeRequest.addListener(function (details) {
|
|||
["blocking"]
|
||||
);
|
||||
|
||||
// saechsische.de amp-redirect
|
||||
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
|
||||
if (!isSiteEnabled(details)) {
|
||||
return;
|
||||
}
|
||||
var updatedUrl = details.url.replace('-plus-amp.html', '-plus.html');
|
||||
return { redirectUrl: updatedUrl };
|
||||
},
|
||||
{urls:["*://*.saechsische.de/*-plus-amp.html*"], types:["main_frame"]},
|
||||
["blocking"]
|
||||
);
|
||||
|
||||
// infzm.com redirect to wap (mobile)
|
||||
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
|
||||
if (!isSiteEnabled(details)) {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Remove Saechsische Zeitung (obsolete)
|
||||
|
||||
* v2.4.5.0 (2021-11-21)
|
||||
Add Advance Local (local USA)
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
"useragent": "googlebot"
|
||||
},
|
||||
"Heraldscotland.com": {
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.tinypass\\.com\\/",
|
||||
"domain": "heraldscotland.com"
|
||||
},
|
||||
"Internationalepolitik.de": {
|
||||
|
|
|
@ -413,7 +413,6 @@
|
|||
"*://*.rollingstone.com/*",
|
||||
"*://*.ruhrnachrichten.de/*",
|
||||
"*://*.sacbee.com/*",
|
||||
"*://*.saechsische.de/*",
|
||||
"*://*.sandiegouniontribune.com/*",
|
||||
"*://*.science-et-vie.com/*",
|
||||
"*://*.sciencesetavenir.fr/*",
|
||||
|
@ -571,5 +570,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.4.5.0"
|
||||
"version": "2.4.5.1"
|
||||
}
|
5
sites.js
5
sites.js
|
@ -1172,11 +1172,6 @@ var defaultSites = {
|
|||
block_regex: /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-((sticky-)?ad|consent|subscriptions)-.+\.js)/,
|
||||
useragent: "googlebot"
|
||||
},
|
||||
"Sächsische Zeitung": {
|
||||
domain: "saechsische.de",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.tinypass\.com\//
|
||||
},
|
||||
"San Diego Union Tribune": {
|
||||
domain: "sandiegouniontribune.com",
|
||||
block_regex: /metering\.platform\.sandiegouniontribune\.com\/v\d\/meter/
|
||||
|
|
Loading…
Reference in a new issue