From cdf98611eaa8cba58686b6372bc57d24a492ddde Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Tue, 28 Nov 2017 18:25:20 +0100 Subject: [PATCH] /. is irritating me with their freedomcookie --- background.js | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) diff --git a/background.js b/background.js index e95a4a2..0415cb0 100644 --- a/background.js +++ b/background.js @@ -2,6 +2,7 @@ const cookies = ([ // theaustralian.com.au 'open_token=anonymous', 'sr=true', + 'FreedomCookie=true', 'n_regis=123456789' ]).join('; ').trim() diff --git a/manifest.json b/manifest.json index b383f15..26b6f2a 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "*://*.quora.com/*", "*://*.scmp.com/*", "*://*.seattletimes.com/*", + "*://*.slashdot.org/*", "*://*.smh.com.au/*", "*://*.sun-sentinel.com/*", "*://*.technologyreview.com/*",