mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Add nknews.org
This commit is contained in:
parent
807e5b9441
commit
f71831f677
@ -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.
|
||||
|
||||
|
@ -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];
|
||||
}
|
||||
|
@ -151,7 +151,8 @@
|
||||
"*://*.tinypass.com/*",
|
||||
"*://*.lrb.co.uk/*",
|
||||
"*://*.the-tls.co.uk/*",
|
||||
"*://*.harpers.org/*"
|
||||
"*://*.harpers.org/*",
|
||||
"*://*.nknews.org/*"
|
||||
],
|
||||
"version": "1.6.2"
|
||||
}
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user