mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:11:56 +01:00
Update background.js
This commit is contained in:
parent
bfd17e291a
commit
86624c5d68
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,6 @@ var defaultSites = {
|
|||
'Glassdoor': 'glassdoor.com',
|
||||
'Haaretz': 'haaretz.co.il',
|
||||
'Haaretz English': 'haaretz.com',
|
||||
'TheMarker': 'themarker.com',
|
||||
'Hartford Courant': 'courant.com',
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
|
@ -36,6 +35,7 @@ var defaultSites = {
|
|||
'OrlandoSentinel': 'orlandosentinel.com',
|
||||
'Quora': 'quora.com',
|
||||
'SunSentinel': 'sun-sentinel.com',
|
||||
'TheMarker': 'themarker.com',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
'The Sydney Morning Herald': 'smh.com.au',
|
||||
'The Washington Post': 'washingtonpost.com',
|
||||
|
@ -228,4 +228,4 @@ browser.webRequest.onCompleted.addListener(function(details) {
|
|||
}
|
||||
}, {
|
||||
urls: ["<all_urls>"]
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue