Prikaz označenih pitanja: Prikaži sva pitanja

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… (pročitajte više)

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.

Asked by roger douglas prije 1 sedmicu

Scrolling speed in smaller page size

So i make page smaller at 60% size, and when i scroll it move on the same amount of space as its on 100% size, basically decrease scroll speed. Is there a way to make it … (pročitajte više)

So i make page smaller at 60% size, and when i scroll it move on the same amount of space as its on 100% size, basically decrease scroll speed. Is there a way to make it not happen and make scroll speed the same at any page size.

Asked by Beltion prije 2 mjeseci

Multi Account Containers disappear with Firefox updates

Almost every Firefox update for the last year has deleted my container tabs. More recently, while reconstructing my containers for several Google accounts, I pin them as… (pročitajte više)

Almost every Firefox update for the last year has deleted my container tabs.

More recently, while reconstructing my containers for several Google accounts, I pin them as I create each tab. Next time I restart Firefox the pinned containers are there but blank when opened and new unpinned tabs appear for the same containers.

Windows 10 Pro 22h2

Asked by dleippe prije 2 mjeseci

I had to disable touch bar at Mac Book Pro, while I typing or editing, it hits "Back" or "Reload" by itself

I blamed on Facebook last release when it started to interrupt comments and edits, either attempting to reload the page, or simply hitting "back" one or 2 pages, even whe… (pročitajte više)

I blamed on Facebook last release when it started to interrupt comments and edits, either attempting to reload the page, or simply hitting "back" one or 2 pages, even when I am thinking and do not touch the keyboard. Then I discovered the same feature while edited a post in X. Different sites, the same behavior. So, I removed all Firefox related controls from the touch bar, and the problem disappeared. I am not sure, was it the result of upgrade to MacOS 14.3, or upgrade of Firefox to 122, or is something wrong with Macbook Pro hardware?

Asked by wavebourn prije 2 mjeseci

My PDF Toolbar "Print Button" moved 3 spaces to the right instead of the first position?

I found any archived topic on not being able to customize the PDF Toolbar at all, from April 2023. But, over the weekend, my PRINT button has now moved from the first pos… (pročitajte više)

I found any archived topic on not being able to customize the PDF Toolbar at all, from April 2023. But, over the weekend, my PRINT button has now moved from the first position to the last position. In fact, all 4 of the buttons have reversed themselves. It is now "Text, Draw, Image, & Print", instead of the normal Print first, etc. If we can not customize these buttons, how did they reverse themselves without my authorization? This really is inconvenient and bothers my OCD greatly.

Asked by dragonsi prije 2 mjeseci

Single line spacing before numbered/bulleted lists

Hello all, there's quite a few threads on spacing in the message composition window but I have not seen a thread on this specific issue. Even though I have changed the s… (pročitajte više)

Hello all, there's quite a few threads on spacing in the message composition window but I have not seen a thread on this specific issue. Even though I have changed the style to "body text" instead of "paragraph" when I type text and then in a subsequent line start a numbered list or a bulleted list using the format buttons, thunderbird automatically includes an extra space. I don't want this. Is there a way to eliminate this extra line?

I've attached an image to show what I mean.

thanks

Asked by Allen Chang prije 2 mjeseci

Screen recorder

I'm looking for a screen recorder. The addon search list has several. Awesome screenshot has a lot of users, but some aren't thrilled that you have to create an accou… (pročitajte više)

I'm looking for a screen recorder. The addon search list has several.

Awesome screenshot has a lot of users, but some aren't thrilled that you have to create an account.

it doesn't have to be particularly fancy. For instance, I have a couple Firefox and Windows issues I'd like t document.

Asked by noel_envode prije 2 mjeseci

Last reply by Agent virtuel prije 2 mjeseci

Websites are blocked cannot permantly remove.They just reappear in blocked listing.

bold textA important web site (eBay) is in my blocked list I did not add it to the listing,so I remove it from the blocked sight list and it comes right back as blocked.I… (pročitajte više)

bold textA important web site (eBay) is in my blocked list I did not add it to the listing,so I remove it from the blocked sight list and it comes right back as blocked.Is it something in my Firefox settings or possibly malware?Should I uninstall Firefox and reinstall? Need some advice please.

Asked by srichard25 prije 2 mjeseci

Firefox cannot detect plugins when running in a container.

I am trying to install Adobe Flash player in Firefox 84.0 (the last version support Flash player) when running in a docker container (Ubuntu 22.04.3 LTS). I had tried to … (pročitajte više)

I am trying to install Adobe Flash player in Firefox 84.0 (the last version support Flash player) when running in a docker container (Ubuntu 22.04.3 LTS). I had tried to run Firefox in my real machine (Linux 6.1.0-17-amd64 Debian 12) and it worked well. I just copy the file "libflashplayer.so" to the path "~/.mozilla/plugins". But when Firefox is running in a container, I do the same but it can't found Flash player plugin. No matter where I place the libflashplayer.so, like "~/.mozilla/plugins" or "/usr/lib/firefox/firefox", it don't work, I can't find Flash player in "about:plugins" or "about:addons". I start Firefox from a terminal and there is no error log. I have no idea why it can detect flash player plugin while running in a real system but don't work when running in a container. Thanks.

Asked by learning prije 2 mjeseci

How do I open an mht file in Firefox 121.0?

I use Firefox on Raspberry pi os. I have a lot of help files saved in mht format. How can I open these files in Firefox? Chrome supports such files without additional con… (pročitajte više)

I use Firefox on Raspberry pi os. I have a lot of help files saved in mht format. How can I open these files in Firefox? Chrome supports such files without additional configuration, but I would not like to use this browser on Raspbian, since it consumes much more resources than Firefox. It is undesirable to use a different format.

Asked by haymos prije 2 mjeseci

How to focus url on new window

On new window (`Ctrl-N`) I want the focus to be on the url bar, not the homepage. I believe this is the default behavior if no homepage is set, but I want to set this beh… (pročitajte više)

On new window (`Ctrl-N`) I want the focus to be on the url bar, not the homepage. I believe this is the default behavior if no homepage is set, but I want to set this behavior independent of the homepage setting.

Is there a setting for this?

Same as below, but solution did not work for me.

https://support.mozilla.org/en-US/questions/986128

Asked by 24michaelpartridge prije 2 mjeseci

Fixed window size by parameter

As I am a corporate website administrator and I use an ultra-wide monitor with a resolution of 3840x1600 pixels, I need to be able to run firefox with window size of full… (pročitajte više)

As I am a corporate website administrator and I use an ultra-wide monitor with a resolution of 3840x1600 pixels, I need to be able to run firefox with window size of full HD to verify the compatibility of the site for common displays.

How can I ensure that the Firefox window always starts at this size?

In the case of Chrome, you just add the parameter -window-size=1920,1080

Unfortunately, this solution does not work here (so it worked in older versions).

I found some plugins that promised this, but none worked correctly.

I find the option to set a default size to be very basic and essential and prevents me from switching from Chrome to Firefox.

Asked by stalda prije 2 mjeseci

adding my custom firefox colour impossible on a 2nd computer?

i made a custom firefox colour setup for my desktop machine, and it doesn't have any option to save it- because of this, on my laptop which is synchronized to my desktop… (pročitajte više)

i made a custom firefox colour setup for my desktop machine, and it doesn't have any option to save it- because of this, on my laptop which is synchronized to my desktop's firefox settings, it is not showing up at all and if i go to firefox colour it isn't there for me to add. so how do i DO this???

i do not want to maker my custom setup public so it is not available to all, it is my own setup using some of my own artwork which i do NOT want made public on the internet.

there MUST be a way to save it however and let my laptop's firefox also display it,m yes???

and on that topic, why isn't it just automatically synchronizing when everything else does?

Asked by Aurore de Blois prije 2 mjeseci

Best addon for downloading linked images on a website

I've tried a few addons that download website images but the website I go to has thumbnails that are linked to larger jpg's and addons I've used won't download the linked… (pročitajte više)

I've tried a few addons that download website images but the website I go to has thumbnails that are linked to larger jpg's and addons I've used won't download the linked jpg's. I used "Download all images" addon which has a "Deep Search Option" and filters for downloading linked images but I can't get it to work. I couldn't figure out how to use the filters. I read about another addon called "download-links" that can search linked images and I might give it a try. Any suggestions? Has anyone tried "Download all images" addon?

Asked by grov10 prije 2 mjeseci

  • Zaključano

Firefox Setting pn Startup: Open previous windows and tabs not working

Locking this thread, please continue here: [/questions/1440193] When I open Firefox, the tabs from the previous session do not open despite the setting. I end up with a s… (pročitajte više)

Locking this thread, please continue here: [/questions/1440193]
When I open Firefox, the tabs from the previous session do not open despite the setting. I end up with a start page showing only a new tab page. This has been happening over the past few days and I don't know why.

Does anyone have any ideas why this is happening.

Asked by PhilG prije 2 mjeseci