Full Screen Mode Plugin

Small plugin to enable and disable fullscreen mode with the F11 key.

If you want to use another key instead of F11, you will have to replace “122”:
if (e.keyCode === 122) {

You can find the key code corresponding to the key using this site.

Download plugin

VirusTotal scan (for the distrustful people)

Tested on Windows only.

1 Like