this post was submitted on 12 Dec 2023
120 points (96.2% liked)

Firefox

17571 readers
46 users here now

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

founded 4 years ago
MODERATORS
 

It supports both links and embeds and is available on firefox for android. List of sites is on github. I'm the main developer so you can ask questions.

all 17 comments
sorted by: hot top controversial new old
[–] Cheradenine@sh.itjust.works 12 points 9 months ago

Thank you very much. This seems like it is in the same vein of the Android app, UntrackMe, which is unfortunately no longer maintained.

[–] ryantown@lemmy.world 8 points 9 months ago (1 children)

Ah cool. I only just learned about LibRedirect and was hoping for a solution for Firefox on my phone. Thanks for sharing!

[–] Linus_Torvalds@lemmy.world 2 points 9 months ago (1 children)

Wait, does FF on Android only support Manifest v3 extensions?

[–] libreom@lemmings.world 4 points 9 months ago

No, both manifest v2 and v3, but in earlier versions add-ons had to be vetted by reviewers or manually added to their account collections by users, but from v121,all extensions marked by their devs as compatible are available to everyone https://blog.mozilla.org/addons/2023/11/28/open-extensions-on-firefox-for-android-debut-december-14-but-you-can-get-a-sneak-peek-today/

[–] sabreW4K3@lemmy.tf 6 points 9 months ago (1 children)

Is it a fork of LibRedirect?

[–] libreom@lemmings.world 14 points 9 months ago (1 children)

No, written from scratch in manifest v3 with minimal permissions

[–] sabreW4K3@lemmy.tf 6 points 9 months ago (2 children)

Nice. What are the benefits over LibRedirect?

Does PreDirect also have instance discovery built in along with the ability to ping services?

[–] libreom@lemmings.world 12 points 9 months ago (1 children)

Libredirect is a manifest v2 extension (can't be published on chrome store) and has permissions for all_urls, predirect is a manifest v3 extension and only has permissions for necessary domains

[–] sabreW4K3@lemmy.tf 4 points 9 months ago* (last edited 9 months ago) (1 children)

So basically tighter permissions and using newer APIs. As for the Chrome stuff, as a Firefox user posting in a Firefox community, it's of little consequence to me. But I look forward to trying out this extension.

Edit: Tried it and it kinda falls over at the first hurdle. I installed it and then tried to follow links to Tiktok and Instagram only to end up on the official sites.

Also the UI is kinda unstyled. It feels like when you first learn Java.

[–] libreom@lemmings.world 3 points 9 months ago (1 children)

There is an onboarding step for permissions in firefox version(due to more restrictions in manifest v3 than even chrome),so you need to grant permissions, unstyled UI is intended but I will add style with a minimal ui css framework in near future

[–] sabreW4K3@lemmy.tf 2 points 9 months ago (2 children)

The only permission it asks for is blocking.

[–] Linus_Torvalds@lemmy.world 2 points 9 months ago (1 children)

"only has permissions for necessary domains"

any page

ò_ô

[–] libreom@lemmings.world 2 points 9 months ago

This permission doesn't mean I can access your data for every site, this is an advantage of manifest v3

[–] libreom@lemmings.world 1 points 9 months ago (1 children)

Firefox is stricter than chrome in manifest v3 that it provides no way to request host permissions at install time, there is a onboarding page after installation of addon where you can grant permissions to hosts

[–] sabreW4K3@lemmy.tf 1 points 9 months ago

That never happened for me. Once installed, nothing much happened.

[–] NahMarcas@lemmy.ml 2 points 9 months ago