[2] [[Chrome拡張]]は[[内容スクリプト]]として [[CSS]] を指定できます [SRC[>>1]]。
[[開発者ツール]]ではこれは [DFN[[[injected stylesheet]]]] と表示されます。

[1] [CITE[Content Scripts - Google Chrome]] ([TIME[2015-05-11 15:12:23 +09:00]] 版) <https://developer.chrome.com/extensions/content_scripts>

[3] [[Chrome拡張]]の[[注入スタイルシート]]は、 [CODE(JS)@en[[[document.styleSheets]]]]
には含まれません。

[4] [[Chrome拡張]]の[[注入スタイルシート]]は、通常の[[利用者エージェントスタイルシート]]よりは後から読み込まれた[[利用者エージェントスタイルシート]]の1つとして扱われるようです。

[6] [[Safari拡張]]の[[注入スタイルシート]]は、[[利用者スタイルシート]]として扱われるようです [SRC[>>5]]。

[FIG(quote)[
[FIGCAPTION[
[5] [CITE@en[Injecting Styles]]
([TIME[2015-05-11 15:36:20 +09:00]] 版)
<https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/AddingStyles/AddingStyles.html#//apple_ref/doc/uid/TP40009977-CH7-SW1>
]FIGCAPTION]

> Injected style sheets are treated as user style sheets, as defined by the W3C. This means that first your injected styles are defined, then the author’s styles are added, then any of the author’s properties declared as !important are added, then your properties defined as !important are added. At each stage, a new definition overrides any previous one.

]FIG]
