mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:57:48 +01:00
Add nknews.org
This commit is contained in:
parent
807e5b9441
commit
f71831f677
4 changed files with 9 additions and 8 deletions
|
@ -50,6 +50,7 @@
|
||||||
[New York Magazine](https://www.nymag.com)\
|
[New York Magazine](https://www.nymag.com)\
|
||||||
[New Zealand Herald](https://www.nzherald.co.nz)\
|
[New Zealand Herald](https://www.nzherald.co.nz)\
|
||||||
[Nikkei Asian Review](https://asia.nikkei.com)\
|
[Nikkei Asian Review](https://asia.nikkei.com)\
|
||||||
|
[NK News](https://www.nknews.org)\
|
||||||
[NRC](https://www.nrc.nl)\
|
[NRC](https://www.nrc.nl)\
|
||||||
[Orange County Register](https://www.ocregister.com)\
|
[Orange County Register](https://www.ocregister.com)\
|
||||||
[Orlando Sentinel](https://www.orlandosentinel.com)\
|
[Orlando Sentinel](https://www.orlandosentinel.com)\
|
||||||
|
@ -100,7 +101,7 @@
|
||||||
### Sites with limited number of free articles
|
### Sites with limited number of free articles
|
||||||
The free article limit can normally be bypassed by removing cookies for the site.*
|
The free article limit can normally be bypassed by removing cookies for the site.*
|
||||||
|
|
||||||
Install the [Cookie Remover](https://addons.mozilla.org/en-US/firefox/addon/cookie-remover/) Add-on.
|
Install the [Cookie Remover](https://addons.mozilla.org/en-US/firefox/addon/cookie-remover/) Add-on. Please rate it 5 stars if you find it useful.
|
||||||
|
|
||||||
When coming across a paywall click the cookie icon to remove the cookies then refresh the page.
|
When coming across a paywall click the cookie icon to remove the cookies then refresh the page.
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,7 @@ var defaultSites = {
|
||||||
'New Statesman': 'newstatesman.com',
|
'New Statesman': 'newstatesman.com',
|
||||||
'New York Magazine': 'nymag.com',
|
'New York Magazine': 'nymag.com',
|
||||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||||
|
'NK News': 'nknews.org',
|
||||||
'NRC': 'nrc.nl',
|
'NRC': 'nrc.nl',
|
||||||
'New Zealand Herald': 'nzherald.co.nz',
|
'New Zealand Herald': 'nzherald.co.nz',
|
||||||
'Orange County Register': 'ocregister.com',
|
'Orange County Register': 'ocregister.com',
|
||||||
|
@ -212,6 +213,7 @@ const use_google_bot = [
|
||||||
'haaretz.co.il',
|
'haaretz.co.il',
|
||||||
'haaretz.com',
|
'haaretz.com',
|
||||||
'themarker.com',
|
'themarker.com',
|
||||||
|
'nknews.org',
|
||||||
]
|
]
|
||||||
|
|
||||||
function setDefaultOptions() {
|
function setDefaultOptions() {
|
||||||
|
@ -452,7 +454,3 @@ function getParameterByName(name, url) {
|
||||||
if (!results[2]) return '';
|
if (!results[2]) return '';
|
||||||
return decodeURIComponent(results[2].replace(/\+/g, ' '));
|
return decodeURIComponent(results[2].replace(/\+/g, ' '));
|
||||||
}
|
}
|
||||||
|
|
||||||
function stripQueryStringAndHashFromPath(url) {
|
|
||||||
return url.split("?")[0].split("#")[0];
|
|
||||||
}
|
|
||||||
|
|
|
@ -151,7 +151,8 @@
|
||||||
"*://*.tinypass.com/*",
|
"*://*.tinypass.com/*",
|
||||||
"*://*.lrb.co.uk/*",
|
"*://*.lrb.co.uk/*",
|
||||||
"*://*.the-tls.co.uk/*",
|
"*://*.the-tls.co.uk/*",
|
||||||
"*://*.harpers.org/*"
|
"*://*.harpers.org/*",
|
||||||
|
"*://*.nknews.org/*"
|
||||||
],
|
],
|
||||||
"version": "1.6.2"
|
"version": "1.6.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,6 +45,7 @@ var defaultSites = {
|
||||||
'New York Magazine': 'nymag.com',
|
'New York Magazine': 'nymag.com',
|
||||||
'New Zealand Herald': 'nzherald.co.nz',
|
'New Zealand Herald': 'nzherald.co.nz',
|
||||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||||
|
'NK News': 'nknews.org',
|
||||||
'NRC': 'nrc.nl',
|
'NRC': 'nrc.nl',
|
||||||
'Orange County Register': 'ocregister.com',
|
'Orange County Register': 'ocregister.com',
|
||||||
'Orlando Sentinel': 'orlandosentinel.com',
|
'Orlando Sentinel': 'orlandosentinel.com',
|
||||||
|
|
Loading…
Reference in a new issue