Add nknews.org

merge-requests/1/head
ghost 5 years ago
parent 807e5b9441
commit f71831f677

@ -39,7 +39,7 @@
[La Repubblica](https://www.repubblica.it)\ [La Repubblica](https://www.repubblica.it)\
[Le Monde](https://www.lemonde.fr)\ [Le Monde](https://www.lemonde.fr)\
[Le Temps](https://www.letemps.ch)\ [Le Temps](https://www.letemps.ch)\
[London Review of Books] (https://lrb.co.uk)\ [London Review of Books](https://lrb.co.uk)\
[Los Angeles Times](https://www.latimes.com)\ [Los Angeles Times](https://www.latimes.com)\
[Medium](https://www.medium.com)\ [Medium](https://www.medium.com)\
[Medscape](https://www.medscape.com)\ [Medscape](https://www.medscape.com)\
@ -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',
@ -208,10 +209,11 @@ const use_google_bot = [
'theaustralian.com.au', 'theaustralian.com.au',
'themercury.com.au', 'themercury.com.au',
'thetimes.co.uk', 'thetimes.co.uk',
'wsj.com', 'wsj.com',
'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…
Cancel
Save