What I do hope is that you will add all of the things I asked in this topic as "default native features", so that they are more intuitive for use.
it is not so good as you may think.
People have very different needs. I should put 1000 features, you would be just lost and never find what you need. HFS is already crowded with options.
I see 2 possible paths:
- to give a GUI to allow you to make some if-this-then-that, like a sort of simple visual programming that you can use to solve a restricted set of problems, but good nonetheless.
- to let people create plugins, so one can browse through a repository of plugins and find the one he needs, and install it. This is not limited as the previous solution but you are limited by what plugins are actually created by programmers.
> is "folder1" the name of the folder this script is applied to?
yes
> What does "vedere" stand for?
another folder, i forgot to rename it to "folder2"
> Can I modify this script to something like this:
> disconnection reason|
Allowed|if=
> and only allow a specific user agent/s?
not, that's just the printed message. The behavior is what comes after the IF=
Anyway, consider the script I have you is already allowing specific user agents. Chrome and IE are allowed.
To invert it, and forbid only Chrome and IE you should remove the "\" before "*Chrome"