BrowserSelect
BrowserSelect copied to clipboard
updated browser filters rules to be more flexible
updated browser filters rules to be more flexible:
- Added ability to choose comparitor (Ends with, contains, regex, etc)
- Added ability to compare domain, HTTP path, or full URL
- Changed rules to be stored in Json format
- Added auto import and conversion from old rule format
Removed LeaveDotsAndSlashesEscaped() doesn't seem to be required after .net upgrade.
This PR builds on my earlier PR URL expander PR (includes all the changes from that PR): https://github.com/zumoshi/BrowserSelect/pull/86