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/*",