Fix-update Slader

This commit is contained in:
magnolia1234 2020-12-04 17:32:24 +01:00
parent ced7e0e1b2
commit 48277205b7
2 changed files with 2 additions and 1 deletions

View file

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

View file

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