andy-portmen / open-in

Send URLs from one browser to another one
http://add0n.com/open-in.html
172 stars 113 forks source link

cannot match address with question mark ? in URL (pattern matching with URL pattern) #81

Closed capi1O closed 1 year ago

capi1O commented 1 year ago

I use this extension in reverse mode in order to open all links in Firefox except the links on one domain, using a pattern in "Open with Left-Click" > "Comma-separated list of URLs".

It works except for URLs that contain a question mark (URL with query parameters), ex. https://www.domain.com/foo?bar=1

Here are the patterns I tried:

I read the URL pattern doc but I think this is an issue with the extension.

capi1O commented 1 year ago

Sorry wrong repo, I opened an issue on the correct one here => https://github.com/andy-portmen/open-in-firefox/issues/2