diff --git a/background.js b/background.js index fcd8baa3..a1037cd8 100644 --- a/background.js +++ b/background.js @@ -12,7 +12,7 @@ if (typeof ext_api.action !== 'object') { ext_api.action = ext_api.browserAction; } -const dompurify_sites = ['arcinfo.ch', 'belfasttelegraph.co.uk', 'bloomberg.com', 'cicero.de', 'defector.com', 'ilmanifesto.it', 'inc42.com', 'independent.ie', 'ipolitics.ca', 'italiaoggi.it', 'jacobin.de', 'lecourrierdesstrateges.fr', 'lesechos.fr', 'marianne.net', 'newleftreview.org', 'newscientist.com', 'outlookbusiness.com', 'prospectmagazine.co.uk', 'sloanreview.mit.edu', 'stratfor.com', 'stylist.co.uk', 'techinasia.com', 'thebulletin.org', 'vn.nl', 'zerohedge.com'].concat(nl_mediahuis_noord_domains, nl_mediahuis_region_domains, no_nhst_media_domains); +const dompurify_sites = ['arcinfo.ch', 'belfasttelegraph.co.uk', 'bloomberg.com', 'cicero.de', 'citywire.com', 'defector.com', 'dn.no', 'ilmanifesto.it', 'inc42.com', 'independent.ie', 'ipolitics.ca', 'italiaoggi.it', 'jacobin.de', 'lecourrierdesstrateges.fr', 'lepoint.fr', 'lesechos.fr', 'marianne.net', 'newleftreview.org', 'newscientist.com', 'outlookbusiness.com', 'prospectmagazine.co.uk', 'schwaebische.de', 'sloanreview.mit.edu', 'stratfor.com', 'stylist.co.uk', 'techinasia.com', 'thebulletin.org', 'vn.nl', 'zerohedge.com'].concat(nl_mediahuis_noord_domains, nl_mediahuis_region_domains, no_nhst_media_domains); var optin_setcookie = false; var optin_update = true; var blocked_referer = false; diff --git a/changelog.txt b/changelog.txt index 1577b10a..dd6fc191 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,7 +4,11 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal Post-release Remove (custom) Substack (fix obsolete) +Fix Citywire +Fix DN.no Fix Gruppo SAE.it (free articles only) +Fix LePoint.fr +Fix Schwaebische.de Fix Tagesspiegel.de (not background/checkpoint) Update custom sites/popup (remove Google Search Tool) diff --git a/custom/manifest.json b/custom/manifest.json index 2d351066..a0988c40 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.1.8.2" + "version": "3.1.8.3" } diff --git a/manifest.json b/manifest.json index c9437db7..d08533bb 100644 --- a/manifest.json +++ b/manifest.json @@ -753,5 +753,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.1.8.2" + "version": "3.1.8.3" } diff --git a/sites_updated.json b/sites_updated.json index 6199367c..48d814aa 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -3,12 +3,22 @@ "domain": "adweek.com", "useragent": "googlebot" }, + "Citywire": { + "domain": "citywire.com", + "allow_cookies": 1, + "ld_google_webcache": "div#dompurify|div" + }, "Dagens Nyheter (link to archive.is)": { "domain": "dn.se", "allow_cookies": 1, "add_ext_link": "div.esi-paywall|div.article__content", "add_ext_link_type": "archive.is" }, + "DN.no (cached articles only)": { + "domain": "dn.no", + "allow_cookies": 1, + "ld_google_webcache": "div#dompurify|div" + }, "El Español": { "domain": "elespanol.com", "allow_cookies": 1, @@ -43,10 +53,21 @@ "allow_cookies": 1, "block_regex": "\\/ev\\.lavanguardia\\.com" }, + "Le Point (cached articles only)": { + "domain": "lepoint.fr", + "allow_cookies": 1, + "block_regex": "\\.poool\\.fr", + "ld_google_webcache": "div#dompurify|div" + }, "Monocle": { "domain": "monocle.com", "useragent": "googlebot" }, + "Schwäbische Zeitung": { + "domain": "schwaebische.de", + "allow_cookies": 1, + "ld_google_webcache": "div#dompurify|div" + }, "The New York Times": { "domain": "nytimes.com", "allow_cookies": 1,