mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:31:57 +01:00
Fix Italian.tech (GEDI.it)
This commit is contained in:
parent
05f9878313
commit
b92cbdb361
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue