- Extended the "•••" urls (now you can choose also from all the parameters, also if the [consider-parameters] is NOT enabled).
Example:
https://example.com/search?param1=1¶m2=2¶m3=3
, then you'll be to choose from all the combinations, so:https://example.com/search?param1=1
,https://example.com/search?param2=2
,https://example.com/search?param3=3
,https://example.com/search?param1=1¶m2=2
,https://example.com/search?param1=1¶m3=3
,https://example.com/search?param2=2¶m3=3
,https://example.com/search?param1=1¶m2=2¶m3=3
- Improved the check for sections
- Fixed a bug with "subdomains" priority (before: Page > Domain > Global > Subdomains, now: Page > Domain > Subdomains > Global)