this post was submitted on 02 Oct 2024
129 points (97.1% liked)

Technology

58513 readers
4687 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

"The uBlock Origin Lite add-on was also accused of collecting user data and running afoul of privacy concerns, which is one of the big reasons why people switch over to the Firefox browser in the first place. Hill [the developer] responded: “It takes only a few seconds for anyone who has even basic understanding of JavaScript to see the raised issues make no sense.”"

you are viewing a single comment's thread
view the rest of the comments
[–] Dudewitbow@lemmy.zip 19 points 5 days ago (1 children)

iirc the dev claims its more useful for firefox mobile.

[–] airglow@lemmy.world 56 points 5 days ago (1 children)

Any details on that? The full uBlock Origin works well on mobile and I don't see how a lite version with reduced blocking effectiveness could be more useful.

[–] madis@lemm.ee 34 points 5 days ago

uBOL is entirely declarative, meaning there is no need for a permanent uBOL process for the filtering to occur, and CSS/JS injection-based content filtering is performed reliably by the browser itself rather than by the extension. This means that uBOL itself does not consume CPU/memory resources while content blocking is ongoing -- uBOL's service worker process is required only when you interact with the popup panel or the option pages.

uBOL does not require broad "read/modify data" permission at install time, hence its limited capabilities out of the box compared to uBlock Origin or other content blockers requiring broad "read/modify data" permissions at install time.

Emphasis mine. No background processes, including a website-reading permission does indeed sound more optimized for mobile, where people may have limited resources.