diff --git a/changelog.txt b/changelog.txt index 8a3eea21..a0366c50 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Post-release Add The Japan Times Fix ilTirreno.it & LaNuovaSardegna.it Fix Koelner Stadt-Anzeiger & Koelnische Rundschau +Fix Nrc.nl Fix NYTimes (Cooking) Update popup (archive-links) diff --git a/manifest.json b/manifest.json index 89e61b55..9d3769a3 100644 --- a/manifest.json +++ b/manifest.json @@ -693,5 +693,5 @@ "*://*.wsj.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.7.5.3" + "version": "2.7.5.4" } diff --git a/sites.js b/sites.js index 9a5f69d7..550ce0b4 100644 --- a/sites.js +++ b/sites.js @@ -1320,7 +1320,8 @@ var defaultSites = { }, "NRC Handelsblad": { domain: "nrc.nl", - remove_cookies_select_drop: ["counter"] + remove_cookies_select_drop: ["counter"], + block_regex: /\.nrc\.nl\/paywall-api\/api\/zephr/ }, "Nürnberger Nachrichten": { domain: "nn.de", diff --git a/sites_updated.json b/sites_updated.json index 15eae670..778ef229 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -61,6 +61,11 @@ } ] }, + "NRC Handelsblad": { + "domain": "nrc.nl", + "remove_cookies_select_drop": ["counter"], + "block_regex": "\\.nrc\\.nl\\/paywall-api\\/api\\/zephr" + }, "SOFREP": { "domain": "sofrep.com", "block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js",