Fix L'Express.fr

merge-requests/8/head
magnolia1234 2 years ago
parent c1e328f014
commit 71f03cf321

@ -9,6 +9,7 @@ Add Weltkunst.de
Fix Esprit.presse.fr
Fix Grupo El Comercio
Fix Gruppo GEDI.it (login)
Fix L'Express.fr
Fix The Spectator UK (no amp)
* v2.8.4.0 (2022-09-11)
@ -762,7 +763,7 @@ Update badge (notification: update & custom permissions)
* v2.1.8.0 (2021-04-25)
Add Il Giorno (Italy)
Add L'Express (France)
Add L'Express.fr
Add La Nazione (Italy)
Add The Athletic
Remove Rheinische Post Mediengruppe (fix obsolete)

@ -1428,7 +1428,7 @@ else if (matchDomain('lesinrocks.com')) {
}
else if (matchDomain('lexpress.fr')) {
let ads = document.querySelectorAll('div.block_pub, div.bottom-bar-full');
let ads = document.querySelectorAll('div.block_pub, div.bottom-bar-full, div.pub_content_display, div.ban-bottom');
removeDOMElement(...ads);
}

@ -930,7 +930,7 @@ var defaultSites = {
"L'Express": {
domain: "lexpress.fr",
allow_cookies: 1,
block_regex: /\.poool\.fr\//
block_regex: /\.qiota\.com\//
},
"L'Obs": {
domain: "nouvelobs.com",

@ -24,6 +24,11 @@
"allow_cookies": 1,
"block_regex": "(\\.tinypass\\.com\\/|\\/{domain}\\/pf\\/dist\\/engine\\/react\\.js)"
},
"L'Express": {
"domain": "lexpress.fr",
"allow_cookies": 1,
"block_regex": "\\.qiota\\.com\\/"
},
"Private Equity News": {
"domain": "penews.com",
"useragent": "googlebot"

Loading…
Cancel
Save