mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:07:47 +01:00
Fix-update Slader
This commit is contained in:
parent
ced7e0e1b2
commit
48277205b7
2 changed files with 2 additions and 1 deletions
|
@ -791,7 +791,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// random IP for esprit.presse.fr
|
// random IP for esprit.presse.fr
|
||||||
if (matchUrlDomain('esprit.presse.fr', details.url)) {
|
if (matchUrlDomain(['esprit.presse.fr', 'slader.com'], details.url)) {
|
||||||
requestHeaders.push({
|
requestHeaders.push({
|
||||||
"name": "X-Forwarded-For",
|
"name": "X-Forwarded-For",
|
||||||
"value": randomIP()
|
"value": randomIP()
|
||||||
|
|
|
@ -12,6 +12,7 @@ Fix-update Discover Magazine
|
||||||
Fix-update El Mercurio & La Segunda (mobile)
|
Fix-update El Mercurio & La Segunda (mobile)
|
||||||
Fix-update Harper's Magazine
|
Fix-update Harper's Magazine
|
||||||
Fix-update Mexico News Daily
|
Fix-update Mexico News Daily
|
||||||
|
Fix-update Slader
|
||||||
Fix-update Telegraph.co.uk (amp pages)
|
Fix-update Telegraph.co.uk (amp pages)
|
||||||
Fix-update The New Yorker (embed)
|
Fix-update The New Yorker (embed)
|
||||||
Limit contentScript (to html, xhr & script)
|
Limit contentScript (to html, xhr & script)
|
||||||
|
|
Loading…
Reference in a new issue