Add: User Content - chrome:// directory view regexp

This commit is contained in:
alstjr7375 2021-09-03 13:35:05 +09:00
parent 4a7b80ea53
commit 01ae88bf2c

View file

@ -828,7 +828,7 @@
url-prefix("about:checkerboard"),
url-prefix("about:sync-log"),
url-prefix("about:memory"),
regexp("^[file:///].*/$")
regexp("^([file:///]|[chrome://]).*/$")
{
/* Base */
html,
@ -1058,7 +1058,7 @@
/*= Directory View =========================================================*/
@-moz-document url-prefix("about:sync-log"),
regexp("^[file:///].*/$")
regexp("^([file:///]|[chrome://]).*/$")
{
body {
background-color: var(--in-content-box-background) !important;