This seems to come from #463 .
Before the new version, @match http://example.com/path/ will match with http://example/path/?query. After the new version, it doesn't match url with query anymore. The match pattern is required to be @match http://example.com/path/*
I personally use ViolentMonkey in Firefox on my PC, and this extension on my iOS device. Before 1.4.1, url matching works the same on two platforms. Now two extensions have different url matching.
I haven't checked with other user script manager on PC platform regarding this url matching issue.
This seems to come from #463 .
Before the new version,
@match http://example.com/path/will match withhttp://example/path/?query. After the new version, it doesn't match url with query anymore. The match pattern is required to be@match http://example.com/path/*I personally use ViolentMonkey in Firefox on my PC, and this extension on my iOS device. Before 1.4.1, url matching works the same on two platforms. Now two extensions have different url matching.
I haven't checked with other user script manager on PC platform regarding this url matching issue.