mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Add nymag.com, fix wapo
This commit is contained in:
parent
559e9a78a6
commit
1eb54e5834
@ -1,6 +1,6 @@
|
||||
# Bypass Paywalls for Firefox
|
||||
|
||||
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.9/bypass_paywalls-1.4.9-an+fx.xpi)
|
||||
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.0/bypass_paywalls-1.5.0-an+fx.xpi)
|
||||
|
||||
### 2019-02-10: WSJ bypass fixed!
|
||||
|
||||
@ -41,6 +41,7 @@ Medscape (medscape.com)\
|
||||
MIT Technology Review (technologyreview.com)\
|
||||
Mountain View Voice (mv-voice.com)\
|
||||
New Statesman (newstatesman.com)\
|
||||
New York Magazine (nymag.com)\
|
||||
Newsrep (thenewsrep.com)\
|
||||
Nikkei Asian Review (asia.nikkei.com)\
|
||||
NRC (nrc.nl)\
|
||||
|
@ -36,6 +36,7 @@ var defaultSites = {
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Mountain View Voice': 'mv-voice.com',
|
||||
'New Statesman': 'newstatesman.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
'Newsrep': 'thenewsrep.com',
|
||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||
'NRC': 'nrc.nl',
|
||||
@ -98,6 +99,7 @@ const allow_cookies = [
|
||||
'washingtonpost.com',
|
||||
'irishtimes.com',
|
||||
'hbr.org',
|
||||
'nymag.com',
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
@ -130,6 +132,8 @@ const remove_cookies = [
|
||||
'irishtimes.com',
|
||||
'hbr.org',
|
||||
'thenewsrep.com',
|
||||
'washingtonpost.com',
|
||||
'nymag.com',
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
@ -44,5 +44,5 @@
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.4.9"
|
||||
"version": "1.5.0"
|
||||
}
|
@ -34,6 +34,7 @@ var defaultSites = {
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Mountain View Voice': 'mv-voice.com',
|
||||
'New Statesman': 'newstatesman.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
'Newsrep': 'thenewsrep.com',
|
||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||
'NRC': 'nrc.nl',
|
||||
|
@ -12,7 +12,9 @@
|
||||
{ "version": "1.4.8",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.8/bypass_paywalls-1.4.8-an+fx.xpi" },
|
||||
{ "version": "1.4.9",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.9/bypass_paywalls-1.4.9-an+fx.xpi" }
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.9/bypass_paywalls-1.4.9-an+fx.xpi" },
|
||||
{ "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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user