From 2c8c06748ba80debcdfa78e0020049f193d5ffc5 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 24 Nov 2022 21:12:31 +0100 Subject: firefox: prevent flashbang --- .mozilla/firefox/hibiki.default/chrome/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.mozilla/firefox/hibiki.default/chrome/userChrome.css') diff --git a/.mozilla/firefox/hibiki.default/chrome/userChrome.css b/.mozilla/firefox/hibiki.default/chrome/userChrome.css index ff39340..bdbcf53 100644 --- a/.mozilla/firefox/hibiki.default/chrome/userChrome.css +++ b/.mozilla/firefox/hibiki.default/chrome/userChrome.css @@ -26,6 +26,10 @@ font-family: Iosevka Aile, Sarasa Fixed J, monospace !important; } +/* prevent pre-load flash bang */ +.browserContainer { background-color: var(--toolbar-bgcolor) !important; } +.tabbrowser tabpanels { background-color: var(--toolbar-bgcolor) !important; } + #titlebar { display: none !important; } -- cgit 1.4.1