how do i set firefox to open in private browsing
I want to open private firefox as my opening page. How do I do this?
I want to open private firefox as my opening page. How do I do this?
Previous versions of Firefox turned a link from blue to purple once it had been clicked. The new update does not seem to have this feature. I would like it back, or an op… (மேலும் படிக்க)
Previous versions of Firefox turned a link from blue to purple once it had been clicked. The new update does not seem to have this feature. I would like it back, or an option to turn it on again.
I was wondering how to restrict certain words from being browsed on the account, is that possible? I heard FoxFilter does something similar but I can’t seem to find it. … (மேலும் படிக்க)
I was wondering how to restrict certain words from being browsed on the account, is that possible? I heard FoxFilter does something similar but I can’t seem to find it.
Please answer the above question in Subject:
My desktop computer died, so I needed to copy all my data files from backup (which worked fine) and then install all the apps that I regularly run on my laptop. When I … (மேலும் படிக்க)
My desktop computer died, so I needed to copy all my data files from backup (which worked fine) and then install all the apps that I regularly run on my laptop. When I installed Thunderbird, I got the latest Release 139.02. It behaves very differently from what I think is called the "Classic View" that was running on my Desktop. I REALLY hate it, but can't figure out how to set the Thunderbird parameters to do that. My problems include:
-- Overview of Thunderbird "Views". I can't find any documentation that explains [a] the various viewing options that Thunderbird offers and [b] EXACTLY how to set them.
-- Release Notes. I haven't found any release notes to explain when/why a major change to view was done.
-- Periodically, even for same release, Thunderbird CHANGES my parameter settings. Most annoying is changing the General Message-List settings to "Show Only Display Names For People in My Address Book". I live in a retirement community where many husbands & wives share the same Email address. With this setting, Thunderbird shows the name associate with the first message I received from this Email address. So the heading doesn't show which person actually sent it (although I can make a good guess when Thunderbird is telling me it came from a dead person. [g]
Is there ANY way I can get Release 139.0.2 to display messages the way I've been seeing them for at least 10 years? I REALLY need help. (If I can't get Thunderbird to behave the way I want, seem like I might as well switch to reading/writing messages directly from Google Gmail web site. It's equally lacking in documentation, but I suppose that eventually I could figure it out.)
Thanks in advance for any help anybody can offer.GMail, I'd seriously consider switch to using Gmail directly without Thunderbird.)
I am adding tabs to Collections and have noticed that I cannot change the order in which the list of Collections appears, either on the Home page under subheading "Collec… (மேலும் படிக்க)
I am adding tabs to Collections and have noticed that I cannot change the order in which the list of Collections appears, either on the Home page under subheading "Collections" or upon clicking "Save to collection" from the three-dot menu.
The order seems to be fixed by an ordering system of oldest to newest. There is no way to rearrange this ordering, either to alphabetical ranking or custom ordering.
Is there a way to switch up the chronological ordering? Any help would be much appreciated.
How the heck is there still no way to modify Firefox hotkeys without an extension? Firefox must have updated because I can no longer use Command-Option-Up/Down to navigat… (மேலும் படிக்க)
How the heck is there still no way to modify Firefox hotkeys without an extension? Firefox must have updated because I can no longer use Command-Option-Up/Down to navigate between servers on discord.com. Instead those keys are now reserved by Firefox for navigating tabs (which seems superlative, there are already MULTIPLE other hotkey combos for switching tabs.) Absolutely bonkers that there's no user-friendly way to modify these hotkeys.
My system has 2 display monitors, the second one used only in Photoshop and Lightroom. Recently I converted my system to Windows 11 and the Firefox display screen now co… (மேலும் படிக்க)
My system has 2 display monitors, the second one used only in Photoshop and Lightroom. Recently I converted my system to Windows 11 and the Firefox display screen now comes up only on my second monitor screen. I want it back on my primary monitor where it has always been under Windows 10. Help and Thanks. Charles Klingsporn
New computer Ubuntu 24.04 Mate, older Ubuntu 22.04 Cinnamon. Following support transfer directions (open Thunderbird on new PC, close it, paste a copy of older .thunderb… (மேலும் படிக்க)
New computer Ubuntu 24.04 Mate, older Ubuntu 22.04 Cinnamon. Following support transfer directions (open Thunderbird on new PC, close it, paste a copy of older .thunderbird from USB stick to .thunderbird on new, over write), when I open Thunderbird no accounts are shown only the create account screen. I find no update path for older Thunderbird. New PC came with 128 esr but I found a tarball of 115 .18.0, installed it and followed transfer directions with the same results. Seems like the esr version uses a profile ending with esr and ignores my older one. What are my options for transferring 20 years of significant messages? The hard way might be to identify the account specific files in my older profile and copy them into the new esr profile...
How do I transfer passwords from Google to firefox?
Hi everyone I use Thunderbird Portable on an external SSD. I switch between a Windows 10 and a Windows 11 computer. On the Win11, I am experiencing some issues. When I ru… (மேலும் படிக்க)
Hi everyone I use Thunderbird Portable on an external SSD. I switch between a Windows 10 and a Windows 11 computer. On the Win11, I am experiencing some issues. When I run TB, sometimes the app "loses memory" and it opens as the first time, although the local folders seemingly should have all the emails (some folders have appropriate date and time, and the total size of the folder is OK). But I have no possibility to recover these emails. I tried to import them, but there always is some problem. I tried to copy all the folders in a previous (working) backup copy of TB, but still doesn't work.... how can I fix this?
On July 2nd, I began receiving error messages in emails that connect with Healthcare apps that I need to check settings in my browser for Javascript & turn it back o… (மேலும் படிக்க)
On July 2nd, I began receiving error messages in emails that connect with Healthcare apps that I need to check settings in my browser for Javascript & turn it back on.
I read in solutions that it's automatic, but there must be a way to activate it again. I even restarted my phone hoping that would solve it.
I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few wee… (மேலும் படிக்க)
I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few weeks ago. Now it only partly works. C+J is fine. The other two succeed in deleting the existing command, and the shortcut key does nothing. Any ideas please?
// C+J = open downloads var element = document.getElementById('key_openDownloads'); if (element) {
element.setAttribute('key', 'j'); element.setAttribute('modifiers', 'accel');
}
// C+D = Duplicate tab var element = document.getElementById('addBookmarkAsKb'); if (element) {
element.removeAttribute('command'); element.setAttribute('oncommand', "duplicateTabIn(gBrowser.selectedTab, 'tab')");
}
// CS+N = move tab to new window var element = document.getElementById('key_undoCloseWindow'); if (element) {
element.removeAttribute('command'); element.setAttribute('oncommand', 'gBrowser.replaceTabsWithWindow(gBrowser.selectedTab)');
}
The scroll bar on web pages has disappeared. What has happened? How can I restore it?
I am prompted to FINISH SETUP. When I click on the button a pop up asking me to FINISH SETTING UP FIREFOX by completing 5 steps. All are checked. Nothing happens nor is t… (மேலும் படிக்க)
I am prompted to FINISH SETUP. When I click on the button a pop up asking me to FINISH SETTING UP FIREFOX by completing 5 steps. All are checked. Nothing happens nor is there a button to execute the operation. How do I complete the SETUP?
Hello Following a recent thundebird update, the body of certain emails contains a list of links to images rather than the images themselves that appeared before. The scre… (மேலும் படிக்க)
Hello Following a recent thundebird update, the body of certain emails contains a list of links to images rather than the images themselves that appeared before. The screen looks crowded, confusing and unattractive. How can I revert to the old, much more attractive appearance ? I have searched but can find no help. Regards
I have a lot of folders in my account and most have sub folders. When I search the folders, it shows all the sub folders making selection a long task. Is it possible t… (மேலும் படிக்க)
I have a lot of folders in my account and most have sub folders. When I search the folders, it shows all the sub folders making selection a long task. Is it possible to hide these sub folders as you can in GMail for android and TB for PCs.
I'm in the process of cleaning up Thunderbird e-mail before moving to a new computer. I started with 11,593 e-mails in my Inbox and 7,799 e-mails in my Sent folder. I'm… (மேலும் படிக்க)
I'm in the process of cleaning up Thunderbird e-mail before moving to a new computer. I started with 11,593 e-mails in my Inbox and 7,799 e-mails in my Sent folder. I'm now down to 7,634 in my Inbox and 4,965 in my Sent folder. I've allocated 2 weeks for this process and found that it's taking me about 3 hours per day to meet my daily goals. I'm finding that I'm spending at LEAST half the time responding to "Empty-Trash/Compact-folders" requests. There are times I can delete 50 e-mails at a time without getting a request. Other times I will try to delete ten e-mails and get the request. With the old version of Thunderbird I could literally delete hundreds of e-mails at a time. Can you help? Russ Bukwa Yardley, PA ps. I have intentionally given you specific numbers. Based on my software- and test-engineering experience, I speculate you need to create a stress test to solve this nagging problem.
I want to have my firefox browser to automatically go to full screen when I click on it
The instruction FireFox provided state that I should go to the chrome menu, i.e., the three dots. From there, FireFox instructed me to go to the passwords and autofill o… (மேலும் படிக்க)
The instruction FireFox provided state that I should go to the chrome menu, i.e., the three dots. From there, FireFox instructed me to go to the passwords and autofill option, and that once I select the passwords and autofill option a link to download the passwords will appear. No link to download the passwords appeared. How do I move my passwords from chrome to FireFox?