How can i disable the status bar pop-up in firefox, particularly for HTML5 fullscreen video?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















It is particularly problematic when watching a streaming video in an HTML5 player in fullscreen mode.



Currently my workaround is to cancel loading the and hopefully the player will reset and just load the video from then on. Honestly though, I want to be able to turn off the text directly.










share|improve this question































    1















    It is particularly problematic when watching a streaming video in an HTML5 player in fullscreen mode.



    Currently my workaround is to cancel loading the and hopefully the player will reset and just load the video from then on. Honestly though, I want to be able to turn off the text directly.










    share|improve this question



























      1












      1








      1








      It is particularly problematic when watching a streaming video in an HTML5 player in fullscreen mode.



      Currently my workaround is to cancel loading the and hopefully the player will reset and just load the video from then on. Honestly though, I want to be able to turn off the text directly.










      share|improve this question
















      It is particularly problematic when watching a streaming video in an HTML5 player in fullscreen mode.



      Currently my workaround is to cancel loading the and hopefully the player will reset and just load the video from then on. Honestly though, I want to be able to turn off the text directly.







      firefox windows-8.1 video html5






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 6 '15 at 15:10







      0xFFF1

















      asked Oct 6 '15 at 14:19









      0xFFF10xFFF1

      1289




      1289






















          1 Answer
          1






          active

          oldest

          votes


















          1














          There are add-ons that can do this, such as Status-4-Evar.



          In the Add-On options, set Show status in: to None to disable messages in the status bar.







          You can also do this manually with configuration files.



          Navigate to your profile folder ("%APPDATA%Mozilla"), then go to the chrome folder there, creating it if necessary. In the chrome folder, create a plain text file named userChrome.css



          Paste the following in to that file:



          @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

          .statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}

          statuspanel {display:none!important}
          statuspanel {max-width:90%!important}

          statuspanel[type="overLink"] .statuspanel-label
          statuspanel[type="status"] .statuspanel-label[value^="Looking"]
          statuspanel[type="status"] .statuspanel-label[value^="Connect"]
          statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
          statuspanel[type="status"] .statuspanel-label[value^="Transfer"]


          Ref1
          Ref2






          share|improve this answer


























          • I got it disabled with status-4-evar. This would be a perfect answer if you detailed exactly what status-4-evar options would disable the status bar, particularly in HTML5 fullscreen. I just unchecked everything and luckily something just so happened to work.

            – 0xFFF1
            Oct 6 '15 at 15:09











          • Added info for Status-4-Evar setting

            – Josh
            Oct 6 '15 at 15:19











          • Sadly, “Status-4-Evar” is no longer available and no clear alternative exists.

            – JakeGould
            Jan 26 at 14:39










          protected by Ramhound Jan 26 at 14:58



          Thank you for your interest in this question.
          Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



          Would you like to answer one of these unanswered questions instead?














          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          There are add-ons that can do this, such as Status-4-Evar.



          In the Add-On options, set Show status in: to None to disable messages in the status bar.







          You can also do this manually with configuration files.



          Navigate to your profile folder ("%APPDATA%Mozilla"), then go to the chrome folder there, creating it if necessary. In the chrome folder, create a plain text file named userChrome.css



          Paste the following in to that file:



          @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

          .statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}

          statuspanel {display:none!important}
          statuspanel {max-width:90%!important}

          statuspanel[type="overLink"] .statuspanel-label
          statuspanel[type="status"] .statuspanel-label[value^="Looking"]
          statuspanel[type="status"] .statuspanel-label[value^="Connect"]
          statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
          statuspanel[type="status"] .statuspanel-label[value^="Transfer"]


          Ref1
          Ref2






          share|improve this answer


























          • I got it disabled with status-4-evar. This would be a perfect answer if you detailed exactly what status-4-evar options would disable the status bar, particularly in HTML5 fullscreen. I just unchecked everything and luckily something just so happened to work.

            – 0xFFF1
            Oct 6 '15 at 15:09











          • Added info for Status-4-Evar setting

            – Josh
            Oct 6 '15 at 15:19











          • Sadly, “Status-4-Evar” is no longer available and no clear alternative exists.

            – JakeGould
            Jan 26 at 14:39
















          1














          There are add-ons that can do this, such as Status-4-Evar.



          In the Add-On options, set Show status in: to None to disable messages in the status bar.







          You can also do this manually with configuration files.



          Navigate to your profile folder ("%APPDATA%Mozilla"), then go to the chrome folder there, creating it if necessary. In the chrome folder, create a plain text file named userChrome.css



          Paste the following in to that file:



          @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

          .statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}

          statuspanel {display:none!important}
          statuspanel {max-width:90%!important}

          statuspanel[type="overLink"] .statuspanel-label
          statuspanel[type="status"] .statuspanel-label[value^="Looking"]
          statuspanel[type="status"] .statuspanel-label[value^="Connect"]
          statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
          statuspanel[type="status"] .statuspanel-label[value^="Transfer"]


          Ref1
          Ref2






          share|improve this answer


























          • I got it disabled with status-4-evar. This would be a perfect answer if you detailed exactly what status-4-evar options would disable the status bar, particularly in HTML5 fullscreen. I just unchecked everything and luckily something just so happened to work.

            – 0xFFF1
            Oct 6 '15 at 15:09











          • Added info for Status-4-Evar setting

            – Josh
            Oct 6 '15 at 15:19











          • Sadly, “Status-4-Evar” is no longer available and no clear alternative exists.

            – JakeGould
            Jan 26 at 14:39














          1












          1








          1







          There are add-ons that can do this, such as Status-4-Evar.



          In the Add-On options, set Show status in: to None to disable messages in the status bar.







          You can also do this manually with configuration files.



          Navigate to your profile folder ("%APPDATA%Mozilla"), then go to the chrome folder there, creating it if necessary. In the chrome folder, create a plain text file named userChrome.css



          Paste the following in to that file:



          @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

          .statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}

          statuspanel {display:none!important}
          statuspanel {max-width:90%!important}

          statuspanel[type="overLink"] .statuspanel-label
          statuspanel[type="status"] .statuspanel-label[value^="Looking"]
          statuspanel[type="status"] .statuspanel-label[value^="Connect"]
          statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
          statuspanel[type="status"] .statuspanel-label[value^="Transfer"]


          Ref1
          Ref2






          share|improve this answer















          There are add-ons that can do this, such as Status-4-Evar.



          In the Add-On options, set Show status in: to None to disable messages in the status bar.







          You can also do this manually with configuration files.



          Navigate to your profile folder ("%APPDATA%Mozilla"), then go to the chrome folder there, creating it if necessary. In the chrome folder, create a plain text file named userChrome.css



          Paste the following in to that file:



          @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

          .statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}

          statuspanel {display:none!important}
          statuspanel {max-width:90%!important}

          statuspanel[type="overLink"] .statuspanel-label
          statuspanel[type="status"] .statuspanel-label[value^="Looking"]
          statuspanel[type="status"] .statuspanel-label[value^="Connect"]
          statuspanel[type="status"] .statuspanel-label[value^="Waiting"]
          statuspanel[type="status"] .statuspanel-label[value^="Transfer"]


          Ref1
          Ref2







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Oct 6 '15 at 15:47

























          answered Oct 6 '15 at 14:47









          JoshJosh

          4,39942942




          4,39942942













          • I got it disabled with status-4-evar. This would be a perfect answer if you detailed exactly what status-4-evar options would disable the status bar, particularly in HTML5 fullscreen. I just unchecked everything and luckily something just so happened to work.

            – 0xFFF1
            Oct 6 '15 at 15:09











          • Added info for Status-4-Evar setting

            – Josh
            Oct 6 '15 at 15:19











          • Sadly, “Status-4-Evar” is no longer available and no clear alternative exists.

            – JakeGould
            Jan 26 at 14:39



















          • I got it disabled with status-4-evar. This would be a perfect answer if you detailed exactly what status-4-evar options would disable the status bar, particularly in HTML5 fullscreen. I just unchecked everything and luckily something just so happened to work.

            – 0xFFF1
            Oct 6 '15 at 15:09











          • Added info for Status-4-Evar setting

            – Josh
            Oct 6 '15 at 15:19











          • Sadly, “Status-4-Evar” is no longer available and no clear alternative exists.

            – JakeGould
            Jan 26 at 14:39

















          I got it disabled with status-4-evar. This would be a perfect answer if you detailed exactly what status-4-evar options would disable the status bar, particularly in HTML5 fullscreen. I just unchecked everything and luckily something just so happened to work.

          – 0xFFF1
          Oct 6 '15 at 15:09





          I got it disabled with status-4-evar. This would be a perfect answer if you detailed exactly what status-4-evar options would disable the status bar, particularly in HTML5 fullscreen. I just unchecked everything and luckily something just so happened to work.

          – 0xFFF1
          Oct 6 '15 at 15:09













          Added info for Status-4-Evar setting

          – Josh
          Oct 6 '15 at 15:19





          Added info for Status-4-Evar setting

          – Josh
          Oct 6 '15 at 15:19













          Sadly, “Status-4-Evar” is no longer available and no clear alternative exists.

          – JakeGould
          Jan 26 at 14:39





          Sadly, “Status-4-Evar” is no longer available and no clear alternative exists.

          – JakeGould
          Jan 26 at 14:39





          protected by Ramhound Jan 26 at 14:58



          Thank you for your interest in this question.
          Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



          Would you like to answer one of these unanswered questions instead?