From 48277205b7c554000ae06aecb026336e7d6f96dc Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 4 Dec 2020 17:32:24 +0100 Subject: [PATCH] Fix-update Slader --- background.js | 2 +- changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index 934fb0e..35e8e3f 100644 --- a/background.js +++ b/background.js @@ -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() diff --git a/changelog.txt b/changelog.txt index c73bfd7..dcbc075 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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)