Ń ṣàfihàn àwọn ìbéèrè aṣàmì: Ṣàfihàn gbogbo àwọn ìbéèrè
  • Ti yanjú
  • A ti fi pamọ́ fọ́jọ́ pípẹ́

Shortcut on my Firefox homepage will not dismiss

I want to dismiss one shortcut out of the two rows of shortcuts on my homepage. When I left click on the three dots on the Google Translate shortcut, and then left click … (kàsi)

I want to dismiss one shortcut out of the two rows of shortcuts on my homepage. When I left click on the three dots on the Google Translate shortcut, and then left click on dismiss, the shortcut blinks and remains.

Asked by loyall 1 ọdún sẹ́hìn

Answered by loyall 1 ọdún sẹ́hìn

  • Ti yanjú
  • A ti fi pamọ́ fọ́jọ́ pípẹ́

Remember Focus (search hit number) of Search in Page e.g. 17/34 and not back to 1/34

I have to search for a lot of entries in a long page, click on them to another window, do something (fill in a syllabus) and then go back to the long page and change the … (kàsi)

I have to search for a lot of entries in a long page, click on them to another window, do something (fill in a syllabus) and then go back to the long page and change the next search hit.

When I return to the long page the search in page is remembering where I am in the number of searches shown at the bottom of the page (e.g. 19/34) but when I click on the down button, instead of going to 20/34 it jumps back to 1/34 so then I have to press the down button 20 times to get to the next search hit.

Is there any way around this, so that I can just jump to the next search hit without having to press the down button 20 times?

I thought it might be the fact that the search is off screen but that is not it. It is the fact that I have left the page so the focus has been forgotten (except as the number 19/34 on the search in page bar at the bottom).

Is this a bug?

Asked by Timtak 1 ọdún sẹ́hìn

Answered by Timtak 1 ọdún sẹ́hìn

  • Ti yanjú

When in a private window, How do you open a bookmark or link in a normal window?

If you are currently using a normal window then there are ways to open a bookmark or link in a private window. But if you are currently using a private window then how wo… (kàsi)

If you are currently using a normal window then there are ways to open a bookmark or link in a private window. But if you are currently using a private window then how would you open a bookmark or link in a normal window?

I have tried several things including pressing shift+enter or choosing "Open in new Window" from the context menu, but this just opens the bookmark or link in a new private window.

My current method is to copy the address of the bookmark or link then paste it into the address bar of a normal window.

But is there a more direct method of opening bookmarks or links in a normal window, if currently in a private window?

Thanks.

Asked by TechHorse 1 ọ̀sẹ̀ tó kọjá

Answered by cor-el 1 ọ̀sẹ̀ tó kọjá

  • Ti yanjú

F6 does not "Focus Search Field in Library" any longer?

Hello, when in the library, pressing F6 is meant to "Focus Search Field". This is documented at https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-ta… (kàsi)

Hello, when in the library, pressing F6 is meant to "Focus Search Field". This is documented at https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly

However, since a recent update this no longer works. Instead, pressing F6 now switches the keyboard focus to the lefthand tree pane. A further press of shift+tab is needed to move to the search box.

My questions are: Has F6 stopped jumping to the library search box for anyone else? If so, was this a deliberate design choice? Does anyone know of an alternate keyboard shortcut to jump to the searchbox? Finally, is there anyway to revert to the old F6 behaviour?

Even if you can only answer the first question that would help, so I can determine whether or not it is just my Firefox. Although I have already tested in a brand new profile with the same results.

Thanks.

Asked by TechHorse 1 oṣù sẹ́hìn

Answered by cor-el 1 oṣù sẹ́hìn

  • Ti yanjú

Custom Firefox Zoom Values (e.g. 75%, 85%)

Hey guys, I saw in the following post that I can modify the zoom values of Firefox to custom values of my choosing (e.g. 75%, 85%): https://support.mozilla.org/en-US/qu… (kàsi)

Hey guys,

I saw in the following post that I can modify the zoom values of Firefox to custom values of my choosing (e.g. 75%, 85%):

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

I followed the instructions but it did not work for me. Yes, I did save the changes I made, and I completely closed & reopened Firefox, but the changes I made have not been applied for some reason. Please see the attached image.

I would have ask the question in the aforementioned thread but it's been archived so I had to open a new one. Does anyone know why Firefox does not seem to recognize my custom values (.75, .85)? Thanks!

Asked by AJ 1 oṣù sẹ́hìn

Answered by TyDraniu 1 oṣù sẹ́hìn

  • Ti yanjú

Free Extension to View Mobile Layout and Fix Errors on WordPress Site in Firefox?

Hello Mozilla Community, I am looking for a free Firefox extension that can help me view the mobile layout of my website and identify errors to speed up the site. Additi… (kàsi)

Hello Mozilla Community,

I am looking for a free Firefox extension that can help me view the mobile layout of my website and identify errors to speed up the site. Additionally, I need an extension or tool that can help find and fix bugs on my WordPress site to enhance performance in the Firefox browser.

My website is [this site](https://topfollowapkguru.com), where I provide download links for my app. Ensuring the site loads quickly and is free of errors is crucial for providing a good user experience.

Could anyone recommend such extensions or tools available for Firefox? Any guidance or suggestions would be greatly appreciated!

Thank you for your help!

Best regards, Durrani Zeeshan

Asked by Zeeshan Aslam Durrani 1 oṣù sẹ́hìn

Answered by Paul 1 oṣù sẹ́hìn

  • Ti yanjú

Change the text color of individual folders created on toolbar

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great; #PlacesToolbarItems > .bookmark-item[… (kàsi)

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great;

#PlacesToolbarItems > .bookmark-item[container][label="Music" i] {background-color: #ff0545 !important;}
#PlacesToolbarItems > .bookmark-item[container][label="NewsPapers" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="News Video" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="TV" i] {background-color: #ff1fc8 !important;}

What I am trying to find, is how to change the color of the individual folder name (text) from white to maybe black, yellow, etc.….

Any suggestion is appreciated. Regards,

Asked by lemo 4 àwọn oṣù sẹ́hìn

Answered by cor-el 4 àwọn oṣù sẹ́hìn

  • Ti yanjú

Firefox displays the same name in the title bar for different profiles

In Linux Ubuntu I created 4 different launchers for 4 profiles. Firefox opens the different profiles correctly, but the name of Profile 4 is displayed in the title bar f… (kàsi)

In Linux Ubuntu I created 4 different launchers for 4 profiles.

Firefox opens the different profiles correctly, but the name of Profile 4 is displayed in the title bar for all windows. This causes confusion when I'm using the different profiles. Furthermore, the icon displayed in the icon bar is also the same for the 4 profiles, although I have configured a different icon for each profile. I ask for help as I need each instance to have its own name and icon displayed correctly.

The launchers look like this:

firefox-profile1.desktop: Name= Profile 1 Exec=firefox -P profile1 --no-remote Icon=~/.local/share/icons/profile1.png

firefox-profile2.desktop Name=Profile 2 Exec=firefox -P profile2 --no-remote Icon=~/.local/share/icons/profile2.png

firefox-profile3.desktop Name=Profile 3 Exec=firefox -P profile3 --no-remote Icon=~/.local/share/icons/profile3.png

firefox-profile4.desktop Name=Profile 4 Exec=firefox -P profile4 --no-remote Icon=~/.local/share/icons/profile4.png

Asked by Alex 3 àwọn oṣù sẹ́hìn

Answered by Alex 3 àwọn oṣù sẹ́hìn

  • Ti yanjú

Import Data from older Version

My system broke during an update. Now I want to import my old Firefox userdata, but everytime I try to use the old data firefox just forces the creation of a new profile?… (kàsi)

My system broke during an update. Now I want to import my old Firefox userdata, but everytime I try to use the old data firefox just forces the creation of a new profile?

Is it completely impossible to recover data not created with the same firefox version?

Asked by ff124 3 àwọn oṣù sẹ́hìn

Answered by cor-el 3 àwọn oṣù sẹ́hìn

  • Ti yanjú

Unable to pin private window to taskbar

Hello. When I open a private window and try to pin it to the taskbar, it instantly changes into the normal (non-private) Firefox icon and then only opens normal windows w… (kàsi)

Hello. When I open a private window and try to pin it to the taskbar, it instantly changes into the normal (non-private) Firefox icon and then only opens normal windows when I click on it. It's been like this since I reset Windows and reinstalled Firefox yesterday. I tried to reinstall it again but it still does this. Any help would be appreciated.

Asked by ericoulange 3 àwọn oṣù sẹ́hìn

Answered by ericoulange 3 àwọn oṣù sẹ́hìn

  • Ti yanjú

Prevent Firefox from closing - kiosk application

Hello! I would like to develop an application that runs continuously, say, at a panel found in a kiosk. I am considering designing it as a webpage that runs locally thro… (kàsi)

Hello!

I would like to develop an application that runs continuously, say, at a panel found in a kiosk. I am considering designing it as a webpage that runs locally through the browser but I would like to prevent the users from interacting with the OS or closing the tab and the browser. Is there a way to lock Firefox in full screen and hide the exit buttons? Alternatively, do you have another recommendation for development that is more appropriate, for instance a native app?

Thank you in advance for your help.

Asked by serendipity 3 àwọn oṣù sẹ́hìn

Answered by TyDraniu 3 àwọn oṣù sẹ́hìn

  • Ti yanjú

Yahoo Searches Opening in New Tab After Update

I have Yahoo as my home page and usually search from it starting out. I noticed, however, after the last update or two in the last week that when I hit search, it opens t… (kàsi)

I have Yahoo as my home page and usually search from it starting out. I noticed, however, after the last update or two in the last week that when I hit search, it opens the search results in a new tab. It didn't use to do this, but I can't find any Firefox option to make the searches stay in the existing tab. Can anyone help with this? I don't think it's Yahoo's settings, because I'm not signed into it. It seems like the Firefox update created this new behavior.

Asked by FireFoxFan1 5 àwọn oṣù sẹ́hìn

Answered by zeroknight 5 àwọn oṣù sẹ́hìn

  • Ti yanjú

How can I enable sound on pop-up blocked

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and ca… (kàsi)

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and cant figure out why I' not getting the new content

Asked by jpnyc 3 àwọn oṣù sẹ́hìn

Answered by cor-el 3 àwọn oṣù sẹ́hìn

  • Ti yanjú

How do I delete the automatic list that shows when I type a letter in the URL line please?

Hello, When I type a letter in the URL space, there is a drop down selection of previous sites I have used. Some contain names of people I have searched and I don't… (kàsi)

Hello,

When I type a letter in the URL space, there is a drop down selection of previous sites I have used. Some contain names of people I have searched and I don't want any embarrassment if said persons happen to use my PC. Is it possible to delete the list, or, perhaps better, delete the ones with names?

I'm using Windows 10 with FF x64.

Thanks.

Asked by Bonnie2 5 àwọn oṣù sẹ́hìn

Answered by jscher2000 - Support Volunteer 5 àwọn oṣù sẹ́hìn

  • Ti yanjú

Repeating "Welcome back" popup when starting Firefox

I have just upgraded to Firefox version 123. Now whenever I start Firefox on any of my profiles, it will immediately or almost immediately display a "Welcome back" popup … (kàsi)

I have just upgraded to Firefox version 123. Now whenever I start Firefox on any of my profiles, it will immediately or almost immediately display a "Welcome back" popup stating that "Here’s a quick reminder that you can keep your favorite indie browser just one click away." and provides a button to make the browser the default one. That's exceedingly annoying - I can understand that Firefox wants to notify my once in a while, but this happens at least once a day, probably more often than that. I looked over the source code and got that it is a "spotlight" feature, but I failed to find any settings that would turn it off. Any idea how can I disable this forever?

Asked by pepak 5 àwọn oṣù sẹ́hìn

Answered by pepak 5 àwọn oṣù sẹ́hìn

  • Ti yanjú

cycling through previous typed chat messages with up and down arrow

Maybe my cat walked over a certain key and disabled something or the new version of firefox won't let me cycle through previous typed chat messages anymore. while streami… (kàsi)

Maybe my cat walked over a certain key and disabled something or the new version of firefox won't let me cycle through previous typed chat messages anymore. while streaming on twitch i have to repeat certain chat messages which i did by typing the up and down arrows. lately it doesn't work in firefox anymore (OBS has a chat box which still has this function tho) is there an option to disable/enable cycling through previously typed text and which key does that?

Asked by jack.co 5 àwọn oṣù sẹ́hìn

Answered by zeroknight 5 àwọn oṣù sẹ́hìn

  • Ti yanjú
  • A ti fi pamọ́ fọ́jọ́ pípẹ́

Switch to tab

How to SWITCH TO TAB when i enter something in address bar and I have this page opened? When I search my question, I get answers like "how to DISABLE...", but I need to E… (kàsi)

How to SWITCH TO TAB when i enter something in address bar and I have this page opened? When I search my question, I get answers like "how to DISABLE...", but I need to ENABLE this feature. Firefox 122. When I type in Address bar something like "google.com" and I already have opened this site in another tab, I want FF to switch this tab instead open a new tab/window. How can I ENABLE this feature?

Asked by JonIrenicus 6 àwọn oṣù sẹ́hìn

Answered by JonIrenicus 5 àwọn oṣù sẹ́hìn