mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Fix LesEchos.fr
This commit is contained in:
parent
120febdcf9
commit
19312b549a
4 changed files with 5 additions and 4 deletions
|
@ -561,7 +561,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:\
|
||||
|
|
|
@ -2,12 +2,13 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
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)
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -683,5 +683,5 @@
|
|||
"*://*.wsj.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.7.2.0"
|
||||
"version": "2.7.2.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue