feat(core): expand compatibility for multiple style extensions
This update significantly enhances the script to support a wider range of
user style extensions and injection methods.
- Broader Extension Support: The CSS selector in - syncStylesis expanded
to find style tags from Stylish, Stylebot, Magic CSS, xStyle, and more,
not just- .stylus.
 
- document.adoptedStyleSheetsSyncing: Adds support for extensions (like
modern Stylus) that inject styles directly via- adoptedStyleSheets.
 - 
- Patches Document.prototype.adoptedStyleSheetsto detect changes.
- A new syncAdoptedStylesfunction copies relevant rules into a
separateCSSStyleSheet(sheetInDoc), which is then propagated
to all shadow roots.