Add nknews.org

This commit is contained in:
ghost 2019-12-07 13:26:58 -08:00
parent 807e5b9441
commit f71831f677
4 changed files with 9 additions and 8 deletions

View file

@ -50,6 +50,7 @@
[New York Magazine](https://www.nymag.com)\
[New Zealand Herald](https://www.nzherald.co.nz)\
[Nikkei Asian Review](https://asia.nikkei.com)\
[NK News](https://www.nknews.org)\
[NRC](https://www.nrc.nl)\
[Orange County Register](https://www.ocregister.com)\
[Orlando Sentinel](https://www.orlandosentinel.com)\
@ -100,7 +101,7 @@
### Sites with limited number of free articles
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.

View file

@ -46,6 +46,7 @@ var defaultSites = {
'New Statesman': 'newstatesman.com',
'New York Magazine': 'nymag.com',
'Nikkei Asian Review': 'asia.nikkei.com',
'NK News': 'nknews.org',
'NRC': 'nrc.nl',
'New Zealand Herald': 'nzherald.co.nz',
'Orange County Register': 'ocregister.com',
@ -212,6 +213,7 @@ const use_google_bot = [
'haaretz.co.il',
'haaretz.com',
'themarker.com',
'nknews.org',
]
function setDefaultOptions() {
@ -452,7 +454,3 @@ function getParameterByName(name, url) {
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, ' '));
}
function stripQueryStringAndHashFromPath(url) {
return url.split("?")[0].split("#")[0];
}

View file

@ -151,7 +151,8 @@
"*://*.tinypass.com/*",
"*://*.lrb.co.uk/*",
"*://*.the-tls.co.uk/*",
"*://*.harpers.org/*"
"*://*.harpers.org/*",
"*://*.nknews.org/*"
],
"version": "1.6.2"
}

View file

@ -45,6 +45,7 @@ var defaultSites = {
'New York Magazine': 'nymag.com',
'New Zealand Herald': 'nzherald.co.nz',
'Nikkei Asian Review': 'asia.nikkei.com',
'NK News': 'nknews.org',
'NRC': 'nrc.nl',
'Orange County Register': 'ocregister.com',
'Orlando Sentinel': 'orlandosentinel.com',