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

Disable media controls overlay without disabling media keys

Hello, I want to disable media controls overlay without disabling media keys. I wandered in config but couldn't prevail with said subject. Its a nice feature unless I ha… (читать ещё)

Hello,

I want to disable media controls overlay without disabling media keys. I wandered in config but couldn't prevail with said subject. Its a nice feature unless I have to stop a quite few times then its just a blockage for my much needed viewspace.

Thank you.

Задан Ozan Ayten 1 год назад

Дан ответ Ozan Ayten 1 год назад

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

Single Click in Address Bar does NOT Select Address...

In about:config I set browser.urlbar.clickSelectsAll to true and browser.urlbar.doubleClickSelectsAll to true Now, single clicks in the address bar select the entire URL… (читать ещё)

In about:config I set browser.urlbar.clickSelectsAll to true and browser.urlbar.doubleClickSelectsAll to true

Now, single clicks in the address bar select the entire URL except when the address bar contains an address provided by New Tab Override. Does anyone have a fix for this issue?

Thanks.

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

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

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

Copy Link Without Site Tracking on Facebook

When I'm clicking "Copy Link Without Site Tracking" on Facebook, I'm getting a very long link like: [0=AZXHU5Fm3iETylzElY4qHRw27uWnI_VbYwCYYbj6x6BPjGaj_yfVTLR8fIvGILOGciQ… (читать ещё)

When I'm clicking "Copy Link Without Site Tracking" on Facebook, I'm getting a very long link like: [0=AZXHU5Fm3iETylzElY4qHRw27uWnI_VbYwCYYbj6x6BPjGaj_yfVTLR8fIvGILOGciQm0_XpeFu6uqxnV147PjmDPArCU4fCaydKmZ6_0BAp3j7mfUtGQhNPJQKsjPAK1sN0M7CjPgKHhIlL7_Mb2poXSVjQwF_nMhqHO7Xc_XTtdLQw9hxaPV5qUcKm8rbrWus&__tn__=%2CO%2CP-R https://www.facebook.com/PilsetaCilvekiem/posts/pfbid0EqFQ5TwTkHeowowTc7ArY8T7ATCjxXvWiUzXJeDxCjCcQHFwt4h8PK9eJaEiaYiml?__cft__[0]=AZXHU5Fm3iETylzElY4qHRw27uWnI_VbYwCYYbj6x6BPjGaj_yfVTLR8fIvGILOGciQm0_XpeFu6uqxnV147PjmDPArCU4fCaydKmZ6_0BAp3j7mfUtGQhNPJQKsjPAK1sN0M7CjPgKHhIlL7_Mb2poXSVjQwF_nMhqHO7Xc_XTtdLQw9hxaPV5qUcKm8rbrWus&__tn__=%2CO%2CP-R].

Would it be possible to remove URL parameters "__cft__[0]" and "__tn__"? Because https://www.facebook.com/PilsetaCilvekiem/posts/pfbid0EqFQ5TwTkHeowowTc7ArY8T7ATCjxXvWiUzXJeDxCjCcQHFwt4h8PK9eJaEiaYiml opens the same post.

Задан mihails.simvulidi 1 год назад

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

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

How do I a bookmark export that includes folders?

To export my bookmarks => Bookmarks > Manage Bookmarks > Import and Backup > Export Bookmarks => results in bookmarks.HTML. Unfortunately that HTML does… (читать ещё)

To export my bookmarks => Bookmarks > Manage Bookmarks > Import and Backup > Export Bookmarks => results in bookmarks.HTML.

Unfortunately that HTML does not include the "folders" in the bookmarks. For example I keep the forum folders (C# Corner folder, Mozilla folder, Microsoft Office folder, etc.) separate from other folders.

How do I a bookmark export that includes folders?

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

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

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

Mac Dock won't disappear when I put youtube video (or other things like google slides) in fullscreen

Hi, I am using the newest Mac Air 15" with M3 chip, with the latest version of firefox (123.0.1) I have found an issue where when I put YouTube videos in fullscreen mode,… (читать ещё)

Hi, I am using the newest Mac Air 15" with M3 chip, with the latest version of firefox (123.0.1) I have found an issue where when I put YouTube videos in fullscreen mode, the dock will not disappear like it normally would. The only workaround I've found is to put firefox in actual fullscreen mode (which then makes the dock disappear entirely), but I would prefer not to do as I typically maximize my screen instead. I'm assuming this is a bug on firefox specifically as fullscreen mode for videos/other things works normally in Chrome and Safari (which I also maximize screen), with the dock disappearing as it should.

I don't know if anyone else has encountered this issue though (as everything works fine on my older Mac...) Hopefully this can be resolved soon? I hope this makes sense :")

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

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

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

Why Firefox labels Paypal as an unsafe site.

I've posted before but no answer as to why Firefox labels Paypal as an unsafe site. I don't know where to change settings to allow it without the warning. I've just ign… (читать ещё)

I've posted before but no answer as to why Firefox labels Paypal as an unsafe site. I don't know where to change settings to allow it without the warning. I've just ignored the warning and continued but it is annoying.

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

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

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

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[… (читать ещё)

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,

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

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

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

X button hitbox doesn't reach the edge of the screen in KDE Plasma 6

On a fresh install of openSUSE Tumbleweed 20240313 with KDE Plasma 6 (Wayland), the X button in the upper right corner of the screen does not allow you to click it when t… (читать ещё)

On a fresh install of openSUSE Tumbleweed 20240313 with KDE Plasma 6 (Wayland), the X button in the upper right corner of the screen does not allow you to click it when the pointer is in the upper right corner of the screen. Default behavior in KDE is to just let you close the window anyways even though the button itself is circular.

Is there any way to change this?

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

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

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

Disable specific keyboard shortcuts for 123.0.1?

I use the numerical keypad frequently and need to use "/" often, but that key shares the shortcut for "quick find" which I then have to exit and click back into whatever … (читать ещё)

I use the numerical keypad frequently and need to use "/" often, but that key shares the shortcut for "quick find" which I then have to exit and click back into whatever text box I was typing in before I can continue. The alternative is to continually move my hand back and forth to the other "/" shared with "?". Both are annoying and unnecessarily take extra time.

I would very much like to disable the keyboard shortcut attached to the "/" key on the numerical keypad.

Thank you!

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

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

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

Automatic translation of websites

Hi there - Every website seems to come up in English, ie Firefox seems to be translating other languages automatically. (My version is Firefox for Mac 123.01 64-bit.) I a… (читать ещё)

Hi there - Every website seems to come up in English, ie Firefox seems to be translating other languages automatically. (My version is Firefox for Mac 123.01 64-bit.) I am wondering how I can prevent automatic translation of websites. I have had a look in preferences etc, but I do not see anything there to prevent automatic translation. Any help gratefully received! Many thanks :-)

Задан michael.d.kenyon 1 год назад

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

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

Embedded videos

Embedded videos missing in Firefox but show up in Microsoft Edge. How to fix it? Example: https://scheerpost.com/2024/03/09/you-are-betraying-your-ancestors-a-message-to… (читать ещё)

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

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

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

Recent "refresh firefox. Now auto login does not work

Firefox 123.0.1 W10 Pro. Recent refresh of Firefox, suggested by Mozilla, due to some HTTP conflict. Refresh created a new profile and backed up/saved old profile. No… (читать ещё)

Firefox 123.0.1 W10 Pro.

Recent refresh of Firefox, suggested by Mozilla, due to some HTTP conflict.

Refresh created a new profile and backed up/saved old profile. Now can not get auto login or auto fill to work. Will not stay logged in when leaving a page.

Can I remove the new profile and use the old one?

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

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

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

Whenever a notification pops up while I'm typing, the text field deselects

Had to click the text field 3 times just to write title to this post because I made a post on Twitter that's getting a bunch of interaction. Notifications take the cursor… (читать ещё)

Had to click the text field 3 times just to write title to this post because I made a post on Twitter that's getting a bunch of interaction. Notifications take the cursor focus away from the text input field whether that's on a site or the search bar or the address bar. Very annoying. Windows 10, latest version of Firefox, but it also happened with the previous version. Please help!

Задан Sterling, Six 1 год назад

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

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

History and Bookmarks don't show up in search bar after Update 123.0.1

After installing Update 123.0.1, History and Bookmarks no longer show up in the search bar even though they're still checked in my Search settings. What could be causing … (читать ещё)

After installing Update 123.0.1, History and Bookmarks no longer show up in the search bar even though they're still checked in my Search settings. What could be causing this? Thanks!

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

Дан ответ jscher2000 - Support Volunteer 1 год назад

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

Missing Bookmarks in Firefox 123.0.1 (64-bit) after update

Firefox just updated. Now my Bookmarks Toolbar Menu is decimated and replaced by "Most Visited". How do I get back all the bookmarks I have saved over many years. I want … (читать ещё)

Firefox just updated. Now my Bookmarks Toolbar Menu is decimated and replaced by "Most Visited". How do I get back all the bookmarks I have saved over many years. I want them even though I don't visit them often.

Задан Ken Fowler 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

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

Firefox glitching out after most recent update

I don't have the words to describe what's happening here. Please see screenshot. Frequently when using Firefox- since the latest update, it's up-to-date on up-to-date Mac… (читать ещё)

I don't have the words to describe what's happening here. Please see screenshot. Frequently when using Firefox- since the latest update, it's up-to-date on up-to-date Macbook Sonoma 14.4- this starts happening, when I move around my cursor, the images get all funky, it seems to be pulling in visual information from multiple tabs. Restarting the app clears it out, until the next time it happens. Any thoughts on this?

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

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

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

Primary password implementation order

I'm using Firefox password manager, which syncs passwords on 4 PCs and 1 Android phone that I use. Getting ready to set up Primary Passwords. Once it is set on one PC, wh… (читать ещё)

I'm using Firefox password manager, which syncs passwords on 4 PCs and 1 Android phone that I use. Getting ready to set up Primary Passwords. Once it is set on one PC, what happens when I go to use one of the other ones, where PP is not set yet? Don't need lock outs or other hassles that I see many users struggle with. Thanks!

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

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

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

Cannot pin extensions to the taskbar YET!

I run Firefox on a Dell laptop running Windows 10 Pro. I had to rebuild my system because of problems I couldn't solve. I've reinstalled Firefox and copied a profile I ha… (читать ещё)

I run Firefox on a Dell laptop running Windows 10 Pro. I had to rebuild my system because of problems I couldn't solve. I've reinstalled Firefox and copied a profile I had saved in the cloud. When I click the extensions button ("puzzle piece") I do not see the extension list, only the add-ons page. do I have to uninstall and reinstall each extension to get it into the panel so I can pin some of them to the toolbar?

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

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