Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predirect extension for redirecting to alternative frontends #223

Open
libreom opened this issue Jan 15, 2024 · 5 comments
Open

Predirect extension for redirecting to alternative frontends #223

libreom opened this issue Jan 15, 2024 · 5 comments

Comments

@libreom
Copy link

libreom commented Jan 15, 2024

Hi, I developed an extension Predirect, It can redirect YouTube music to beatbump and many other sites to alternative frontends. It is modern, manifest v3 based and requires minimal permissions(even for embeds). A comparison to similar extensions is here https://github.com/libreom/predirect/blob/main/COMPARISON.md
It would be great if it is mentioned in your GitHub. Store links for installation are in github
I would be happy to answer more questions here

@davidcollini
Copy link
Contributor

I just found out about your project, and I'm wondering if Predirect exposes any information to the main domain (ex: iP address or loading any JavaScript) before redirecting the user to the site's frontend?

@libreom
Copy link
Author

libreom commented Jan 15, 2024

@davidcollini No it doesn't expose IP as declarativeNetRequest rules modify network requests before they make any connection and even dns request to original url.

@davidcollini
Copy link
Contributor

davidcollini commented Jan 16, 2024

@ManeraKai what are your thoughts on Predirect's approach to redirecting sites on V3? I know you have an explanation for why Libredirect isn't on v3 here, but I'm wondering what specifically prevents you from doing so

@ManeraKai
Copy link

We have osm redirection for example. When you're redirecting an address value from google maps, we need to make a request to nomination.openstreetmap.org and get a response back of lat and lon. We add them to the url and then redirect. Is this possible with your approach?

@libreom
Copy link
Author

libreom commented Jan 16, 2024

@ManeraKai I am not familiar with OSM redirection, perhaps you can tell multiple approaches and api you use to redirect Google maps to OSM. But it should be possible with manifest V3 webrequest api as long as blocking is not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants