View Single Post
Quote:
Originally Posted by zottel
A little late, I know—just came back from a vacation. :-)

How is that filterset.g file formatted? With the usual glob patterns, i.e. "*" stands for "zero or more 'anychars'", "?" stands for "exactly one 'anychar'"?

If the file only contains URLs, line by line, you just have to replace "*" by ".*", "?" by ".", and "." by "\.".

As I don't have to work for another week, I would write a simple perl script that does the changes if anyone is interested. You could then just copy&paste the lines of the resulting file.
I would be very interested in that script!! That's the one thing about FF I love, Fiterset.G

Attach it here if possible and I will provide feedback.

Thanks!