mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Remove hacked.com, add volkskrant.nl, handelsblatt.com, nationalpost.com
This commit is contained in:
parent
02d1aa2318
commit
cf87974aa3
4 changed files with 16 additions and 5 deletions
|
@ -21,13 +21,14 @@ Corriere Della Sera (corriere.it)\
|
|||
Daily Press (dailypress.com)\
|
||||
Denver Post (denverpost.com)\
|
||||
De Tijd (tijd.be)\
|
||||
de Volkskrant (volkskrant.nl)\
|
||||
The Economist (economist.com)\
|
||||
Examiner (examiner.com.au)\
|
||||
Financial Times (ft.com)\
|
||||
Foreign Policy (foreignpolicy.com)\
|
||||
Glassdoor (glassdoor.com)\
|
||||
Haaretz (haaretz.co.il / haaretz.com)\
|
||||
Hacked (hacked.com)\
|
||||
Handelsblatt (handelsblatt.com)\
|
||||
Hartford Courant (courant.com)\
|
||||
Harvard Business Review (hbr.org)\
|
||||
Inc.com (inc.com)\
|
||||
|
@ -40,6 +41,7 @@ Medium (medium.com)\
|
|||
Medscape (medscape.com)\
|
||||
MIT Technology Review (technologyreview.com)\
|
||||
Mountain View Voice (mv-voice.com)\
|
||||
National Post (nationalpost.com)\
|
||||
New Statesman (newstatesman.com)\
|
||||
New York Magazine (nymag.com)\
|
||||
Nikkei Asian Review (asia.nikkei.com)\
|
||||
|
|
|
@ -15,6 +15,7 @@ var defaultSites = {
|
|||
'Daily Press': 'dailypress.com',
|
||||
'Denver Post': 'denverpost.com',
|
||||
'De Tijd': 'tijd.be',
|
||||
'de Volkskrant': 'volkskrant.nl',
|
||||
'The Economist': 'economist.com',
|
||||
'Examiner': 'examiner.com.au',
|
||||
'Financial Times': 'ft.com',
|
||||
|
@ -22,7 +23,7 @@ var defaultSites = {
|
|||
'Glassdoor': 'glassdoor.com',
|
||||
'Haaretz': 'haaretz.co.il',
|
||||
'Haaretz English': 'haaretz.com',
|
||||
'Hacked': 'hacked.com',
|
||||
'Handelsblatt': 'handelsblatt.com',
|
||||
'Hartford Courant': 'courant.com',
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Inc.com': 'inc.com',
|
||||
|
@ -35,6 +36,7 @@ var defaultSites = {
|
|||
'Medscape': 'medscape.com',
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Mountain View Voice': 'mv-voice.com',
|
||||
'National Post': 'nationalpost.com',
|
||||
'New Statesman': 'newstatesman.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||
|
@ -132,7 +134,10 @@ const remove_cookies = [
|
|||
'thenewsrep.com',
|
||||
'washingtonpost.com',
|
||||
'nymag.com',
|
||||
'techinasia.com'
|
||||
'techinasia.com',
|
||||
'nationalpost.com',
|
||||
'volkskrant.nl',
|
||||
'handelsblatt.com',
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
|
|
@ -13,6 +13,7 @@ var defaultSites = {
|
|||
'Daily Press': 'dailypress.com',
|
||||
'Denver Post': 'denverpost.com',
|
||||
'De Tijd': 'tijd.be',
|
||||
'de Volkskrant': 'volkskrant.nl',
|
||||
'The Economist': 'economist.com',
|
||||
'Examiner': 'examiner.com.au',
|
||||
'Financial Times': 'ft.com',
|
||||
|
@ -20,7 +21,7 @@ var defaultSites = {
|
|||
'Glassdoor': 'glassdoor.com',
|
||||
'Haaretz': 'haaretz.co.il',
|
||||
'Haaretz English': 'haaretz.com',
|
||||
'Hacked': 'hacked.com',
|
||||
'Handelsblatt': 'handelsblatt.com',
|
||||
'Hartford Courant': 'courant.com',
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Inc.com': 'inc.com',
|
||||
|
@ -33,6 +34,7 @@ var defaultSites = {
|
|||
'Medscape': 'medscape.com',
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Mountain View Voice': 'mv-voice.com',
|
||||
'National Post': 'nationalpost.com',
|
||||
'New Statesman': 'newstatesman.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||
|
|
|
@ -16,7 +16,9 @@
|
|||
{ "version": "1.5.0",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.0/bypass_paywalls-1.5.0-an+fx.xpi" },
|
||||
{ "version": "1.5.1",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.1/bypass_paywalls-1.5.1-an+fx.xpi" }
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.1/bypass_paywalls-1.5.1-an+fx.xpi" },
|
||||
{ "version": "1.5.2",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.2/bypass_paywalls-1.5.2-an+fx.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue