Form data history on Firefox for android?

Hello there, isn't there anything like form data history like there is on the windows version? So when I type something in any text fields it suggests that input the nex… (மேலும் படிக்க)

Hello there,

isn't there anything like form data history like there is on the windows version? So when I type something in any text fields it suggests that input the next time I visit the page.

Thanks, Chris

Asked by Chris 6 நாட்கள் முன்பு

Can't launch my url in Selenium-controlled Firefox browser process

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window. My desktop app redirects user to a … (மேலும் படிக்க)

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window.

My desktop app redirects user to a login screen on Firefox, and I want to automate it using Selenium. My current workflow: 1. Launch Selenium-controlled Firefox browser using GeckoDriver 2. Click on "Login" button on my desktop app. The desktop app launches the login screen on user's OS default browser using the default user profile (in which case I set in profiles.ini to the temp profile copy created by Selenium). 3. (ERROR) Popup on the above error is displayed

Code: import configparser import os

web_driver = selenium_webdriver.Firefox(executable_path='C:\\Users\\mnxl\\.wdm\\drivers\\geckodriver\\win64\\v0.34.0\\geckodriver') profile = web_driver.capabilities['moz:profile']

  1. Path to the Firefox profiles folder

profiles_path = os.path.expanduser(r'~\AppData\Roaming\Mozilla\Firefox')

  1. Path to the profiles.ini file

profiles_ini_path = os.path.join(profiles_path, 'profiles.ini')

  1. Read the profiles.ini file

config = configparser.ConfigParser() config.read(profiles_ini_path)

  1. Find the section for the profile to set as default

for section in config.sections():

   if config.has_option(section, 'Path') and config.get(section, 'Path') == profile:
       # Set this profile as the default
       config.set(section, 'Default', '1')
   else:
       # Set all other profiles as not default
       config.set(section, 'Default', '0')
  1. Write the changes back to the profiles.ini file

with open(profiles_ini_path, 'w') as configfile:

   config.write(configfile)

Asked by Magdeline Ng 6 நாட்கள் முன்பு

Suspected Scam 'your account has been hacked'

I've got notifications informing me with various sentences. That my account has been hacked, Scammers have your passwords, your card details have been stolen. These messa… (மேலும் படிக்க)

I've got notifications informing me with various sentences. That my account has been hacked, Scammers have your passwords, your card details have been stolen. These messages are only in Notifications not one email received. I feel they are scams. Anyone else had this. All my accounts are locked down so I'm not alarmed. And all is fine. Anyone out there that can offer their experience? Thanks

Asked by flissa3 6 நாட்கள் முன்பு

Bookmarks Toolbar Popup Menu Padding, Color, and more.

Hi All, I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding… (மேலும் படிக்க)

Hi All,

I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding between menu items and rounded corners.

I'm a fan of system menus, so I would really like the popup menu to look like the regular bookmarks menu from the top menu bar (see attached image).

I also like the subtle chiseled vertical line separating the favicons and the descriptions, and the 1px gray border around the menu, plus square corners.

I took a guess at some of the variable names, but only the menu's background color has changed.

Maybe someone knows how to change other attributes such as border color, radius, menu-item-height, padding, and add in the 3D vertical column line?

Thank you!

Here is my first attempt at the code...

#PersonalToolbar menupopup {
  /* Text color */
  --menu-color: #000 !important;
  --arrowpanel-color: #000 !important;
  --panel-color: #000 !important;
  /* Background color */
  --menu-background-color:  #f0f0f0 !important;
  --arrowpanel-background: #f0f0f0 !important;
  --panel-background: #f0f0f0 !important;
  /* Border color (if any) */
  --menu-border-color: #606060 !important;  /* not working on boomarks toolbar menu */
  --menu-border: 1px !important;  /* not working on boomarks toolbar menu */
  --menu-border-radius: 0px !important;  /* not working on boomarks toolbar menu */
}
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 0px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}

Asked by Slouch 6 நாட்கள் முன்பு

Preview pane when attaching files

I send .doc and .pdf files to my customers. When creating the outgoing email message and attach a file, I used to be able to see the file in the preview pane. I can no lo… (மேலும் படிக்க)

I send .doc and .pdf files to my customers. When creating the outgoing email message and attach a file, I used to be able to see the file in the preview pane. I can no longer see the preview. Please help. This feature does work for jpg, tiff, and other image files.

Asked by matta2 1 வாரத்திற்கு முன்பு

Last reply by matta2 6 நாட்கள் முன்பு

Touch Keyboard not working in Firefox

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 1… (மேலும் படிக்க)

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 17 F121DS, Serie 5CD4355YDX. Touch Keyboard (not to be confused with on-screen) opens and closes immediately; sometimes, on the first occurrence, it stays open long enough to be able to click on a text field and then disappears. "On screen keyboard" works fine as does "Touch keyboard" in Edge and Chrome and all other Apps. Since this is a recent occurrence, and a lot of odd changes took place after the last FF update, I have reverted to Firefox 124, after this did not work also did a restore to last Restore Point from April. No change! I have consulted the [1754973] as well as [1750584] , but these did not help me much further. Any suggestions or is there a bug?

Asked by Karl 6 நாட்கள் முன்பு

After moving email from unified to a specific folder, it reappears in unified (and is in the folder)

I can no longer move an email from unified to a specific folder without it bouncing back. If move it to a folder it appears there and If I then delete it from unified, it… (மேலும் படிக்க)

I can no longer move an email from unified to a specific folder without it bouncing back. If move it to a folder it appears there and If I then delete it from unified, it deletes the email in the folder. Only just started happening. What I want is to be able to move the email to a folder, in order to keep the amount of emails in unified to a manageable level.

Asked by julie95 1 வாரத்திற்கு முன்பு

Last reply by julie95 6 நாட்கள் முன்பு

display colors on twitter

Hi. with Firefox not able to get default colors on twitter. With other browser no problem - i've got default colors All Extensions disabled, restarted - but no change … (மேலும் படிக்க)

Hi. with Firefox not able to get default colors on twitter. With other browser no problem - i've got default colors All Extensions disabled, restarted - but no change

Asked by ivkovic651 6 நாட்கள் முன்பு

not getting emails on comuter,

my in box keep crushing, and now I don't get my emails on the computer

Asked by mirib 6 நாட்கள் முன்பு

Thunderbird 115.10.1 – missing folders in the panel after the update

Hi, after upgrading the programs to version 115.10.1 after restarting, all folders in the folder panel disappeared. I still have all accounts visible in the account sett… (மேலும் படிக்க)

Hi, after upgrading the programs to version 115.10.1 after restarting, all folders in the folder panel disappeared. I still have all accounts visible in the account settings. I attach a screenshot.

I follow someone instructions: Menu icon > Help > More Troubleshooting Information Under 'Application Basics' - Profile Folder - click on 'Open Folder' A new window opens showing contents of your 'profile name' folder Exit Thunderbird now - this is important Scroll down - delete all of the following files.

   folderCache.json
   folderTree.json
   session.json
   xulstore.json 

Start Thunderbird With no results. Thank you for any help.

Asked by Alex Saba 1 வாரத்திற்கு முன்பு

Last reply by Alex Saba 6 நாட்கள் முன்பு

Thunderbird (recent version) on Windows 11 not correctly starting anymore.

Hi, After using Thunderbird for years without problems, I ran into a serious one now (since a few days). When starting Thunderbird it comes up with three almost empty wi… (மேலும் படிக்க)

Hi, After using Thunderbird for years without problems, I ran into a serious one now (since a few days). When starting Thunderbird it comes up with three almost empty windows, one over the other. No data is filled in and when clicking on the window it says in the upper left corner: Starting page - Modzilla Thunderbird (no response) / (actually in German) Startseite - Modzilla Thunderbird (Keine Rückmeldung). The small login popup is also seen in the window but doesn't accept any typing and shows also 'Keine Rückmeldung / no response'. I can only stop the process on Windows level. I would be very grateful if you could help me with this issue. I cannot get to my emails anymore. Many thanks Holger

Asked by hemrich 6 நாட்கள் முன்பு

Last reply by hemrich 6 நாட்கள் முன்பு

Gmail internet clock is wrong time zone, how to fix

Firefox for Android. Gmail comes in at a different time zone, but my clock is correct. How do I fix it? I have location OFF on tablet and do not want it on. Can I fix… (மேலும் படிக்க)

Firefox for Android.

Gmail comes in at a different time zone, but my clock is correct. How do I fix it?

I have location OFF on tablet and do not want it on. Can I fix this without turning on the ability to track my device?

Thank you.

Asked by CiaoBella13 6 நாட்கள் முன்பு

Desktop icons

The file icons on by desktop were always the standard color but now the are blue and white why did this happen. I know I can change each one back individually but how can… (மேலும் படிக்க)

The file icons on by desktop were always the standard color but now the are blue and white why did this happen. I know I can change each one back individually but how can I change them in mass.

Asked by melankney 6 நாட்கள் முன்பு

Thunderbird Inbox

Inbox sidebar shows one unread message but there are no highlighted (unread) messages in the inbox message list

Asked by balter 1 வாரத்திற்கு முன்பு

Last reply by balter 6 நாட்கள் முன்பு

Thunderbird issue

I am unable to copy text and paste from body of email in Thunderbird. I was able to in past versions. When I right click after highlighting text all options appear but do… (மேலும் படிக்க)

I am unable to copy text and paste from body of email in Thunderbird. I was able to in past versions. When I right click after highlighting text all options appear but does NOT allow to copy anything.

Asked by karl70 1 வாரத்திற்கு முன்பு

Last reply by karl70 6 நாட்கள் முன்பு

Why does Thunderbird include the "Leave Messages on Server" for POP Accounts?

I have seen numerous posts on this forum involving the "Leave Messages on Server" option in the server portion of the Account settings. Many of these posts include respon… (மேலும் படிக்க)

I have seen numerous posts on this forum involving the "Leave Messages on Server" option in the server portion of the Account settings. Many of these posts include responders stating that this option does not apply to POP servers.

If this is correct, why does Thunderbird even include this setting for an account that is explicitly designated as a POP server/account? This is an invitation to confusion and misunderstanding; I have been a victim of this. It seems to me to be a no-brainer to change the code to remove this option from these POP accounts.

Asked by Tom Gordon 1 வாரத்திற்கு முன்பு

Last reply by Tom Gordon 6 நாட்கள் முன்பு

Is there a way I can get my Add-Ons BACK after "upgrading" to a version that keeps Cloudflare happy?

I did an Upgrade to a version of Firefox that would bypass those "Your Browser Is Not Supported" messages that apparently come from "Cloud-flare." I figured [naievely!] … (மேலும் படிக்க)

I did an Upgrade to a version of Firefox that would bypass those "Your Browser Is Not Supported" messages that apparently come from "Cloud-flare." I figured [naievely!] that my addons would "port" to the upgrade. They didn't. Is there any way [e.g., a putative backup file, perhaps] that would allow this?

Thanks in advance...!

Please reply to --- The Gray Cat << tmc@att.net >>

Asked by The Gray Cat 4 வாரங்களுக்கு முன்பு

Last reply by The Gray Cat 6 நாட்கள் முன்பு

make translate to translate ONLY SELECTED sites

hi the translate fucion in firefox is vry usefull, but i want to NOT TRANSLATE ANYTHING EXCEPT sites i select only i.e. surfing around german site.. .leave it german, bu… (மேலும் படிக்க)

hi the translate fucion in firefox is vry usefull, but i want to NOT TRANSLATE ANYTHING EXCEPT sites i select only

i.e. surfing around german site.. .leave it german, but i if i am interest in "german.de/talkshow" select it and translate only this

i see option to translate EVERYTHING and use some exception, but its the opposite of what looking for

thanx christos

Asked by ploufus 1 வாரத்திற்கு முன்பு

Last reply by ploufus 6 நாட்கள் முன்பு