Allow stylus to target elements in shadow-root
当前为
This userscript allows users of Stylus to style shadow-root elements that are out of reach of global stylesheets.
Any style rule whose selector includes :host or :host-context will be injected into the shadow-root nodes.
By default the userscript is not executed on any website. You'll have to edit the style settings (eg. in tampermonkey) open the userstyle, go to the style's "settings" tab and add the mask (don't forget the *) of the website(s) you want to run it on.
To test:
https://web.archive.org/web/* to "user matches"[https://web.archive.org/web/2/] appended with the full url of a webpage.https://web.archive.org/web/*and define this style:
:host * {
outline: 1px solid red !important;
}