Fix LesEchos.fr (timing)

merge-requests/8/head
magnolia1234 2 years ago
parent 26a01120a5
commit ee58544f8a

@ -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)) ||

@ -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)

Loading…
Cancel
Save