<!-- Check the devtools console for related errors, e.g. right-click the page to show the menu, click `Inspect`, switch to `Console`. See if the problem exists in a newly created browser profile. If it doesn't, the source of the problem may be a browser setting in the main profile or another extension, in which case you can try finding the exact cause by toggling them and retrying. See if it's fixed in the nightly test builds: https://github.com/openstyles/stylus/wiki/Install-Stylus-from-GitHub See if there's a recently fixed or duplicated existing report: https://github.com/openstyles/stylus/issues?q=is%3Aissue+is%3Aclosed --> ### Description <!-- or the shortest sequence of actions to replicate the problem --> The "Manage site styles" function breaks when all styles you have are for the given site. Steps to replicate: 1. Install the extension in a new profile 2. Make only one style for some site 3. In the popup, go to Manage Site Styles (not just Manage) You'd expect to see the style you made, but the `manage.html` page misbehaves, as shown below. It's because [`filters.js` line 202](https://github.com/openstyles/stylus/blob/master/src/manage/filters.js#L202) returns without ever putting `container` inside `installed`. ### System Information - OS: MacOS - Browser: Chrome 134 - Stylus Version: 2.3.14, also master branch ### Screenshot 