mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:37:47 +01:00
Fix London Review of Books (allow cookies)
This commit is contained in:
parent
6948e726cc
commit
511ed72ffa
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue