Отображение вопросов с тегом: Показать все вопросы

Homepage polluted by recently visited

Hi, this issue has been present for a long time for me, and with many versions of Firefox Nightly for Android. I'm always using the latest nightly for browsing Youtube o… (читать ещё)

Hi, this issue has been present for a long time for me, and with many versions of Firefox Nightly for Android.

I'm always using the latest nightly for browsing Youtube only, with a set of specific settings and addons (since we can't use profiles on Android yet)

My problem is I've configured the Homepage to never show anything but a few URLs I chose to pin, you can see my settings and my homepage in the screenshots attached.

Despite the "Recently visited" setting being disabled, sometimes, but not everytime, the last pages I visited are added to the Homepage, after the pinned sites. I have no idea what triggers it or not, if I'm doing something wrong or if it's a bug.

Thanks for your help !

Задан Nonoy7 1 неделю назад

Последний ответ от Paul 1 день назад

Saved to home screen icons disappeared

I thought half my apps were gone randomly, then I realized they are all the ones that were web pages Saved to Home Screen, by Firefox! I'm very upset because there's no w… (читать ещё)

I thought half my apps were gone randomly, then I realized they are all the ones that were web pages Saved to Home Screen, by Firefox! I'm very upset because there's no way I can remember all of them, how can I restore?? Android, no desktop fixes please!

Задан Chris Mark 1 неделю назад

Последний ответ от Paul 1 неделю назад

How Get Firefox To Stop Opening External Apps?

Firefox keeps opening up external apps when I do not want them to be opened. It opens the link in the browser AND in the app, which makes it insultingly frustrating when … (читать ещё)

Firefox keeps opening up external apps when I do not want them to be opened. It opens the link in the browser AND in the app, which makes it insultingly frustrating when I eventually go to close the tabs in the browser because every time I try to close the tabs, the external app reopens!

Задан peteroo 1 неделю назад

Accessing local HTML files on my android, sync

There are three problems, all related, that are frustrating me with Firefox on Android. I have a Samsung Galaxy 24+. I am trying to get Firefox to use a local HTML file t… (читать ещё)

There are three problems, all related, that are frustrating me with Firefox on Android. I have a Samsung Galaxy 24+. I am trying to get Firefox to use a local HTML file that are my bookmarks, but I am stymied at every turn:

1) when I click on the local, Galaxy, HTML file, I get the standard "Open with" pop up, but they only list: Chrome, HTML View, Android's Internet browser, and Samsung Print Services. Why doesn't Firefox show up there? This is important to me. Is Firefox failing to register its browser properly in Galaxy products?

2) The next thing I try to do is to sync bookmarks so that I can use my hundreds of bookmarks (rather than adding them into Firefox one at a time). So, I click on the famous three vertical dots and there is no "Sync" function in that menu, see attached. So I cannot import my bookmarks from my PC's bookmarks.

3) Thirdly, I try to type into the URL field what Chrome uses to access local files, which is for example: "content://media/external/file/1000005061" but Firefox android does not recognize that. When I change it to "file://media/external/file/1000005061" that does not work either.

Can you fix the three issues above? Thanks. Rick. see attached.

Задан Rick17 1 неделю назад

Последний ответ от Paul 1 неделю назад

Lost tabs after updating the iOS app

Sooo I had tens of tabs open, with intention to keep them - I couldn't find an option to save all of them, so decided to update the app, just in case FF caught up with so… (читать ещё)

Sooo I had tens of tabs open, with intention to keep them - I couldn't find an option to save all of them, so decided to update the app, just in case FF caught up with some functionalities I've seen in my other browsers - bookmarking all tabs, namely.

After I've updated, all my open tabs are gone and "recently closed" is empty. There's no way to have the tabs back.

I don't expect there's a way to solve this problem, but I'm posting it here just in case, and at the same time marking my segue to Safari.

Задан bm 1 неделю назад

Context menu in my Firefox on android

Hello there! I have an issue with the context menu, which appears on selecting a word on any web site (you can see it on the screenshot attached one after another as it a… (читать ещё)

Hello there! I have an issue with the context menu, which appears on selecting a word on any web site (you can see it on the screenshot attached one after another as it appears)

The context menu is too long, and most frequent options like copy text are in the end (I should switch it many times to copy anything, it appears only on the third tap, and some weird functions like search in Edge appears before the really useful ones). How could it be fixed?

Задан Vlrud 1 неделю назад

Disabling Text selection magnifier

I want to update to the latest version but the "Text selection magnifier" is stopping me from updating firefox android. Because I find it pretty useless and very distract… (читать ещё)

I want to update to the latest version but the "Text selection magnifier" is stopping me from updating firefox android. Because I find it pretty useless and very distracting when viewing text while selecting the text in a website/article. Please provide a toggle for it in the Settings.

Задан coolbrijeshrana 1 неделю назад

  • Решено
  • Архивировано

Cannot access about:config as of 2022-Oct-25

About:config simply shows me a blank screen. I need to customize a few settings and I presently cannot. This question marks this as answered but the answer is talking a… (читать ещё)

About:config simply shows me a blank screen.

I need to customize a few settings and I presently cannot. This question marks this as answered but the answer is talking about a solution to the specific reason they were trying to access about:config, not why they cannot access it. https://support.mozilla.org/en-US/questions/1373286

Others say to use the nightly build, which I don't want. https://support.mozilla.org/en-US/questions/1302626

What's the deal? I've spent an hour or so now looking this up and haven't found anything.

Задан ImplierOfThings 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

Is there some place from which to download Firefox without having a google account?

We cannot get a google account because our landline neither sends nor receives text messages. We are in process of setting up and testing a cell phone, and would like to… (читать ещё)

We cannot get a google account because our landline neither sends nor receives text messages. We are in process of setting up and testing a cell phone, and would like to load Firefox for Android as the browser. We cannot download from google play because google demands to send a text-message "verification" code. We note, thankfully, that Mozilla does not (stupidly) do likewise to set up a Firefox account.

Задан RHVF1 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (читать ещё)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

Задан peter596 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Open link in another app disable popup Firefox Nightly for Android

Currently using Firefox Nightly version 111.0a1 for Android now when trying to open a link in another app it always shows a popup to confirm. This was not present in pre… (читать ещё)

Currently using Firefox Nightly version 111.0a1 for Android now when trying to open a link in another app it always shows a popup to confirm.

This was not present in previous releases and I don't know if there is a way to prevent this popup as it makes it uncomfortable. Is there an option I may be missing to disable this feature? If not, could an option like this be introduced?

Thanks and regards

Задан chetitos 1 год назад

Дан ответ chetitos 1 год назад

  • Решено
  • Архивировано

How to change menu/toolbar color after update?

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all t… (читать ещё)

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all the options. However, this also changed the colors of my browser menu and toolbar to green. The thing is, while green is a fine color, I would never select it as "my" color for anything ever.

I've tried to change the color in about:preferences, but nothing I can find seems to work. Any ideas?

Thanks!

Задан RoyDA 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Downloading PDF files.

Recent update causes all pdf links to be opened in Firefox on Android with no option to download, and no setting to choose a default behavior. They're was another person … (читать ещё)

Recent update causes all pdf links to be opened in Firefox on Android with no option to download, and no setting to choose a default behavior. They're was another person who asked a similar question and was told to use the "Share" option and then "Save as PDF" - this doesn't work. Another advise given was long-pressing on the PDF link and choosing to save target - it won't work when I am pasting the pdf link into the address bar, which is how I do it primarily. I'm stuck using the Open in External App, which opens the pdf in Google drive, then having the option of saving the file. So many unnecessary steps. Please fix.

Задан dlukian 1 год назад

Дан ответ Paul 1 год назад