mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:37:47 +01:00
Add Newsweek
This commit is contained in:
parent
a4d5724662
commit
9f9d2c8e8b
4 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,7 @@ Install add-on by downloading xpi-file.
|
|||
[Harper's Magazine](https://harpers.org) -
|
||||
[Inkl](https://www.inkl.com) -
|
||||
[National Review](https://www.nationalreview.com) -
|
||||
[Newsweek](https://www.newsweek.com) -
|
||||
[The American Interest](https://www.the-american-interest.com) -
|
||||
[The Atlantic](https://www.theatlantic.com) -
|
||||
[The Christian Science Monitor](https://www.csmonitor.com) -
|
||||
|
|
|
@ -197,6 +197,7 @@ var blockedRegexes = {
|
|||
'nationalreview.com': /.+\.blueconic\.net\/.+/,
|
||||
'newcastleherald.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||
'newrepublic.com': /.+\.onecount\.net\/js\/.+/,
|
||||
'newsweek.com': /.+\.googletagmanager\.com\/gtm\.js/,
|
||||
'nytimes.com': /(.+meter-svc\.nytimes\.com\/meter\.js.+|.+mwcm\.nyt\.com\/.+\.js)/,
|
||||
'nzherald.co.nz': /nzherald\.co\.nz\/.+\/headjs\/.+\.js/,
|
||||
'portnews.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||
|
|
|
@ -156,6 +156,7 @@
|
|||
"*://*.newrepublic.com/*",
|
||||
"*://*.news-gazette.com/*",
|
||||
"*://*.newstatesman.com/*",
|
||||
"*://*.newsweek.com/*",
|
||||
"*://*.newyorker.com/*",
|
||||
"*://*.northerndailyleader.com.au/*",
|
||||
"*://*.nrc.nl/*",
|
||||
|
@ -246,6 +247,7 @@
|
|||
"*://*.epimg.net/*",
|
||||
"*://*.evolok.net/*",
|
||||
"*://*.flip-pay.com/*",
|
||||
"*://*.googletagmanager.com/*",
|
||||
"*://*.htmedia.in/*",
|
||||
"*://*.jsdelivr.net/*",
|
||||
"*://*.lightboxcdn.com/*",
|
||||
|
|
1
sites.js
1
sites.js
|
@ -105,6 +105,7 @@ var defaultSites =
|
|||
"New York Magazine": "nymag.com",
|
||||
"New Zealand Herald": "nzherald.co.nz",
|
||||
"Newcastle Herald": "newcastleherald.com.au",
|
||||
"Newsweek": "newsweek.com",
|
||||
"Nikkei Asian Review": "asia.nikkei.com",
|
||||
"Northern Territory News": "ntnews.com.au",
|
||||
"NRC Handelsblad": "nrc.nl",
|
||||
|
|
Loading…
Reference in a new issue