To get rid of that annoying bar with "Additional plugins required to view all media on this page.". In .mozilla/firefox//chrome/ create (or modify) a file called userChrome.css with the following 3 lines as content: browsermessage { display: none !important; } Then restart your browser, and everything should work great.