Currently, excluding pages from the show/hide all feature is done using absolute path matching. This means users need to manually add each specific page URL they want to exclude.
Proposing to support wildcard patterns to match multiple pages at once. For example, to exclude the widget from all posts, users could use /posts/*. To exclude pages that end with "contact", they could use */contact.
This should work alongside and not break existing configurations.