Nzz.ch
R
Roger
One of the most important news websites in Switzerland (Neue Zürcher Zeitung).
Works flawless with Freshrss and Readeck...
Getting the full content has some special parts for NZZ.ch:
- Javascript must not be run (not sure if you anyway don't run it)
- Following CSS to show the text that your interpretation seems to be missing (NZZ seems to hide it for not logged in clients):
.ssr .nzzinteraction {
display: inherit;
opacity: inherit;
visibility: inherit;
}
.nzzinteraction {
opacity: inherit;
transition: inherit;
}
And some CSS to remove unnecessary parts:
[componenttype="barrier"], .games-widget, #adnz_maxiboard_1, .header, .footer, .progressbar__wrapper, .sharebox, .pageelement__inner, [componenttype="moreToSubject"] {
display: none;
}
If you add this to your parts => NZZ articles will be perfectly working again!