mx4k / RNDplus4free

"Plus" Inhalte der RND.de Zeitungen aus dem Quelltext auslesen und in die Seite einfügen.
GNU General Public License v3.0
31 stars 10 forks source link

fix: Remove ESlint error for unknown global variable 'Fusion' and fix too narrow first paragraph #10

Closed 2chg closed 1 month ago

2chg commented 1 month ago

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.

image

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.

image

mx4k commented 1 month ago

Thanks! ❤️