You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regex pattern matching does not seem to work. Using the same example as in the readme - @.+\.amazon\.co\.uk$, Shopping, and then opening amazon.co.uk in a new tab does not open the link in the Shopping container.
glob matching works fine, so adding !*.amazon.co.uk, Shopping works as expected.
Restarting the browser did not solve the issue.
Tried on Firefox 110.0 and 111.0.
The text was updated successfully, but these errors were encountered:
After doing further testing, it appears that the error occurs because there is an extra $ at the end of the url in the readme which is not needed for regex. Only change needed is updating the readme.
Created PR-182 to fix.
Regex pattern matching does not seem to work. Using the same example as in the readme -
@.+\.amazon\.co\.uk$, Shopping
, and then openingamazon.co.uk
in a new tab does not open the link in theShopping
container.glob matching works fine, so adding
!*.amazon.co.uk, Shopping
works as expected.Restarting the browser did not solve the issue.
Tried on Firefox 110.0 and 111.0.
The text was updated successfully, but these errors were encountered: