Add cen.acs.org, news-gazette.com
This commit is contained in:
parent
1fbe414a01
commit
1cb3d6bcf1
10
README.md
10
README.md
@ -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.6/bypass_paywalls-1.4.6-an+fx.xpi)
|
||||
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi)
|
||||
|
||||
### Bypass the following sites' paywalls with this extension:
|
||||
|
||||
@ -9,6 +9,7 @@ Baltimore Sun (baltimoresun.com)\
|
||||
Barron's (barrons.com)\
|
||||
Bloomberg (bloomberg.com)\
|
||||
Caixin (caixinglobal.com)\
|
||||
Chemical & Engineering News (cen.acs.org)\
|
||||
Central Western Daily (centralwesterndaily.com.au)\
|
||||
Chicago Tribune (chicagotribune.com)\
|
||||
Crain's Chicago Business (chicagobusiness.com)\
|
||||
@ -53,6 +54,7 @@ The Morning Call (mcall.com)\
|
||||
The Nation (thenation.com)\
|
||||
The New York Times (nytimes.com)\
|
||||
The New Yorker (newyorker.com)\
|
||||
The News-Gazette (news-gazette.com)\
|
||||
The Spectator (spectator.co.uk)\
|
||||
The Business Journals (bizjournals.com)\
|
||||
The Seattle Times (seattletimes.com)\
|
||||
@ -70,6 +72,6 @@ Wired (wired.com)
|
||||
3. Click on the same article from the Google search results page. If it loads without a paywall you can [submit a request](https://github.com/iamadamdev/bypass-paywalls-firefox/issues/new) to add the site, otherwise my extension cannot bypass it either.
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
-For The Denver Post turn off uBlock.\
|
||||
-If a site doesn't work try turning off uBlock and refreshing.
|
||||
* This add-on works best along with [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
|
||||
* For The Denver Post turn off uBlock.
|
||||
* If a site doesn't work try turning off uBlock and refreshing.
|
||||
|
@ -7,6 +7,7 @@ var defaultSites = {
|
||||
'Bloomberg': 'bloomberg.com',
|
||||
'Business Insider': 'businessinsider.com',
|
||||
'Caixin': 'caixinglobal.com',
|
||||
'Chemical & Engineering News': 'cen.acs.org',
|
||||
'Chicago Tribune': 'chicagotribune.com',
|
||||
'Central Western Daily': 'centralwesterndaily.com.au',
|
||||
'Crain\'s Chicago Business': 'chicagobusiness.com',
|
||||
@ -53,6 +54,7 @@ var defaultSites = {
|
||||
'The Nation': 'thenation.com',
|
||||
'The New York Times': 'nytimes.com',
|
||||
'The New Yorker': 'newyorker.com',
|
||||
'The News-Gazette': 'news-gazette.com',
|
||||
'The Spectator': 'spectator.co.uk',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
'The Sydney Morning Herald': 'smh.com.au',
|
||||
@ -117,7 +119,8 @@ const remove_cookies = [
|
||||
'theherald.com.au',
|
||||
'foreignpolicy.com',
|
||||
'wsj.com',
|
||||
'glassdoor.com'
|
||||
'glassdoor.com',
|
||||
'cen.acs.org'
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
@ -44,5 +44,5 @@
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.4.6"
|
||||
"version": "1.4.7"
|
||||
}
|
@ -5,6 +5,7 @@ var defaultSites = {
|
||||
'Bloomberg': 'bloomberg.com',
|
||||
'Business Insider': 'businessinsider.com',
|
||||
'Caixin': 'caixinglobal.com',
|
||||
'Chemical & Engineering News': 'cen.acs.org',
|
||||
'Chicago Tribune': 'chicagotribune.com',
|
||||
'Central Western Daily': 'centralwesterndaily.com.au',
|
||||
'Crain\'s Chicago Business': 'chicagobusiness.com',
|
||||
@ -51,6 +52,7 @@ var defaultSites = {
|
||||
'The Nation': 'thenation.com',
|
||||
'The New York Times': 'nytimes.com',
|
||||
'The New Yorker': 'newyorker.com',
|
||||
'The News-Gazette': 'news-gazette.com',
|
||||
'The Spectator': 'spectator.co.uk',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
'The Sydney Morning Herald': 'smh.com.au',
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:230px;">Bypass Paywalls v1.4.6 by Adam
|
||||
<a href="options.html">Options</a></div>
|
||||
<div style="width:220px;">Bypass Paywalls by Adam
|
||||
<br><a href="options.html">Options</a> | <a href="https://github.com/iamadamdev/bypass-paywalls-firefox" target=”_blank”>GitHub</a> | v1.4.7</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -6,7 +6,9 @@
|
||||
{ "version": "1.4.5",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi" },
|
||||
{ "version": "1.4.6",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi" }
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi" },
|
||||
{ "version": "1.4.7",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user