mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:31:57 +01:00
Release v2.2.4.0
This commit is contained in:
parent
7cb93ed5ad
commit
edd6fc000c
4 changed files with 7 additions and 6 deletions
|
@ -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…
Reference in a new issue