Release v2.9.6.0

merge-requests/10/head v2.9.6.0
magnolia1234 2 years ago
parent 285c392e2e
commit ffa60d8ef4

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
* v2.9.6.0 (2022-12-04)
Add DN.no
Add Sueddeutsche Zeitung (link to archive.is)
Add Welt.de (link to archive.is)

@ -2757,7 +2757,7 @@ else if (matchDomain('business-standard.com')) {
let ads = document.querySelectorAll('div[class*="adv-"]');
removeDOMElement(...ads);
} else {
amp_unhide_subscr_section('amp-ad, amp-embed, .block-cont-amp, #divnonpaidcontent, div > div.article_image, div[subscriptions-actions], .reader');
amp_unhide_subscr_section('amp-ad, amp-embed, .block-cont-amp, #divnonpaidcontent, section > div.article_image, div[subscriptions-actions], .reader');
}
}
@ -3869,7 +3869,7 @@ else if (matchDomain('the-american-interest.com')) {
}
else if (matchDomain('theathletic.com')) {
if (!window.location.search.match(/(\?|&)amp/)) {
if (!(window.location.search.match(/(\?|&)amp/) && !document.querySelector('link[rel="amphtml"]'))) {
let paywall = document.querySelector('div#slideup-paywall');
if (paywall) {
let overlays = document.querySelectorAll('div[id*="overlay"], div:empty:not([data-rjs])');

@ -732,5 +732,5 @@
"*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.9.5.7"
"version": "2.9.6.0"
}

@ -2170,7 +2170,7 @@ var defaultSites = {
"Amp-access": {
domain: "cdn.ampproject.org",
allow_cookies: 1,
block_regex_general: /cdn\.ampproject\.org\/.+\/amp-(access|ad|analytics|fx-flying-carpet|subscriptions)-.+\.(m)?js/,
block_regex_general: /cdn\.ampproject\.org\/.+\/amp-(access|(.+-)?ad|analytics|fx-flying-carpet|subscriptions)-.+\.(m)?js/,
excluded_domains: ["cambridge.org"]
},
"AzureEdge": {

@ -2,8 +2,8 @@
"addons": {
"magnolia@12.34": {
"updates": [
{ "version": "2.9.5.0",
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.9.5.0.xpi" }
{ "version": "2.9.6.0",
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.9.6.0.xpi" }
]
}
}

Loading…
Cancel
Save