/*
* @title [<>]
* @description Chrome/ium well-fullscreen on LXDE or Other DE on Ubuntu
* @include http://*
* @include https://*
* @license CC0 Univ PD https://creativecommons.org/publicdomain/zero/1.0/
* @javascript_url
*/
// ill-fullscreen c.f.
// https://ubuntuforums.org/showthread.php?t=2244152
// https://askubuntu.com/questions/638148/how-to-make-chrome-truly-full-screen-in-lubuntu
// and can not fix the problem to edit ~/.config/openbox/lubuntu-rc.xml
//
// Fullscreen API is not standarized yet c.f.
// https://caniuse.com/#feat=fullscreen
// https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API
// Esc to exit
document.documentElement.webkitRequestFullScreen();