mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Update background.js
This commit is contained in:
parent
fe4416236b
commit
72b8df1de4
@ -53,7 +53,9 @@ var defaultSites = {
|
||||
'The Wall Street Journal': 'wsj.com',
|
||||
'Towards Data Science': 'towardsdatascience.com',
|
||||
'Vanity Fair': 'vanityfair.com',
|
||||
'Wired': 'wired.com'
|
||||
'Wired': 'wired.com',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'Examiner': 'examiner.com.au'
|
||||
};
|
||||
|
||||
const restrictions = {
|
||||
@ -78,7 +80,9 @@ const allow_cookies = [
|
||||
'newstatesman.com',
|
||||
'spectator.co.uk',
|
||||
'towardsdatascience.com',
|
||||
'medium.com'
|
||||
'medium.com',
|
||||
'theadvocate.com.au',
|
||||
'examiner.com.au'
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
@ -97,7 +101,9 @@ const remove_cookies = [
|
||||
'newstatesman.com',
|
||||
'spectator.co.uk',
|
||||
'towardsdatascience.com',
|
||||
'medium.com'
|
||||
'medium.com',
|
||||
'theadvocate.com.au',
|
||||
'examiner.com.au'
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
Loading…
Reference in New Issue
Block a user