>>828
全画面表示ですは不要なので消してる

/*マウスポインタを最上部へ持って行ったときのフルスクリーンメッセージを消す */
@-moz-document url(chrome://browser/content/browser.xhtml) {
#fullscreen-warning {
display: none !important;
}
}

フルスクリーンにしたときのメッセージを表示しない
about:config
full-screen-api.warning.timeout 3000を0に