mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-16 06:13:16 +00:00
Add Newsweek
This commit is contained in:
parent
a4d5724662
commit
9f9d2c8e8b
@ -21,6 +21,7 @@ Install add-on by downloading xpi-file.
|
|||||||
[Harper's Magazine](https://harpers.org) -
|
[Harper's Magazine](https://harpers.org) -
|
||||||
[Inkl](https://www.inkl.com) -
|
[Inkl](https://www.inkl.com) -
|
||||||
[National Review](https://www.nationalreview.com) -
|
[National Review](https://www.nationalreview.com) -
|
||||||
|
[Newsweek](https://www.newsweek.com) -
|
||||||
[The American Interest](https://www.the-american-interest.com) -
|
[The American Interest](https://www.the-american-interest.com) -
|
||||||
[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) -
|
||||||
|
@ -197,6 +197,7 @@ var blockedRegexes = {
|
|||||||
'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\/.+/,
|
'newrepublic.com': /.+\.onecount\.net\/js\/.+/,
|
||||||
|
'newsweek.com': /.+\.googletagmanager\.com\/gtm\.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/,
|
||||||
|
@ -156,6 +156,7 @@
|
|||||||
"*://*.newrepublic.com/*",
|
"*://*.newrepublic.com/*",
|
||||||
"*://*.news-gazette.com/*",
|
"*://*.news-gazette.com/*",
|
||||||
"*://*.newstatesman.com/*",
|
"*://*.newstatesman.com/*",
|
||||||
|
"*://*.newsweek.com/*",
|
||||||
"*://*.newyorker.com/*",
|
"*://*.newyorker.com/*",
|
||||||
"*://*.northerndailyleader.com.au/*",
|
"*://*.northerndailyleader.com.au/*",
|
||||||
"*://*.nrc.nl/*",
|
"*://*.nrc.nl/*",
|
||||||
@ -246,6 +247,7 @@
|
|||||||
"*://*.epimg.net/*",
|
"*://*.epimg.net/*",
|
||||||
"*://*.evolok.net/*",
|
"*://*.evolok.net/*",
|
||||||
"*://*.flip-pay.com/*",
|
"*://*.flip-pay.com/*",
|
||||||
|
"*://*.googletagmanager.com/*",
|
||||||
"*://*.htmedia.in/*",
|
"*://*.htmedia.in/*",
|
||||||
"*://*.jsdelivr.net/*",
|
"*://*.jsdelivr.net/*",
|
||||||
"*://*.lightboxcdn.com/*",
|
"*://*.lightboxcdn.com/*",
|
||||||
|
1
sites.js
1
sites.js
@ -105,6 +105,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",
|
||||||
"Newcastle Herald": "newcastleherald.com.au",
|
"Newcastle Herald": "newcastleherald.com.au",
|
||||||
|
"Newsweek": "newsweek.com",
|
||||||
"Nikkei Asian Review": "asia.nikkei.com",
|
"Nikkei Asian Review": "asia.nikkei.com",
|
||||||
"Northern Territory News": "ntnews.com.au",
|
"Northern Territory News": "ntnews.com.au",
|
||||||
"NRC Handelsblad": "nrc.nl",
|
"NRC Handelsblad": "nrc.nl",
|
||||||
|
Loading…
Reference in New Issue
Block a user