From b92cbdb36100a6a1780b0669dd7800041a0cfd84 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 10 Nov 2023 12:57:32 +0100 Subject: [PATCH] Fix Italian.tech (GEDI.it) --- changelog.txt | 3 ++- contentScript.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index d7624aef..a511f7d2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,7 @@ Remove Observador.pt (fix obsolete) Fix Belfast Telegraph/Independent.ie Fix Bloomberg (overlay) Fix Groupe Rossel (link to archive.is) +Fix Italian.tech (GEDI.it) Fix Telegraaf.nl (images) Fix The Diplomat Update custom sites (delete default sites) @@ -178,7 +179,7 @@ Update custom sites (add_ext_link: Google Search Tool) * v3.2.9.0 (2023-08-13) Add 4 more Lee Enterprises Group sites -Add LaStampa.it (GEDI) +Add LaStampa.it (GEDI.it) Add The American Conservative Add The Week (UK & USA) Remove The Hollywood Reporter (no paywall) diff --git a/contentScript.js b/contentScript.js index 7778410b..4de2d888 100644 --- a/contentScript.js +++ b/contentScript.js @@ -2290,7 +2290,7 @@ else if (matchDomain(it_gedi_domains)) { } } else { if (!window.location.pathname.match(/\amp(\/)?$/)) { - let paywall = document.querySelector('div#paywall'); + let paywall = document.querySelector('div#ph-paywall'); removeDOMElement(paywall); } else ampToHtml();