this post was submitted on 24 Nov 2023
229 points (96.7% liked)

Firefox

17574 readers
48 users here now

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

founded 4 years ago
MODERATORS
 

This is a plugin I found recently and really enjoy. It gives you the opportunity to redirect several webpages to alternatives. For example Youtube to FreeTube or Piped. If I search for youtube in Firefox, FreeTube automatically opens and shows me my feed. I like it, I use it, I can recommend it.

you are viewing a single comment's thread
view the rest of the comments
[–] Aatube@kbin.social 3 points 9 months ago (1 children)

Any reason for making a new extension instead of creating a FastForward filter list?

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

Never heard of Fast Forward before, only LibRedirect. How do they compare?

Edit: They appear to be totally different use cases

[–] Aatube@kbin.social 0 points 9 months ago* (last edited 9 months ago) (1 children)

Same use case, different intentions. Both can redirect sites based on domain.

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

Unless I found the wrong extension, Fast Forward simply skips short URL redirects where as LibRedirect redirects you to FOSS (for the most part) front end alternatives.

[–] Aatube@kbin.social 0 points 9 months ago (1 children)

FastForward has too main parts: URL redirection and Crowd Bypass. URL redirection changes the URL based on a regex (actually, it's based on JavaScript, but most rules just detect with regex), of which domain redirection is a subset. Crowd Bypass is for link shorteners that give a unique ID for all links. FastForward includes both, including rules for both.

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

From what I can gather, Fast Forward is more of an alternative to Redirector rather than LibRedirect.

[–] Aatube@kbin.social 0 points 9 months ago* (last edited 9 months ago) (1 children)

I did some digging: FastForward could specify custom filters during the Manifest v2 days. However Google disallowed executing unpacked/unsigned code in their Manifest v3. This disabled all custom filter lists, and is yet another reason ublock origin isn't moving to v3.

Isn't LibRedirect just FastForward/Redirector with baked-in rules?

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

It's like comparing apples to oranges, both are fruit but very different. LibRedirect has a nicer UI than Redirector and also has content discovery mechanisms for each of the supported sites as well as the ability to ping each instance and TOR support.

Redirector is just an extension that takes URI, passes them through a REGEX find/replace and then sends the user to said new URL.

[–] Aatube@kbin.social 1 points 9 months ago

I say it's comparing apples to sliced apples with a slicer. Minus the performing redirection part, LibRedirect is a more polished ruleset generator for redirection extensions.