mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 04:01:58 +01:00
Fix LesEchos.fr (timing)
This commit is contained in:
parent
26a01120a5
commit
ee58544f8a
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue