Fix-update Gazet van Antwerpen

This commit is contained in:
magnolia1234 2021-03-09 17:09:28 +01:00
parent 2570261815
commit 4984e41148
3 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome
Post-release
Add Newsday (local USA)
Fix-update Gazet van Antwerpen
* v2.1.1.0 (2021-03-07)
Add Atlantico (France)

View File

@ -1566,7 +1566,7 @@ else if (matchDomain("gva.be")) {
let json = JSON.parse(json_str);
let premium = Object.values(json)[0]['premium'];
if (json) {
let json_text = Object.values(json)[0]['body']['json'];
let json_text = Object.values(json)[0]['data']['article']['body'];
let parser = new DOMParser();
let div_content = main_content.querySelector('div');
div_content.setAttribute('class', 'gva-6c6ea21_marginbottom5 gva-28c280e9_contentwrapper');
@ -1599,8 +1599,7 @@ else if (matchDomain("gva.be")) {
bullet_link.innerText = bullet_link.href;
par_elem.appendChild(par_li);
}
}
else if (key === 'streamone') {
} else if (key === 'streamone') {
if (!streamone) {
let streamone_script = document.createElement('script');
streamone_script.setAttribute('src', "https://shared.mediahuis.be/videoplayers/mediahuis/video-theoplayer.js?v=20201111T131002");

View File

@ -473,5 +473,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.1.1.1"
"version": "2.1.1.2"
}