MacOS – How to prevent html5 videos from using built in mac fullscreen

fullscreenhtmlmacosvideo

The mac fullscreen mode has a slow animation which I have tried disabling but it seems that there is no way to do that as of now, so my question is, does anyone know of a way to disable html5 videos from using the mac fullscreen and just go instantly fullscreen like flash videos do?

Edit: If anyone is aware of some API in javascript which can make the videos go fullscreen instantly I may be able to write a chrome plugin that detects a native fullscreen api request, cancel it and initiate an instant fullscreen. Or if someone knows some type of workaround that can be done mac side, either from terminal or perhaps an objective-c native app I will develop them if necessary and post for all.

Best Answer

I'm afraid that's not possible.

Since all major browsers (Chrome, Firefox, Opera and Safari) all use the native Fullscreen API, you're stuck with the slow animation...

I researched wether there were any work arounds or tricks but there doesn't seem to be. You're not alone in being annoyed.

Only thing you can do is to use Flash when available, or, upgrade to Mavericks where the animation is minimal and quite a bit faster. 10.9 happens to be free so the entry barrier isn't that high.