mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:27:48 +01:00
Remove Nuernberger Nachrichten (fix obsolete)
This commit is contained in:
parent
880d3dd696
commit
ee161e745a
6 changed files with 11 additions and 15 deletions
|
@ -502,7 +502,6 @@ Grouped in options:\
|
||||||
[Neue Osnabrücker Zeitung](https://www.noz.de) -
|
[Neue Osnabrücker Zeitung](https://www.noz.de) -
|
||||||
[Neue Westfälische](https://www.nw.de) -
|
[Neue Westfälische](https://www.nw.de) -
|
||||||
[Nordwest Zeitung](https://www.nwzonline.de) -
|
[Nordwest Zeitung](https://www.nwzonline.de) -
|
||||||
[Nürnberger Nachrichten](https://www.nn.de) -
|
|
||||||
[Piqd.de](https://www.piqd.de) -
|
[Piqd.de](https://www.piqd.de) -
|
||||||
[Rhein-Zeitung](https://www.rhein-zeitung.de) -
|
[Rhein-Zeitung](https://www.rhein-zeitung.de) -
|
||||||
[Schleswig-Holsteinischer Zeitungsverlag](https://www.shz.de) -
|
[Schleswig-Holsteinischer Zeitungsverlag](https://www.shz.de) -
|
||||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||||
Post-release
|
Post-release
|
||||||
Remove Alma Talent sites (hold Iltalehti.fi)
|
Remove Alma Talent sites (hold Iltalehti.fi)
|
||||||
Remove NTNews.com.au (fix obsolete)
|
Remove NTNews.com.au (fix obsolete)
|
||||||
|
Remove Nuernberger Nachrichten (fix obsolete)
|
||||||
Fix Corriere dello Sport (subdomains)
|
Fix Corriere dello Sport (subdomains)
|
||||||
Fix WaPo
|
Fix WaPo
|
||||||
|
|
||||||
|
|
|
@ -680,14 +680,6 @@ else if (matchDomain(['mz.de', 'volksstimme.de'])) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (matchDomain('nn.de')) {
|
|
||||||
let ad_billboard = document.querySelector('div#ad-Billboard');
|
|
||||||
if (ad_billboard && ad_billboard.parentNode)
|
|
||||||
removeDOMElement(ad_billboard.parentNode);
|
|
||||||
let ads = document.querySelectorAll('div[id^="clsdiv_"]');
|
|
||||||
removeDOMElement(...ads);
|
|
||||||
}
|
|
||||||
|
|
||||||
else if (matchDomain(['noz.de', 'nwzonline.de', 'shz.de', 'svz.de'])) {
|
else if (matchDomain(['noz.de', 'nwzonline.de', 'shz.de', 'svz.de'])) {
|
||||||
if (window.location.pathname.match(/(-amp\.html|\/amp)$/)) {
|
if (window.location.pathname.match(/(-amp\.html|\/amp)$/)) {
|
||||||
amp_unhide_access_hide('="NOT data.reduced"', '="data.reduced"', 'amp-ad, amp-embed, .ads-wrapper, #flying-carpet-wrapper');
|
amp_unhide_access_hide('="NOT data.reduced"', '="data.reduced"', 'amp-ad, amp-embed, .ads-wrapper, #flying-carpet-wrapper');
|
||||||
|
|
|
@ -165,6 +165,11 @@
|
||||||
"block_regex": "\\.tinypass\\.com\\/",
|
"block_regex": "\\.tinypass\\.com\\/",
|
||||||
"domain": "nationalobserver.com"
|
"domain": "nationalobserver.com"
|
||||||
},
|
},
|
||||||
|
"Newbostonpost.com": {
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"block_regex": "\\/newbostonpost\\.com\\/wp-content\\/themes\\/nbp\\/includes\\/paywall\\/js\\/main\\.js",
|
||||||
|
"domain": "newbostonpost.com"
|
||||||
|
},
|
||||||
"Nv.ua": {
|
"Nv.ua": {
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"amp_redirect": "div[id^=\"media_paywall\"]",
|
"amp_redirect": "div[id^=\"media_paywall\"]",
|
||||||
|
@ -206,6 +211,10 @@
|
||||||
"block_regex": "loader-cdn\\.azureedge\\.net\\/",
|
"block_regex": "loader-cdn\\.azureedge\\.net\\/",
|
||||||
"domain": "spokesman.com"
|
"domain": "spokesman.com"
|
||||||
},
|
},
|
||||||
|
"Sportsbusinessjournal.com": {
|
||||||
|
"domain": "sportsbusinessjournal.com",
|
||||||
|
"random_ip": "all"
|
||||||
|
},
|
||||||
"Supchina.com": {
|
"Supchina.com": {
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"block_regex": "\\.tinypass\\.com\\/",
|
"block_regex": "\\.tinypass\\.com\\/",
|
||||||
|
|
|
@ -437,7 +437,6 @@
|
||||||
"*://*.nikkei.com/*",
|
"*://*.nikkei.com/*",
|
||||||
"*://*.nj.com/*",
|
"*://*.nj.com/*",
|
||||||
"*://*.nknews.org/*",
|
"*://*.nknews.org/*",
|
||||||
"*://*.nn.de/*",
|
|
||||||
"*://*.nola.com/*",
|
"*://*.nola.com/*",
|
||||||
"*://*.noordhollandsdagblad.nl/*",
|
"*://*.noordhollandsdagblad.nl/*",
|
||||||
"*://*.nordeclair.fr/*",
|
"*://*.nordeclair.fr/*",
|
||||||
|
@ -713,5 +712,5 @@
|
||||||
"*://gcm.omerlocdn.com/*",
|
"*://gcm.omerlocdn.com/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "2.8.7.3"
|
"version": "2.8.7.4"
|
||||||
}
|
}
|
||||||
|
|
4
sites.js
4
sites.js
|
@ -1342,10 +1342,6 @@ var defaultSites = {
|
||||||
remove_cookies_select_drop: ["counter"],
|
remove_cookies_select_drop: ["counter"],
|
||||||
block_regex: /\.nrc\.nl\/paywall-api\/api\/zephr/
|
block_regex: /\.nrc\.nl\/paywall-api\/api\/zephr/
|
||||||
},
|
},
|
||||||
"Nürnberger Nachrichten": {
|
|
||||||
domain: "nn.de",
|
|
||||||
block_regex: /(cdn\.cxense\.com\/|\.piano\.io\/)/
|
|
||||||
},
|
|
||||||
"NyTeknik": {
|
"NyTeknik": {
|
||||||
domain: "nyteknik.se",
|
domain: "nyteknik.se",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
|
|
Loading…
Reference in a new issue