• 3 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle
  • Sorry about that, I’ve included the fix in the latest release, and instructions on how to bypass the loading screen in the release notes:

    https://github.com/civilblur/youlag/releases/tag/v3.0.4

    Here in an excerpt from the release note:

    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 youtube-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.











  • I have limited knowledge of what limitations extensions have at the moment, but considering FreshRSS is server side rendered, integrating DeArrow on a deeper level would be ideal (if possible). It would mean that the thumbnail and title you get when you load the page would immediately be the non-clickbait ones, and it would only need to run it once for each video (if cached).

    I did however test DeArrow’s API and it was very straightforward. However, running it as a client-side script would essentially mean that every video would have to be checked and “DeArrowed” on the fly, and it would do that for every page refresh. That might not be very performant for you, nor DeArrow’s free API service.

    In short, it should be possible, but not ideal. I’m personally interested in the idea as well, but I’m not sure if I’ll have time to tackle this.