mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Add The New Republic
This commit is contained in:
parent
dfb978f5d0
commit
0a72e1657d
@ -27,6 +27,7 @@
|
|||||||
[The Atlantic](https://www.theatlantic.com) -
|
[The Atlantic](https://www.theatlantic.com) -
|
||||||
[The Christian Science Monitor](https://www.csmonitor.com) -
|
[The Christian Science Monitor](https://www.csmonitor.com) -
|
||||||
[The Nation](https://www.thenation.com) -
|
[The Nation](https://www.thenation.com) -
|
||||||
|
[The New Republic](https://newrepublic.com) -
|
||||||
[The New York Times](https://www.nytimes.com) -
|
[The New York Times](https://www.nytimes.com) -
|
||||||
[The New Yorker](https://www.newyorker.com) -
|
[The New Yorker](https://www.newyorker.com) -
|
||||||
[The Washington Post](https://www.washingtonpost.com) -
|
[The Washington Post](https://www.washingtonpost.com) -
|
||||||
@ -254,7 +255,7 @@ You can submit a request for a new website [here](https://github.com/magnolia123
|
|||||||
|
|
||||||
### Add custom site
|
### Add custom site
|
||||||
Add your own custom site (also for testing).
|
Add your own custom site (also for testing).
|
||||||
Check 'Custom'-link in popup-menu.
|
Check 'Options'-link in popup-menu and go to custom sites.
|
||||||
By default sites' cookies are removed after page loads (to bypass article limit).
|
By default sites' cookies are removed after page loads (to bypass article limit).
|
||||||
Also you can enable Googlebot user-agent or disable Javascript for (sub)domain(s).
|
Also you can enable Googlebot user-agent or disable Javascript for (sub)domain(s).
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ var allow_cookies = [
|
|||||||
'mexiconewsdaily.com',
|
'mexiconewsdaily.com',
|
||||||
'modernhealthcare.com',
|
'modernhealthcare.com',
|
||||||
'nationalreview.com',
|
'nationalreview.com',
|
||||||
|
'newrepublic.com',
|
||||||
'ntnews.com.au',
|
'ntnews.com.au',
|
||||||
'nytimes.com',
|
'nytimes.com',
|
||||||
'parool.nl',
|
'parool.nl',
|
||||||
@ -159,6 +160,7 @@ var blockedRegexes = {
|
|||||||
'modernhealthcare.com': /.+\.tinypass\.com\/.+/,
|
'modernhealthcare.com': /.+\.tinypass\.com\/.+/,
|
||||||
'nationalreview.com': /.+\.blueconic\.net\/.+/,
|
'nationalreview.com': /.+\.blueconic\.net\/.+/,
|
||||||
'newcastleherald.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
'newcastleherald.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||||
|
'newrepublic.com': /.+\.onecount\.net\/js\/.+/,
|
||||||
'nytimes.com': /(.+meter-svc\.nytimes\.com\/meter\.js.+|.+mwcm\.nyt\.com\/.+\.js)/,
|
'nytimes.com': /(.+meter-svc\.nytimes\.com\/meter\.js.+|.+mwcm\.nyt\.com\/.+\.js)/,
|
||||||
'nzherald.co.nz': /nzherald\.co\.nz\/.+\/headjs\/.+\.js/,
|
'nzherald.co.nz': /nzherald\.co\.nz\/.+\/headjs\/.+\.js/,
|
||||||
'portnews.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
'portnews.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||||
|
1
sites.js
1
sites.js
@ -140,6 +140,7 @@ var defaultSites =
|
|||||||
"The Mercury Tasmania": "themercury.com.au",
|
"The Mercury Tasmania": "themercury.com.au",
|
||||||
"The Morning Call": "mcall.com",
|
"The Morning Call": "mcall.com",
|
||||||
"The Nation": "thenation.com",
|
"The Nation": "thenation.com",
|
||||||
|
"The New Republic": "newrepublic.com",
|
||||||
"The New Statesman": "newstatesman.com",
|
"The New Statesman": "newstatesman.com",
|
||||||
"The New York Times": "nytimes.com",
|
"The New York Times": "nytimes.com",
|
||||||
"The New Yorker": "newyorker.com",
|
"The New Yorker": "newyorker.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user