nntoan / scriptify

Automatically exported from code.google.com/p/scriptify
MIT License
0 stars 0 forks source link

Does not accept wild cards in include URLs #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Does not accept wild cards before colon in includes.
2.
3.

What is the expected output? What do you see instead?

errors occurred in the processing of this script.

What version of the product are you using? On what operating system?

Scriptify 0.2.1 on Firefox 27.0.1 running on Windows XP Home SP3

Please provide any additional information below.

Two examples:
https://userscripts.org/scripts/show/130966
https://userscripts.org/scripts/show/80853

Original issue reported on code.google.com by Keith.Petersen on 15 Feb 2014 at 11:16

GoogleCodeExporter commented 9 years ago
See the help section on URL filters[1]. Filters are not globs. The only 
acceptable protocol wildcard is "*". If you want something more fine-grained, 
you need to use a regular expression or multiple filters.

scriptify://locale/help/edit.xhtml#url-filters

Original comment by maglion...@gmail.com on 15 Feb 2014 at 5:17