https://bugs.kde.org/show_bug.cgi?id=466532
Bug ID: 466532 Summary: Greasemonkey match doesn't support regex Classification: Applications Product: Falkon Version: 22.12.2 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: extensions Assignee: now...@gmail.com Reporter: sjeh...@yandex.com Target Milestone: --- The following match rules work with the Greasemonkey web extension but not with Greasemonkey for Falkon. // @match *://SOMESITE.(co.uk|com|de|fr|it)/* // @match *://*.SOMESITE.(co.uk|com|de|fr|it)/* Of course, the include metablock does it successfully and more simply with: // @include *://SOMESITE.*/* // @include *://*.SOMESITE.*/* -- You are receiving this mail because: You are watching all bug changes.