Fix LesEchos.fr

master
magnolia1234 2022-06-07 07:55:59 +02:00
parent d754d2416f
commit e248a9f549
5 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

@ -1406,7 +1406,7 @@ else if (matchDomain('lesechos.fr')) {
}
} else {
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"');
for (let ad_block of ad_blocks)
ad_block.setAttribute('style', 'display:none');

View File

@ -42,5 +42,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.7.2.0"
"version": "2.7.2.1"
}

View File

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