Skip to content

[Bug] @match wrong behaivour after v1.5.0 update #694

Description

@esterTion

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
550C87E81EB2D2CEDF060B5E3ABEC022
BD3F3B3770D638C102A784920A6CEFD6

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions