Fix London Review of Books (allow cookies)

This commit is contained in:
magnolia1234 2020-01-25 14:56:18 +01:00 committed by GitHub
parent 6948e726cc
commit 511ed72ffa

View file

@ -19,6 +19,7 @@ const allow_cookies = [
'haaretz.com',
'handelsblatt.com',
'lemonde.fr',
'lrb.co.uk',
'nknews.org',
'nytimes.com',
'parool.nl',
@ -111,7 +112,7 @@ const userAgentMobile = "Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible ;
var enabledSites = [];
// Get the enabled sites (from local storage) & add to allow/remove_cookies (if not already in one of these arrays)
chrome.storage.sync.get({
browser.storage.sync.get({
sites: {}
}, function(items) {
var sites = items.sites;