diff --git a/chrome/hide_statuspanel_when_fullscreen.css b/chrome/hide_statuspanel_when_fullscreen.css new file mode 100644 index 0000000..82dbc57 --- /dev/null +++ b/chrome/hide_statuspanel_when_fullscreen.css @@ -0,0 +1,4 @@ +/* Always hide status-panel when the page is in fullscreen mode such as fullscreen video player */ +/* No effect on Firefox fullscreen mode (activated with F11 key) - except when the page is in fullscreen */ + +:root[inDOMFullscreen] #statuspanel{ display: none !important } \ No newline at end of file