What is the difference between @include and @match in userscripts?
You cannot use regular expressions with @match, while you can with @include. However, @include will give your users scarier security warnings about the script applying to all sites. This is even though an @include expression permits you to be more restrictive about the sites a script applies to (e.g. specifying that part of a URL … Read more