Fix-update Knack.be

master
magnolia1234 2021-05-14 17:40:34 +02:00
parent 212184fe70
commit 4b18f329d4
4 changed files with 14 additions and 11 deletions

View File

@ -5,6 +5,7 @@ Post-release
Add Las Provincias (Spain)
Add Times of India
Fix-update Crain's Chicago Business
Fix-update Knack.be
Fix-update LeScienze.it
Fix-update South China Morning Post (amp)

View File

@ -1215,15 +1215,17 @@ else if (matchDomain('gva.be')) {
else if (matchDomain('knack.be')) {
let paywall = document.querySelector('.rmgPaywall');
removeDOMElement(paywall);
let hidden_body = document.querySelector('div.rmgDetail-body div');
if (hidden_body) {
hidden_body.removeAttribute('class');
let body_text = hidden_body.innerText.replace(/(?:^|[\w\"\'])(\.|\?|!)(?=[A-Za-zÀ-ÿ\"\']{2,})/gm, "$&\n\n");
hidden_body.innerText = body_text;
let intro_par = document.querySelector('div.rmgDetail-body p');
if (intro_par && intro_par.innerText.length > 200)
removeDOMElement(intro_par);
if (paywall) {
removeDOMElement(paywall);
let hidden_body = document.querySelector('div.rmgDetail-body div');
if (hidden_body) {
hidden_body.removeAttribute('class');
let body_text = hidden_body.innerText.replace(/(?:^|[\w\"\'])(\.|\?|!)(?=[A-Za-zÀ-ÿ\"\']{2,})/gm, "$&\n\n");
hidden_body.innerText = body_text;
let intro_par = document.querySelector('div.rmgDetail-body p');
if (intro_par && intro_par.innerText.length > 200)
removeDOMElement(intro_par);
}
}
}

View File

@ -30,5 +30,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.2.0.5"
"version": "2.2.0.6"
}

View File

@ -503,5 +503,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.2.0.5"
"version": "2.2.0.6"
}