revenir à un fond blanc lors d'une ouverture d'un site en page privée
j'ai du appuyer sur un mauvais clic et lorsque j'ouvre une page en privée j'ai un fond bleu clair et je ne peux pas lire ce qui est indiqué .
j'ai du appuyer sur un mauvais clic et lorsque j'ouvre une page en privée j'ai un fond bleu clair et je ne peux pas lire ce qui est indiqué .
My bookmarks have been removed from the bookmarks toolbar. I'm not sure how this happened or how to restore them. In the attached screenshot, you can see the bookmarks an… (read more)
My bookmarks have been removed from the bookmarks toolbar. I'm not sure how this happened or how to restore them. In the attached screenshot, you can see the bookmarks and their folders still exist under "Bookmarks Toolbar", yet they're gone from the toolbar itself. I'm not sure what to do next?
When I am browsing the web I want the display to be full screen width. I don't want split screens. I don't want a permanent left column, like Zen appears to have. Can I t… (read more)
When I am browsing the web I want the display to be full screen width. I don't want split screens. I don't want a permanent left column, like Zen appears to have. Can I toggle (hide/show) that left column ? No one appears to use analysts any more (we were expensive) The young programmers that are used instead, love dreaming up (and implementing) design changes, just because they can.
How do I return my screen size to normal?
Highly suggest you go back to previous sidebar implementation.
I have two monitors: Monitor 1 is Asus PG248QP(Run in 1920 x 1080 360hz landscape 100% scale) Monitor 2 is G272U Pro(Run in 4320 x 2160 60hz landscape 150% scale). I arra… (read more)
I have two monitors: Monitor 1 is Asus PG248QP(Run in 1920 x 1080 360hz landscape 100% scale) Monitor 2 is G272U Pro(Run in 4320 x 2160 60hz landscape 150% scale). I arrange them veritcally, monitor 2 on top and monitor 1 at the bottom.
When I minimize the non-fullscreen firefox window on the monitor 1, black/transparent border shows on the left, right, and bottom of the firefox window.
When I arrange two monitor horizontally, everything normal. I place monitor 1 at the left of monitor 2.
When I do this on the monitor 2, everything normal.
I have to use two monitors vertically, since I don't have much space.
I also tried different versions of firefox. for now, 129.0 to 136 has these problems. I have install chrome, brave, edge. None of them has this problem.
windows 11 23h2 (22631.5039) cpu: 13900k gpu: 4090 with 572.60 ram: 32gb x 2
Firefox 137.0
already tried refresh firefox profile.
Last week the bookmarks button to bring on the sidebar disappeared from my toolbar. Browser and OS up to date. In my attempt to add it back I now see it has also been eli… (read more)
Last week the bookmarks button to bring on the sidebar disappeared from my toolbar. Browser and OS up to date. In my attempt to add it back I now see it has also been eliminated from the Customize palette. What gives?
I spent a ton of time perfecting my Firefox, making it look exactly how I wanted… but there’s one huge problem. My entire setup relies on userChrome.js, and I haven’t fou… (read more)
I spent a ton of time perfecting my Firefox, making it look exactly how I wanted… but there’s one huge problem. My entire setup relies on userChrome.js, and I haven’t found a way to make it run permanently without pain.
I’m completely out of energy trying to fix this. But maybe someone here knows a proper workaround?
No js loaders and other hacks worked, so I’m sharing the full code. Maybe you can help me figure out a way to keep it running consistently?
Here’s my code:
function fixTabOrientation() {
let tabbrowserTabs = document.getElementById("tabbrowser-tabs"); let arrowscrollbox = document.getElementById("tabbrowser-arrowscrollbox"); let newTabButton = document.getElementById("tabs-newtab-button"); let peripheryBox = document.getElementById("tabbrowser-arrowscrollbox-periphery"); let navBar = document.getElementById("nav-bar-customization-target"); let urlBar = document.getElementById("urlbar-container"); // Адресний рядок
if (tabbrowserTabs?.getAttribute("orient") !== "horizontal") { tabbrowserTabs.setAttribute("orient", "horizontal"); }
if (arrowscrollbox?.getAttribute("orient") !== "horizontal") { arrowscrollbox.setAttribute("orient", "horizontal"); }
if (navBar && urlBar && !urlBar.nextSibling?.isSameNode(tabbrowserTabs)) { navBar.insertBefore(tabbrowserTabs, urlBar.nextSibling); }
if (newTabButton) { newTabButton.style.position = "absolute"; newTabButton.style.right = "10px"; newTabButton.style.top = "50%"; newTabButton.style.transform = "translateY(-50%)";
if (peripheryBox && !peripheryBox.contains(newTabButton)) { peripheryBox.appendChild(newTabButton); }
newTabButton.style.display = "block"; newTabButton.style.width = "32px"; newTabButton.style.height = "32px"; } else { console.log("New Tab"); }
}
fixTabOrientation(); setInterval(fixTabOrientation, 1000);
Any work solutions would be massively appreciated—I’m honestly exhausted fighting this.
As you can see from the image, the bookmark sidebar width can be expanded, but the width of the text portion does not grow with it. My longer bookmark names get truncated… (read more)
As you can see from the image, the bookmark sidebar width can be expanded, but the width of the text portion does not grow with it. My longer bookmark names get truncated. Is there a setting to deal with this? If so, how do I access it?
Typography changed dramatically instantaneously and renders the application unreadable. Where do I change the settings back to a normal font again?
I only want the side bar to have bookmarks and not waste space. Any way to revert to the previous sidebar edition?
Why can't the first tab be aligned to the far left
how do I restore the old set of vertical that I previously had?
I've carried forward settings from long ago in my profile and I'm trying to figure out what my old settings are that control the scaling of the display. On older display… (read more)
I've carried forward settings from long ago in my profile and I'm trying to figure out what my old settings are that control the scaling of the display. On older displays, I had made a point of using the native resolution for images to avoid blurring, and then changed font sizes to fit. In about:config I've found:
layout.css.devPixelsPerPx=1 layout.css.dpi=144
but copying those to a new profile gives me a tiny display on my higher-res screen. Changing layout.css.devPixelsPerPx works as expected, but layout.css.dpi seems to be a red herring--changing it has no effect in old or new profile. I vaguely remember replacing it with something else after a design change, but I'm not finding it either in about:config or in my userContent.css. It must be something that applies to the page content and not the UI, because my old settings don't affect the menu text and I had to adjust that size in userChrome.css.
(I'm trying to figure this out to diagnose a problem with a web site at work, which doesn't compute the window size correctly with my settings and refuses to display a menu sidebar at my usual window width.)
Is there a way to show bookmarks on particular sites without showing them all the time? My use case is that I have a plugin's url set as my home page and new tab page an… (read more)
Is there a way to show bookmarks on particular sites without showing them all the time?
My use case is that I have a plugin's url set as my home page and new tab page and would like to be able to see my bookmarks when I open a new tab but not when I'm on other tabs.
Bonus question; is there a way to have my new tabs open to that plugin's url but also have the url bar empty for browsing?
Thanks in advance for any help with either of these I imagine specific questions.
Is there any setting that allows to get rid from this annoying Titlebar (line with buttons) in fullscreen mode? So that it never shows up even when hovering the mouse poi… (read more)
Is there any setting that allows to get rid from this annoying Titlebar (line with buttons) in fullscreen mode? So that it never shows up even when hovering the mouse pointer over the top edge of screen. When it jumps out everything slides down and always leads to miss clicks when I try to select tabs. I don't want it to be constantly present here as well because it takes up screen space.
how do I enlarge the text on the Firefox homepage and bookmarks
Hello, I have an empty space on the toolbar between the "New Tab" button and the "Minimize Window" button in Firefox. Is there a way to remove or reduce this space to mak… (read more)
Hello, I have an empty space on the toolbar between the "New Tab" button and the "Minimize Window" button in Firefox. Is there a way to remove or reduce this space to make better use of the available space? Any help would be appreciated! Thanks.
I have asked this question once before, but was hoping I could get some help by asking again. The text on my screen will completely bug out, and I have no idea how to sto… (read more)
I have asked this question once before, but was hoping I could get some help by asking again. The text on my screen will completely bug out, and I have no idea how to stop it. I will attach several images from this screen alone showcasing the issue. It occurs everywhere, including captions. Only Firefox has this issue on my computer. I have tried refreshing Firefox once, and it did not solve the problem.
Hello, I am currently using Firefox on PC, and the menu bar items don't appear on the KDE global menu. How do I enable this feature? Thanks in advance.