The first paragraph of a hidden article is limited to 50 pixels in height. In the previous version of the script, this limit is not removed even after the following paragraphs have been reloaded, so that the rest of the first paragraph is covered by the newly loaded paragraph.
With this correction, the height limit is removed, and all paragraphs can be read correctly again.
In addition, a small comment has been added to ensure that the JavaScript linter (e.g. within Tampermonkey) no longer complains about the global variable Fusion.
The first paragraph of a hidden article is limited to 50 pixels in height. In the previous version of the script, this limit is not removed even after the following paragraphs have been reloaded, so that the rest of the first paragraph is covered by the newly loaded paragraph.
With this correction, the height limit is removed, and all paragraphs can be read correctly again.
In addition, a small comment has been added to ensure that the JavaScript linter (e.g. within Tampermonkey) no longer complains about the global variable
Fusion
.