Fix LesEchos.fr

This commit is contained in:
magnolia1234 2022-06-07 07:56:20 +02:00
parent 120febdcf9
commit 19312b549a
4 changed files with 5 additions and 4 deletions

View file

@ -561,7 +561,7 @@ Grouped in options:\
[Telegraaf](https://www.telegraaf.nl) - [Telegraaf](https://www.telegraaf.nl) -
[Trouw](https://www.trouw.nl) - [Trouw](https://www.trouw.nl) -
[Volkskrant](https://www.volkskrant.nl) - [Volkskrant](https://www.volkskrant.nl) -
[Vrij Nederland](https://www.nl.nl) [Vrij Nederland](https://www.vn.nl)
Grouped in options:\ Grouped in options:\
*Mediahuis België* sites like:\ *Mediahuis België* sites like:\

View file

@ -2,12 +2,13 @@
Changelog Bypass Paywalls Clean - Firefox Changelog Bypass Paywalls Clean - Firefox
Post-release Post-release
Fix LesEchos.fr
* v2.7.2.0 (2022-06-06) * v2.7.2.0 (2022-06-06)
Add Estado de Minas (Brazil) Add Estado de Minas (Brazil)
Add ilManifesto.it Add ilManifesto.it
Add The Irish Times Add The Irish Times
Remove Handelsblatt Remove Handelsblatt (fix obsolete)
Remove Study.com (fix obsolete) Remove Study.com (fix obsolete)
Fix LesEchos.fr (refresh) Fix LesEchos.fr (refresh)
Fix Quartz (newsletter) Fix Quartz (newsletter)

View file

@ -1406,7 +1406,7 @@ else if (matchDomain('lesechos.fr')) {
} }
} else { } else {
window.setTimeout(function () { window.setTimeout(function () {
let abo_banner = document.querySelector('div[data-testid="paywall"]'); let abo_banner = document.querySelector('div[class*="pgxf3b-2"]');
let ad_blocks = document.querySelectorAll('[class*="jzxvkd"'); let ad_blocks = document.querySelectorAll('[class*="jzxvkd"');
for (let ad_block of ad_blocks) for (let ad_block of ad_blocks)
ad_block.setAttribute('style', 'display:none'); ad_block.setAttribute('style', 'display:none');

View file

@ -683,5 +683,5 @@
"*://*.wsj.net/*", "*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "2.7.2.0" "version": "2.7.2.1"
} }