diff --git a/README.md b/README.md index a57d857e..28a62ca4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ [La Repubblica](https://www.repubblica.it)\ [Le Monde](https://www.lemonde.fr)\ [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)\ [Medium](https://www.medium.com)\ [Medscape](https://www.medscape.com)\ @@ -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. diff --git a/background.js b/background.js index f742764d..c5438efc 100644 --- a/background.js +++ b/background.js @@ -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', @@ -208,10 +209,11 @@ const use_google_bot = [ 'theaustralian.com.au', 'themercury.com.au', 'thetimes.co.uk', -'wsj.com', +'wsj.com', '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]; -} diff --git a/manifest.json b/manifest.json index bddb8b6e..d5c7e812 100644 --- a/manifest.json +++ b/manifest.json @@ -151,7 +151,8 @@ "*://*.tinypass.com/*", "*://*.lrb.co.uk/*", "*://*.the-tls.co.uk/*", - "*://*.harpers.org/*" + "*://*.harpers.org/*", + "*://*.nknews.org/*" ], "version": "1.6.2" } diff --git a/options.js b/options.js index beebbe11..74ec1d03 100644 --- a/options.js +++ b/options.js @@ -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',