How do I exclude dynamically generated CSS selectors?
To exclude dynamically generated CSS, you’ll need to identify and exclude the closest parent element that doesn’t have dynamic CSS. Excluding the css selector of a parent will automatically exclude the children of that css selector.