Fix Arkansas Democrat-Gazette

merge-requests/17/head
magnolia1234 6 months ago
parent 642ece39c5
commit f4d4b2a097

@ -8,6 +8,7 @@ Add Correiodopovo.com.br
Add Gazetadopovo.com.br
Add Ikz-online.de (Funke)
Remove Braunschweiger-zeitung.de (Funke; fix obsolete)
Fix Arkansas Democrat-Gazette
Fix Defector
Fix Freitag.de (text-break)
Fix La Segunda

@ -3517,7 +3517,7 @@ else if (matchDomain('arkansasonline.com')) {
removeDOMElement(paywall);
csDoneOnce = true;
let url_cache = 'https://webcache.googleusercontent.com/search?q=cache:' + url.split('?')[0];
replaceDomElementExt(url_cache, true, false, 'div#article_body');
replaceDomElementExt(url_cache, true, false, 'div.article__body');
}
}

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.4.4.7"
"version": "3.4.4.8"
}

@ -826,5 +826,5 @@
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.4.4.7"
"version": "3.4.4.8"
}

Loading…
Cancel
Save