Fix LesEchos.fr (timing)

master
magnolia1234 2022-07-28 18:22:20 +02:00
parent 05298795ae
commit 0966b0ffd4
2 changed files with 2 additions and 0 deletions

View File

@ -947,6 +947,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) {
(matchUrlDomain('elmercurio.com', header_referer) && matchUrlDomain('emol.cl', details.url)) ||
(matchUrlDomain('epaper.thetimes.co.uk', header_referer) && matchUrlDomain(['prcdn.co'], details.url)) ||
(matchUrlDomain('law360.com', header_referer) && matchUrlDomain('law360news.com', details.url)) ||
(matchUrlDomain('lesechos.fr', header_referer) && matchUrlDomain('lesechos.com', details.url)) ||
(matchUrlDomain('marketwatch.com', header_referer) && matchUrlDomain('wsj.net', details.url)) ||
(matchUrlDomain('nationalgeographic.com', header_referer) && matchUrlDomain('natgeofe.com', details.url)) ||
(matchUrlDomain('usatoday.com', header_referer) && matchUrlDomain('gannett-cdn.com', details.url)) ||

View File

@ -6,6 +6,7 @@ Add Le Soleil - Quebec (+ regional/opt-in to custom sites)
Remove Kurier.at (fix obsolete)
Fix Bloomberg (graphics)
Fix Law.com (cookies)
Fix LesEchos.fr (timing)
Fix McClatchy Group (identify site)
* v2.7.7.0 (2022-07-24)