It appears the extension only compares the contents of the @match property with the site's URL without the query parameters.
I'm not sure if this is a bug, as the Chrome extension spec doesn't have those, but Violentmonkey works with query parameters.
This is useful for websites where they don't use a path but rather something like "index.php?page=something".
It appears the extension only compares the contents of the
@matchproperty with the site's URL without the query parameters.I'm not sure if this is a bug, as the Chrome extension spec doesn't have those, but Violentmonkey works with query parameters.
This is useful for websites where they don't use a path but rather something like "index.php?page=something".