Disable the "You've gone full screen" notification in Chrome
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Beneath the City Looping
--
Chapters
00:00 Question
00:29 Accepted answer (Score 8)
00:59 Answer 2 (Score 20)
03:01 Answer 3 (Score 8)
03:33 Answer 4 (Score 1)
04:01 Thank you
--
Full question
https://superuser.com/questions/398945/d...
Accepted answer links:
[search the chromium source]: http://code.google.com/p/chromium/source...
Answer 2 links:
http://think2loud.com/868-google-chrome-.../
Answer 3 links:
[here's]: http://betanews.com/2014/06/12/banish-an.../
[https://support.google.com/chrome/answer...]: https://support.google.com/chrome/answer...?
Answer 4 links:
https://www.howtogeek.com/659105/how-to-.../
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome
#avk47
ANSWER 1
Score 20
This can be accomplished by starting Chrome in kiosk mode.
Here are instructions on how to do this: http://think2loud.com/868-google-chrome-full-screen-kiosk-mode/
Here are steps for running Google Chrome in full screen Kiosk Mode on a Windows PC:
Right click on your Desktop and go to New > Shortcut
Browse to the chrome.exe file (depending on how you installed it, it might be in one of these locations:
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
C:\Users\<username>\AppData\Local\Google\Chrome\Application\chrome.exe
) and click NextType a name for the shortcut (ie “Chrome Kiosk Mode”) and click Finish
Right click on the new shortcut on your Desktop and go to Properties
At the end of your Target replace
chrome.exe
withchrome.exe –kiosk http:// [enter URL here]
and click OKDouble-click the shortcut on your Desktop and it will launch the full screen Kiosk
To quit the Kiosk, press Alt + F4 on your keyboard.
ANSWER 2
Score 9
FYI, here's a solution.
As a summary:
- Go to: chrome://settings/contentExceptions#fullscreen
- Replace any existing URL with:
[*.]
The entry will disappear, but it should still work.
Source of pattern: https://support.google.com/chrome/answer/3123708?p=settings_manage_exceptions&rd=1
ACCEPTED ANSWER
Score 8
I'm pretty sure that it's impossible to suppress this message because this could be a potential security problem (you could fake a desktop and intercept the input of the user).
You could search the chromium source for a flag or something to disable the message. I looked into a few files with the string "Exit Full Screen" but due to my limited experience in C/C++ I gave up after two minutes.
ANSWER 4
Score 1
Right now it doesn't seem possible in Chrome, but it's super easy in Firefox: visit about:config
, then enter full-screen-api.warning.timeout
and set value to 0. Save and enjoy.
Source: https://www.howtogeek.com/659105/how-to-disable-firefoxs-fullscreen-warning-message/