Add The Intercept

merge-requests/2/head
magnolia1234 3 years ago
parent cf2168f686
commit b8c3cdd037

@ -146,6 +146,7 @@ Grouped in options:\
[Sports Illustrated](https://www.si.com) -
[The Art Newspaper](https://www.theartnewspaper.com) -
[The Athletic](https://theathletic.com) -
[The Intercept](https://theintercept.com) -
[The Daily Beast](https://www.thedailybeast.com) -
[The New Atlantis](https://www.thenewatlantis.com) -
[The Point Magazine](https://thepointmag.com) -

@ -153,6 +153,7 @@ var allow_cookies_default = [
'theartnewspaper.com',
'thehindu.com',
'thehindubusinessline.com',
'theintercept.com',
'themarker.com',
'thenewatlantis.com',
'thewest.com.au',
@ -388,6 +389,7 @@ var blockedRegexes = {
'theglobeandmail.com': /smartwall\.theglobeandmail\.com\//,
'thehindu.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'thehindubusinessline.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'theintercept.com': /\.theintercept\.com\/api\/tinypass\.min\.js/,
'thenation.com': /\.tinypass\.com\//,
'thenewatlantis.com': /\.thenewatlantis\.com\/.+\/thenewatlantis\/js\/(gate|donate)\.js/,
'thesaturdaypaper.com.au': /\.thesaturdaypaper\.com\.au\/sites\/all\/modules\/custom\/node_meter\/pw\.js/,
@ -398,7 +400,7 @@ var blockedRegexes = {
'variety.com': /cdn\.cxense\.com\//,
'velonews.com': /\.velonews\.com\/.+\/scripts\/contentGate.+\.js/,
'venturebeat.com': /\.wallkit\.net\/js\//,
'washingtonpost.com': /(\.washingtonpost\.com\/.+\/default-article\/.+\/load_immediately\/.+\.js|cdn\.ampproject\.org\/.+\/v\d\/amp-(access|(sticky-)?ad|subscriptions)-.+\.js)/,
'washingtonpost.com': /(\.washingtonpost\.com\/.+\/(default-article\/.+\/load_immediately|jqmodal)\/.+\.js|cdn\.ampproject\.org\/.+\/v\d\/amp-(access|(sticky-)?ad|subscriptions)-.+\.js)/,
'wsj.com': /(cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js|cdn\.cxense\.com\/)/
};

@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Ad Age & Automotive News (& fix group Crain Communications)
Add MediaNews Group (local USA)
Add The Intercept
Fix group Mediahuis Nederland Regional
Fix The Australian
Fix The Daily Beast (proper/images)

@ -456,6 +456,7 @@
"*://*.theglobeandmail.com/*",
"*://*.thehindu.com/*",
"*://*.thehindubusinessline.com/*",
"*://*.theintercept.com/*",
"*://*.thelogic.co/*",
"*://*.themarker.com/*",
"*://*.themercury.com.au/*",
@ -553,5 +554,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.3.3.6"
"version": "2.3.3.7"
}

@ -255,6 +255,7 @@ var defaultSites =
"The Hill Times": "hilltimes.com",
"The Hindu": "thehindu.com",
"The Hindu BusinessLine": "thehindubusinessline.com",
"The Intercept": "theintercept.com",
"The Irish Times": "irishtimes.com",
"The Japan Times": "japantimes.co.jp",
"The Jerusalem Post": "jpost.com",

Loading…
Cancel
Save