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