How to disable press esc to exit fullscreen popup?
-
Basically title
-
@donjg977 I do not see this popup, and Escape does not exit full screen; the same for the latest Stable and latest Snapshot.
F11 is the default shortcut to Enter/Exit fullscreen mode.
What are your OS and Vivaldi versions?
-
Apparently, this "Show fullscreen reminder" option is removed since 7.2 because Chromium core forces it to show.
A case for all Chromium browsers, it's hand-holding so-called "security" features...In Vivaldi you can remove this and the "This link has been copied" annoyance with custom CSS, see:
https://forum.vivaldi.net/post/807790That's probably what you're using @Pesala
-
@Pesala said in How to disable press esc to exit fullscreen popup?:
Escape does not exit full screen
If that's the case for you it's a bug or something you've changed.
It works here.https://glitch.com/~fullscreen-test
https://tests.caniuse.com/?feat=fullscreen -
@Pathduck said in How to disable press esc to exit fullscreen popup?:
That's probably what you're using @Pesala
Indeed. I thought that was the Status Bar overlay, but why does the Stable version behave the same? I don’t change any settings on my Stable version, and use no CSS either.
-
@Pesala said in How to disable press esc to exit fullscreen popup?:
and use no CSS either.
From what I understood the only way to not get the fullscreen reminder and the link copy message is to use custom CSS.
-
I know how to do it but I'm told not to speak about it because it's some sort of exploitable security threat. Really, they don't want to get rid of the message.
-
@iAN-CooG I already told one relatively easy way to get rid of it, so an even easier way can't hurt.
Who are "they"? Honestly I don't care what "they" say if they think "security by obscurity" is a valid reason...
-
@Pathduck said in How to disable press esc to exit fullscreen popup?:
an even easier way can't hurt
not easier, I was patching bundle.js directly
Who are "they"?
those from dev team that replied to my bug report.
-
@Pesala os- windows 11 64 bit 24H2
vivaldi - 7.2.3621.67 (Stable channel) (64-bit) -
Where is the css code for the removal of the esc fullscreen popup? In the links I only find it for the copy message?
-
@black110 Try this:
/*Hide Info Overlay Bubble*/ .overlayinfobubble {display: none;}
-
@Pesala this does not seem to be working now (added it in stylus for youtube).
any other solutions?
honestly no one needs a reminder 100 times per day every day about pressing escape to exit fullscreen. it's annoying.
-
@apekiller It still works for me in the latest Snapshot. I don’t use CSS in the Stable version, which I use only for testing purposes.
Edit: In the default Stable version, Esc is used for Stop Loading. I see no message to Press Esc to Exit Fullscreen and F11 does that instead.
-
@Pesala It did not work on the latest snapshot.
to be clear, this is what i want to disable. i am completely sick of it.
Also in the latest snapshot i don't seem to be able to disable these UNWANTED suggestions, the experiments flag is gone now. so i don't want to update my stable since Vivaldi keeps making absolutely terrible decisions.
-
@apekiller This is a UI CSS mod not a webpage script/CSS, so loading it into Stylus won't do anything.
Read here how to add CSS mods, it's not complicated:
https://forum.vivaldi.net/topic/10549/modding-vivaldiAlso in the latest snapshot i don't seem to be able to disable these UNWANTED suggestions
Those are either default bookmarks or Direct Match hits.
https://help.vivaldi.com/desktop/navigation/what-is-direct-match/
Go into settings and disable Direct Match.Then clean up your bookmarks to remove any unwanted ones.
I suggest you delete the default "Shopping" "Travel" etc folders, then set your own Start Page bookmarks folder.
https://help.vivaldi.com/desktop/navigation/start-page/#Speed_Dial -
@Pathduck i was unaware of this, just tried it and it works. thanks a lot for the link!