Add Spektrum.de

master
magnolia1234 2 months ago
parent 627b4f958f
commit 965240d6c9

@ -620,6 +620,7 @@ Grouped in options:\
[Rhein-Zeitung](https://www.rhein-zeitung.de) - [Rhein-Zeitung](https://www.rhein-zeitung.de) -
[Salzburger Nachrichten](https://www.sn.at) - [Salzburger Nachrichten](https://www.sn.at) -
[Schwäbische Zeitung](https://www.schwaebische.de) - [Schwäbische Zeitung](https://www.schwaebische.de) -
[Spektrum](https://www.spektrum.de) -
[Springer Medizin](https://www.springermedizin.de) - [Springer Medizin](https://www.springermedizin.de) -
[Süddeutsche Zeitung](https://www.sueddeutsche.de) - [Süddeutsche Zeitung](https://www.sueddeutsche.de) -
[Südkurier](https://www.suedkurier.de) - [Südkurier](https://www.suedkurier.de) -

@ -4,8 +4,9 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
Post-release Post-release
Add Bild.de (fetch from archive.is) Add Bild.de (fetch from archive.is)
Add Crain's Grand Rapids Business
Add Capital.fr Add Capital.fr
Add Crain's Grand Rapids Business
Add Spektrum.de
Fix LeMonde.fr (view more) Fix LeMonde.fr (view more)
Fix MediaNews Group (ld_json_url) Fix MediaNews Group (ld_json_url)
Fix Nzz.ch (css) Fix Nzz.ch (css)

@ -1296,6 +1296,12 @@ else if (matchDomain('sn.at')) {
getGoogleWebcache(url, 'div.article-sections__paywall', '', 'div.article-body-text'); getGoogleWebcache(url, 'div.article-sections__paywall', '', 'div.article-body-text');
} }
else if (matchDomain('spektrum.de')) {
let paywall = document.querySelector('article.pw-premium');
if (paywall)
paywall.classList.remove('pw-premium');
}
else if (matchDomain('spiegel.de')) { else if (matchDomain('spiegel.de')) {
let url = window.location.href; let url = window.location.href;
getArchive(url, 'div[data-area="paywall"]', '', 'div[data-area="body"]'); getArchive(url, 'div[data-area="paywall"]', '', 'div[data-area="body"]');

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.6.2.5" "version": "3.6.2.6"
} }

@ -643,6 +643,7 @@
"*://*.sourcingjournal.com/*", "*://*.sourcingjournal.com/*",
"*://*.spectator.co.uk/*", "*://*.spectator.co.uk/*",
"*://*.spectator.com.au/*", "*://*.spectator.com.au/*",
"*://*.spektrum.de/*",
"*://*.spglobal.com/*", "*://*.spglobal.com/*",
"*://*.spiegel.de/*", "*://*.spiegel.de/*",
"*://*.sportico.com/*", "*://*.sportico.com/*",
@ -869,5 +870,5 @@
"*://archive.vn/*", "*://archive.vn/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.6.2.5" "version": "3.6.2.6"
} }

@ -2230,6 +2230,10 @@ var defaultSites = {
domain: "infzm.com", domain: "infzm.com",
allow_cookies: 1 allow_cookies: 1
}, },
"Spektrum.de": {
domain: "spektrum.de",
allow_cookies: 1
},
"SPH Media (fetch from archive.is)": { "SPH Media (fetch from archive.is)": {
domain: "###_sg_sph_media", domain: "###_sg_sph_media",
group: [ group: [

@ -119,6 +119,12 @@
"block_regex": "(\\.piano\\.io\\/xbuilder\\/experience\\/execute|cdn\\.ampproject\\.org(\\/.+)?\\/v\\d\\/amp-(access|loader)-.+\\.js)", "block_regex": "(\\.piano\\.io\\/xbuilder\\/experience\\/execute|cdn\\.ampproject\\.org(\\/.+)?\\/v\\d\\/amp-(access|loader)-.+\\.js)",
"upd_version": "3.6.2.6" "upd_version": "3.6.2.6"
}, },
"Spektrum.de": {
"domain": "spektrum.de",
"allow_cookies": 1,
"cs_code": "[{\"cond\":\"article.pw-premium\", \"rm_class\":\"pw-premium\"}]",
"upd_version": "3.6.2.6"
},
"The Banker (removed)": { "The Banker (removed)": {
"domain": "thebanker.com", "domain": "thebanker.com",
"allow_cookies": 1, "allow_cookies": 1,

Loading…
Cancel
Save