diff --git a/contentScript.js b/contentScript.js index 6f0131eb..18584b5f 100644 --- a/contentScript.js +++ b/contentScript.js @@ -1619,7 +1619,7 @@ else if (matchDomain('elle.fr')) { else if (matchDomain(fr_be_groupe_rossel)) { let url = window.location.href; - let paywall = document.querySelector('div.qiota_reserve, r-panel.r-paywall--header'); + let paywall = document.querySelector('div.qiota_reserve, r-panel.r-paywall--header, r-panel.r-panel--paywall'); if (paywall) { removeDOMElement(paywall); let article = document.querySelector('article'); diff --git a/custom/manifest.json b/custom/manifest.json index 217513fd..ddee63ff 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.4.1.7" + "version": "3.4.1.8" } diff --git a/custom/sites_custom.json b/custom/sites_custom.json index 0bd61748..b3c20337 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -1,6 +1,6 @@ { "###_remove_sites": { - "cs_code": "africaintelligence.fr, arkansasonline.com, columbian.com, die-glocke.de, intelligenceonline.com, intelligenceonline.fr, interestingengineering.com, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, lepoint.fr, limburger.nl, manager-magazin.de, ouest-france.fr, pressherald.com, repubblica.it, risk.net, saechsische.de, sueddeutsche.de, swarajyamag.com, theepochtimes.com, thetexan.news, theweek.com, vikatan.com, welt.de", + "cs_code": "africaintelligence.fr, arkansasonline.com, columbian.com, die-glocke.de, intelligenceonline.com, intelligenceonline.fr, interestingengineering.com, jeuneafrique.com, lalettrea.fr, lastampa.it, lavozdegalicia.es, law360.com, lepoint.fr, limburger.nl, manager-magazin.de, ouest-france.fr, pressherald.com, repubblica.it, risk.net, saechsische.de, sueddeutsche.de, swarajyamag.com, theepochtimes.com, thetexan.news, theweek.com, vikatan.com", "domain": "###" }, "Abajournal.com": { @@ -803,6 +803,12 @@ "block_regex": "\\.tinypass\\.com", "domain": "washingtontimes.com" }, + "Welt.de": { + "add_ext_link": "div.contains_walled_content|article", + "add_ext_link_type": "archive.is", + "allow_cookies": 1, + "domain": "welt.de" + }, "Wuv.de": { "allow_cookies": 1, "domain": "wuv.de", diff --git a/manifest.json b/manifest.json index 676003c1..4a21786d 100644 --- a/manifest.json +++ b/manifest.json @@ -805,5 +805,5 @@ "*://*.wyleex.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.4.1.7" + "version": "3.4.1.8" } diff --git a/sites_updated.json b/sites_updated.json index 959d337e..e4774e2c 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -93,9 +93,9 @@ ], "allow_cookies": 1, "block_regex": "\\.qiota\\.com\\/", - "add_ext_link": "div.qiota_reserve, r-panel.r-paywall--header|article", + "add_ext_link": "div.qiota_reserve, r-panel.r-paywall--header, r-panel.r-panel--paywall|article", "add_ext_link_type": "archive.is", - "upd_version": "3.4.1.3" + "upd_version": "3.4.1.8" }, "Harvard Business Review": { "domain": "hbr.org",