Release v2.2.4.0

merge-requests/1/head v2.2.4.0
magnolia1234 3 years ago
parent 7cb93ed5ad
commit edd6fc000c

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
* v2.2.4.0 (2021-06-06)
Add group Crain's Business
Add The Atlanta Journal-Constitution (local USA)
Fix-update Modern Healthcare

@ -1462,9 +1462,8 @@ else if (matchDomain(['theathletic.com', 'theathletic.co.uk'])) {
else if (matchDomain('thetimes.co.uk')) {
let block = document.querySelector('.subscription-block');
let ad_block = document.getElementById('ad-article-inline');
let ad_header = document.getElementById('sticky-ad-header');
removeDOMElement(block, ad_block, ad_header);
let adverts = document.querySelectorAll('#ad-article-inline, #sticky-ad-header, div[class*="InlineAdWrapper"], div[class*="NativeAd"], div.responsiveweb-sc-1exejum-0');
removeDOMElement(block, ...adverts);
}
else if (!matchDomain(['belfasttelegraph.co.uk', 'independent.ie']))

@ -524,5 +524,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.2.3.3"
"version": "2.2.4.0"
}

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

Loading…
Cancel
Save