Fix Citywire, DN.no, LePoint.fr & Schwaebische.de

merge-requests/14/head
magnolia1234 1 year ago
parent 2175c904d5
commit e85fec5c82

@ -12,7 +12,7 @@ if (typeof ext_api.action !== 'object') {
ext_api.action = ext_api.browserAction; 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_setcookie = false;
var optin_update = true; var optin_update = true;
var blocked_referer = false; var blocked_referer = false;

@ -4,7 +4,11 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
Post-release Post-release
Remove (custom) Substack (fix obsolete) Remove (custom) Substack (fix obsolete)
Fix Citywire
Fix DN.no
Fix Gruppo SAE.it (free articles only) Fix Gruppo SAE.it (free articles only)
Fix LePoint.fr
Fix Schwaebische.de
Fix Tagesspiegel.de (not background/checkpoint) Fix Tagesspiegel.de (not background/checkpoint)
Update custom sites/popup (remove Google Search Tool) Update custom sites/popup (remove Google Search Tool)

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.1.8.2" "version": "3.1.8.3"
} }

@ -753,5 +753,5 @@
"*://*.wallkit.net/*", "*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.1.8.2" "version": "3.1.8.3"
} }

@ -3,12 +3,22 @@
"domain": "adweek.com", "domain": "adweek.com",
"useragent": "googlebot" "useragent": "googlebot"
}, },
"Citywire": {
"domain": "citywire.com",
"allow_cookies": 1,
"ld_google_webcache": "div#dompurify|div"
},
"Dagens Nyheter (link to archive.is)": { "Dagens Nyheter (link to archive.is)": {
"domain": "dn.se", "domain": "dn.se",
"allow_cookies": 1, "allow_cookies": 1,
"add_ext_link": "div.esi-paywall|div.article__content", "add_ext_link": "div.esi-paywall|div.article__content",
"add_ext_link_type": "archive.is" "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": { "El Español": {
"domain": "elespanol.com", "domain": "elespanol.com",
"allow_cookies": 1, "allow_cookies": 1,
@ -43,10 +53,21 @@
"allow_cookies": 1, "allow_cookies": 1,
"block_regex": "\\/ev\\.lavanguardia\\.com" "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": { "Monocle": {
"domain": "monocle.com", "domain": "monocle.com",
"useragent": "googlebot" "useragent": "googlebot"
}, },
"Schwäbische Zeitung": {
"domain": "schwaebische.de",
"allow_cookies": 1,
"ld_google_webcache": "div#dompurify|div"
},
"The New York Times": { "The New York Times": {
"domain": "nytimes.com", "domain": "nytimes.com",
"allow_cookies": 1, "allow_cookies": 1,

Loading…
Cancel
Save