Fix Ad.nl (reduced only)

merge-requests/18/merge
magnolia1234 5 months ago
parent b34576fea4
commit ef0583a8c9

@ -7,6 +7,7 @@ Add Motor Presse Stuttgart
Add JournaldeMillau.fr (Groupe La Depeche)
Remove Bhaskar (fix obsolete)
Remove Westfalische Mediengruppe (fix obsolete)
Fix Ad.nl (reduced only)
Fix Haaretz Group (Semrushbot)
Fix The Diplomat (magazine)
Fix Times of India (epaper)

@ -2635,7 +2635,7 @@ else if (matchDomain(['lc.nl', 'dvhn.nl']) || document.querySelector('head > lin
else if (matchDomain(nl_dpg_adr_domains)) {
let url = window.location.href;
let paywall = document.querySelector('div#remaining-paid-content');
let paywall = document.querySelector('div#remaining-paid-content[data-reduced="true"]');
if (paywall) {
removeDOMElement(paywall);
getArchive(url, 'div.article__body', '', 'div#remaining-paid-content');

Loading…
Cancel
Save