Release v2.2.4.0

This commit is contained in:
magnolia1234 2021-06-06 21:13:03 +02:00
parent 7cb93ed5ad
commit edd6fc000c
4 changed files with 7 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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