github civilblur/youlag v3.0.3

latest releases: v3.0.5, v3.0.4
9 months ago

Warning

In case FreshRSS got stuck in a loading state with the v3.0.2 release:
You can manually bypass the loading state by opening the inspect mode on your browser. Within the "Elements" tab, locate the body element and add the CSS class youlag-loaded.

Example:

  • From <body class="normal">
  • To <body class="normal youlag-loaded">.

The adjustment above will exit the loading state, allowing you to interact with the content and access the extension page.

For your convenience, below is the url path to the "User CSS" extension page:
https://yourFreshrssDomain.com/i/?c=extension&a=configure&e=User%2BCSS
Head to this page and replace the old CSS with the one provided in this release.

Fixes:

  • Stuck on loading state, blocking user interactions. (#2)
    • Previously, if the CSS was installed first, opposed to installing the script first, it would cause FreshRSS to get stuck in a loading state
    • This doesn't affect FreshRSS core itself (no data is harmed nor corrupted), but was primarily a decorative way to prevent interaction before Youlag had loaded its features.
    • Loading state is now non-blocking, making it possible to interact with the page even when it is loading.
  • For users using Invidious or Piped, the button for "YouTube embed view" redirected to the respective source feed embed view, instead of YouTube.

Improvements:

  • The loading state only shows on feed stream pages, it will not show on e.g. settings or non-feed pages.

Don't miss a new youlag release

NewReleases is sending notifications on new releases.