Fix-update Knack.be

This commit is contained in:
magnolia1234 2021-05-14 17:40:51 +02:00
parent 06e2c5ea9d
commit 290f6b78cc
3 changed files with 13 additions and 10 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,6 +1215,7 @@ else if (matchDomain('gva.be')) {
else if (matchDomain('knack.be')) {
let paywall = document.querySelector('.rmgPaywall');
if (paywall) {
removeDOMElement(paywall);
let hidden_body = document.querySelector('div.rmgDetail-body div');
if (hidden_body) {
@ -1226,6 +1227,7 @@ else if (matchDomain('knack.be')) {
removeDOMElement(intro_par);
}
}
}
else if (matchDomain(["lc.nl", "dvhn.nl"])) {
document.addEventListener('DOMContentLoaded', () => {

View file

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