what hes happened to this emails? come all as text not graphic
What has happened to these Emails? they come all as text not graphic probably 8 or 10 email a day?
What has happened to these Emails? they come all as text not graphic probably 8 or 10 email a day?
Some of the firefox built-in search engines have several comma-separated associated shortcut keywords in Settings/Search/Search shortcuts, e. g. @duckduckgo, @ddg for… (läs mer)
Some of the firefox built-in search engines have several comma-separated associated shortcut keywords in Settings/Search/Search shortcuts, e. g.
But if I type in several comma-separated shortcuts for any other search engine, none of them will work as expected in the address line. What is the correct way to assign several keywords for the same search engine, like it is already assigned for some default engines?
Delete the new sidebar
Dear Mozilla Support Team, I am working on configuring Microsoft Intune for organization and need to manage specific settings for Firefox via Custom CSP policies. Howev… (läs mer)
Dear Mozilla Support Team,
I am working on configuring Microsoft Intune for organization and need to manage specific settings for Firefox via Custom CSP policies. However, I could not locate the necessary OMA-URI details for the following Firefox settings:
Advanced Options: Check my spelling as I type Advanced Options: Preference State Advanced Options: Use AutoScroll Advanced Options: Use Smooth Scrolling Disable XPI Installs These settings are crucial for maintaining compliance and ensuring a smooth user experience within our managed environments. Could you please provide:
1. The exact OMA-URI paths or equivalent policies for these settings? 2. Additional documentation or resources related to Firefox Enterprise policies for Intune?
I prefer the tabs be below the bookmark bar, and successfully modified the CSS file to do this some time back. Now update 133 has once again pushed them up below the menu… (läs mer)
I prefer the tabs be below the bookmark bar, and successfully modified the CSS file to do this some time back. Now update 133 has once again pushed them up below the menu bar. What do I have to do to get them back where I want them this time? And why can't you just leave the tab location preference alone when doing updates?
Hello: Using Thunderbird for years. But please, for the love of God, someone tell me *why* Global Filters / Unified Inbox filters are not allowed? I've got 10-15 acco… (läs mer)
Hello:
Using Thunderbird for years. But please, for the love of God, someone tell me *why* Global Filters / Unified Inbox filters are not allowed? I've got 10-15 accounts, and I'm forced to refine/recreate my rules for each account?
Why? Why? Why? Why?
This is not a small thing, yet seems like such a common request. Please make this change/addition!
Thank you.
How Do I stop Private Browsing ?. My Browser updated and now it deletes all my tabs everytime I switch off the PC its driving me nits LOL !!
I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the too… (läs mer)
I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the toolbar when a new extension is added! How do I pin it now?
I have installed Custom Scrollbars by Wesley Branton which gives me wide vertical scrollbars with up/down arrows in Outlook email. This has started disappearing and rever… (läs mer)
I have installed Custom Scrollbars by Wesley Branton which gives me wide vertical scrollbars with up/down arrows in Outlook email. This has started disappearing and reverting to default narrow bars without arrows, maybe I am accidentally clicking somewhere in the reading pane? To get the wide bars back I have to delete the Add-on, close the computer, then re-install the Add-on. Can anyone advise what is going on here and how I can get the wider bars/arrows to stay permanently.
thanks in advance Barry
Wndows10 with Firefox
Why oh why is there a necessity for this stupid new sidebar? Every time there is something new, it just takes ages to find a way of getting rid of it. If it ain't broke, … (läs mer)
Why oh why is there a necessity for this stupid new sidebar? Every time there is something new, it just takes ages to find a way of getting rid of it. If it ain't broke, don't fix it!! martyngs
I updated to version 133 today and was confronted with the vertical tab bar. I did not ask for this or want it, and now I can't get rid of the side bar, in fact I seem to… (läs mer)
I updated to version 133 today and was confronted with the vertical tab bar. I did not ask for this or want it, and now I can't get rid of the side bar, in fact I seem to have just made it worse / wider. How can I get rid of this (and block it) It is just taling up space on my screen. Please help.
In an attempt to submit an application document, a prompt of "GPS needed" keeps appearing meanwhile my device location is turned on already. Why is thus so
perchè cazzo è diventato tutto in inglese? quando c'è un aggiornamento diventa tutto in inglese, avete rotto le scatole.
plz help
Today, my Firefox updated to version 133. I had the Tab Bar below the Address Bar and under the Bookmarks Toolbar - configured via userChrome.css. After the update, my Ta… (läs mer)
Today, my Firefox updated to version 133. I had the Tab Bar below the Address Bar and under the Bookmarks Toolbar - configured via userChrome.css. After the update, my Tab Bar is above the Address Bar. Could you please advise what changes I need to make in userChrome.css to place the Tab Bar below the Bookmarks Toolbar? Thank you.
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top
/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css
@media (-moz-os-version: windows-win10){
}
position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 40px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
.titlebar-buttonbox-container{ left:0; right: unset !important; } }
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
order: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }
.titlebar-placeholder,
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
@media (-moz-gtk-csd-close-button){ .titlebar-button{ flex-direction: column } }
/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */
/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */
position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 29px; width: 100%; overflow: hidden; }
order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }
/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 25px !important; --tab-min-width: 80px !important;
width: 100vw !important; }
.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }
.tab-close-button { color: red!important; }
このサイドバーが邪魔なので消したいです 調べても消し方がわかりません
Bonjour, Depuis quelques jours lorsque s'affiche les résultats pour une recherche, je me trouve toujours avec une dizaines de résultats faisant l'objet de publicités. Je … (läs mer)
Bonjour, Depuis quelques jours lorsque s'affiche les résultats pour une recherche, je me trouve toujours avec une dizaines de résultats faisant l'objet de publicités. Je dois scroller jusqu'en milieu de page pour obtenir des sujets de réponses qui correspondent à ma requête. Ce comportement semble être récent peut être du à une mise à jour du navigateur? Ou bien à un paramètre que j'ai modifié par inadvertance? Si vous savez la cause de ce comportement, je serai ravi d'en connaitre la solution. Merci pour l'aide.
Hello, For the past few days, when the results for a search are displayed, I always find myself with dozens of results with advertisements. I have to scroll all the way to the middle of the page to get the results that match my query. This behavior seems to be recent, perhaps due to a browser update? Or a parameter I've inadvertently changed? If you know the cause of this behavior, I'd love to know the solution. Thanks for your help.
Translated with DeepL.com (free version)
Hi everyone, Prior to the release of Firefox Desktop 133.0, which I believe came out today on 11/26, I was using the profile switcher that was in the Firefox application… (läs mer)
Hi everyone,
Prior to the release of Firefox Desktop 133.0, which I believe came out today on 11/26, I was using the profile switcher that was in the Firefox application menu. I had all my profiles created in about:profiles and I had browser.profiles.enabled set to true. This allowed me to easily switch between profiles by pressing the hamburger button in the top right. However, it is no longer appears for me after the latest Firefox update. I'm not exactly sure if I'm missing something, or if this was intended as I know the profile switcher was a work in progress feature.
This reddit post shows what the feature looked like. I will also attach the images.
If anyone would know why this no longer appears to be working, or how to fix it I would greatly appreciate it. I know I can just use about:profiles or some other alternative, but I found this to be the most convenient.
Windows 11 Thunderbird 128.5.0esr (64-bit) I compact JUNK by right click "Empty Junk" / "Compact" I compact TRASH by right click "Empty Trash" File "Compact Folders" … (läs mer)
Windows 11 Thunderbird 128.5.0esr (64-bit)
I compact JUNK by right click "Empty Junk" / "Compact"
I compact TRASH by right click "Empty Trash"
File "Compact Folders"
This process used to show me how much space I am saving - I do not see this number anymore.
Hi, I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switc… (läs mer)
Hi,
I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switches in order to operate my device. I downloaded and installed the latest version Firefox (version 132.0.2 (64-bit)) via Microsoft Store on my laptop running Windows 10 Home. I have a Jabber/XMPP account to communicate with my family members and friends. In order to mount my laptop to my wheelchair, my laptop has to be in tent mode (upside down, but my screen automatically rotates to the proper orientation.) When I go to mov.im in the Firefox browser and video call someone, I appear upside-down on their end. I also visited https://webcamtests.com/ in Firefox and I appeared upside-down on my screen. However when I use other programs (eg: the camera app in Windows, Google Chrome, etc.), it recognizes my laptop is in tent mode so those programs automatically adjust my camera orientation. I would like my Firefox browser to recognize that my laptop is in tent mode and automatically rotate my camera to the proper orientation. Is this possible? If not, I would like to make this a feature request please?
Thank you