Add Salzburger Nachrichten

merge-requests/16/head
magnolia1234 8 months ago
parent 07931ef2e9
commit 2d389456a8

@ -589,6 +589,7 @@ Grouped in options:\
[Philosophie Magazin](https://www.philomag.de) -
[Piqd](https://www.piqd.de) -
[Rhein-Zeitung](https://www.rhein-zeitung.de) -
[Salzburger Nachrichten](https://www.sn.at) -
[Schwäbische Zeitung](https://www.schwaebische.de) -
[Springer Medizin](https://www.springermedizin.de) -
[Vorarlberg Online](https://www.vol.at) -

@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
Post-release
Add Conde Nast Traveler
Add Salzburger Nachrichten
Add The Columbian
Fix Mediahuis Noord (json)
Fix Mexico News Daily

@ -1112,6 +1112,17 @@ else if (matchDomain('schwaebische.de')) {
}, 1000);
}
else if (matchDomain('sn.at')) {
let url = window.location.href;
let paywall = document.querySelector('div.article-sections__paywall');
if (paywall) {
removeDOMElement(paywall);
csDoneOnce = true;
let url_cache = 'https://webcache.googleusercontent.com/search?q=cache:' + url.split('?')[0];
replaceDomElementExt(url_cache, true, false, 'div.article-body-text');
}
}
else if (matchDomain('spiegel.de')) {
let url = window.location.href;
let paywall = document.querySelector('div[data-area="paywall"]');

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.3.5.4"
"version": "3.3.5.5"
}

@ -598,6 +598,7 @@
"*://*.slideshare.net/*",
"*://*.sloanreview.mit.edu/*",
"*://*.smh.com.au/*",
"*://*.sn.at/*",
"*://*.sofrep.com/*",
"*://*.spectator.co.uk/*",
"*://*.spectator.com.au/*",
@ -795,5 +796,5 @@
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.3.5.4"
"version": "3.3.5.5"
}

@ -1890,6 +1890,12 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\/loader-cdn\.azureedge\.net\//
},
"Salzburger Nachrichten": {
domain: "sn.at",
allow_cookies: 1,
block_regex: /\.piano\.io\//,
cs_dompurify: 1
},
"San Diego Union Tribune": {
domain: "sandiegouniontribune.com",
block_regex: /\.californiatimes\.com\/meteringjs/

@ -39,6 +39,13 @@
"block_regex": "\\/mexiconewsdaily\\.com\\/wp-content\\/plugins\\/leaky-paywall\\/js\\/leaky-paywall-cookie\\.js",
"upd_version": "3.3.5.2"
},
"Salzburger Nachrichten": {
"domain": "sn.at",
"allow_cookies": 1,
"block_regex": "\\.piano\\.io",
"ld_google_webcache": "div.article-sections__paywall|div.article-body-text",
"upd_version": "3.3.5.5"
},
"South China Morning Post": {
"domain": "scmp.com",
"block_regex": "(\\.tinypass\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|subscriptions)-.+\\.js)",

Loading…
Cancel
Save