mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:07: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',
|
'haaretz.com',
|
||||||
'handelsblatt.com',
|
'handelsblatt.com',
|
||||||
'lemonde.fr',
|
'lemonde.fr',
|
||||||
|
'lrb.co.uk',
|
||||||
'nknews.org',
|
'nknews.org',
|
||||||
'nytimes.com',
|
'nytimes.com',
|
||||||
'parool.nl',
|
'parool.nl',
|
||||||
|
@ -111,7 +112,7 @@ const userAgentMobile = "Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible ;
|
||||||
var enabledSites = [];
|
var enabledSites = [];
|
||||||
|
|
||||||
// Get the enabled sites (from local storage) & add to allow/remove_cookies (if not already in one of these arrays)
|
// 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: {}
|
sites: {}
|
||||||
}, function(items) {
|
}, function(items) {
|
||||||
var sites = items.sites;
|
var sites = items.sites;
|
||||||
|
|
Loading…
Reference in a new issue