einaregilsson / Redirector

Browser extension (Firefox, Chrome, Opera, Edge) to redirect urls based on regex patterns, like a client side mod_rewrite.
http://einaregilsson.com/redirector/
MIT License
1.52k stars 156 forks source link

Add support for Android Firefox (Fenix) #291

Open pjamargh opened 2 years ago

einaregilsson commented 2 years ago

I'll try to get this done sometime in the new year 🙂

pjamar commented 2 years ago

That'd be a great! Thanks a lot!

I followed the instructions to create a Firefox for Android extension from https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/ and they're pretty easy to follow. There is no remote debug but you can make changes and refresh the extension on the connected phone easily (I had to add a content_security_policy on the manifest). I couldn't test it much more as the "Edit redirects" button didn't work.