Expected:
@match https://example.com/ and @match https://example.com/* should match on https://example.com/
Result:
https://example.com/ is not matched with the script
Tested on both v1.5.0 from app store and v4.6.0-beta.6
Example:
// ==UserScript==
// @name Test Match
// @namespace userscript
// @license MIT
// @match https://www.google.com.hk/*
// @match https://www.google.com.hk/
// @version 1.0
// @author esterTion
// @description
// ==/UserScript==
Script above is not matched on https://www.google.com.hk/, match on https://www.google.com.hk/webhp is working as expected


Expected:
@match https://example.com/and@match https://example.com/*should match onhttps://example.com/Result:
https://example.com/is not matched with the scriptTested on both v1.5.0 from app store and v4.6.0-beta.6
Example:
Script above is not matched on


https://www.google.com.hk/, match onhttps://www.google.com.hk/webhpis working as expected