Rule list profile - q158073378252010/SwitchyOmega GitHub Wiki
A rule list profile is a list of auto switch conditions. It is a good way for sharing a lot of conditions with others. The conditions are described by a rule list, which use special rule list formats.
Setting UI
TODO(catus) Users can input the URL where the rule list can be downloaded and set the update interval. Rule list formats can be explicitly chosen. However, it can be parsed from the file header in most situations.
Function
A rule list profile has two user-definable result profiles. One is selected when at least one condition is met, while the other is selected when all conditions fail, or at least one reverse condition evaluates to true.
Inclusion in switch profiles
Design goal
Rule list profiles should be treated as [switch profile]]s internally, especially when [compiled to PAC scripts. See switch profile.