顯示下列標籤的問題: 顯示所有問題

autohide everything when not hovered anywhere on browser 2

this was asked before by myself /questions/1284841 and again by another user /questions/1402855 the code was navigator-toolbox { max-height: 0; overflow: hid… (閱讀更多)

this was asked before by myself

/questions/1284841

and again by another user

/questions/1402855

the code was

  1. navigator-toolbox {
 max-height: 0;
 overflow: hidden;
 transition: ease all 3s;

}

  1. main-window:hover #navigator-toolbox {
 max-height: 100vh;
 animation: 0s pop-in;
 animation-fill-mode: both;
 animation-delay: 2s;

}

@keyframes pop-in {

 from {overflow: hidden}
 to {overflow: unset}

}

the issue now i have with firefox 124.0.2 is that the transition is now instant when my mouse enters or leaves the window and one of my addon buttons (roboform) no longer works with this userchrome.css edit.

its been a few updates ago it broke maybe 15 or so and now im wondering if there is a better updated script that works like it used to.

roger douglas 於 6 天前 詢問

Disable "Add outlook as application prompt" PERMANENTLY

Please see the attached screenshot. I get this popup EVERY TIME I open FireFox. I've tried a number of different suggested "fixes" from Google Searches with no success. … (閱讀更多)

Please see the attached screenshot. I get this popup EVERY TIME I open FireFox. I've tried a number of different suggested "fixes" from Google Searches with no success.

I want this popup GONE.

justin91 於 3 小時前 詢問

Log in preference setting

Hi there! Every time i go onto a site like YouTube, Chess.com, ChatGPT etc, it asks for my login each time and i know there is a setting for it to remember me so i do not… (閱讀更多)

Hi there! Every time i go onto a site like YouTube, Chess.com, ChatGPT etc, it asks for my login each time and i know there is a setting for it to remember me so i do not have to log into my account every time i use the site but I have looked everywhere and still fail to see it. Where about can i turn this setting on so i do not have to sign into my profile to use the relevant site. Thank you.

parth.mistry360 於 1 小時前 詢問