Skip to content

Regex based redirection #6

@AbhishekTripathi

Description

@AbhishekTripathi

Is your feature request related to a problem? Please describe.
Given a website "https://www.example.com/somepath?query1=a&query2=b", I want it to be opened in Microsoft Edge browser. I can use the url scheme to launch the edge with "microsoft-edge: " but I don't find a way to capture the provided URL and pass to the url scheme for edge.

Describe the solution you'd like
A clear approach with some examples how can I pass the source url to the redirect url. A better approach would be to use regex capture groups which opens up many other possibillities but for my usecase, full url capture is fine.

Describe alternatives you've considered
There is no alternative currently.

Additional context
Many organisations restrict the browser or app in which the link should open. Safari being the default browser, many times handles the link and opens it. Using this extension to open the given link in other apps would be very helpful. Plesae note that I use Velja on my Mac as the default browser and I would like something similar with this extension. See here: https://sindresorhus.com/velja

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions