this post was submitted on 27 May 2026
5 points (100.0% liked)

Firefox

22774 readers
3 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 6 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/47414081

I just added a link to to my blog's RSS feed in the blog index page, and Librewolf now has a Reader View button for that page, which seems to let people read RSS entries instead of the normal HTML pages. The reader view also includes read time estimates. The index is about one minute, and an entry i clicked says 2-3. Where does this estimate come from?

top 1 comments
sorted by: hot top controversial new old
[–] umbrella@lemmy.ml 2 points 1 week ago

https://github.com/mozilla/readability/blob/main/test/test-readability.js

from skimming it, it seems like it counts characters.

so probably that way.