Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Sidebar

der Bildschirm ist durch Sidebar eingeschränkt. Wie komme ich wieder zum ganzen Bild ?

Asked by hesal 6 ezinsukwini ezidlule

Review Checker

Hello, I just updated my browser to version 133.0 and there was a pop up window that showed something about a review checker. I click on the link and read all about it. O… (funda kabanzi)

Hello, I just updated my browser to version 133.0 and there was a pop up window that showed something about a review checker. I click on the link and read all about it. On a amazon web page I clicked on a review but did not see the price tag icon anywhere. I looked at my settings and could not find anything relating to the review checker. Is there something I need to enable or disable in the settings? Any help would be very much appreciated. Thanks, Rico

Asked by ricospook 6 ezinsukwini ezidlule

caracters trop petit

Since this morning Firefox semestre to be stuck in mode pc. The caracters are tôt small and sévère sites don’t work anymore

Asked by mklinkhamer 6 ezinsukwini ezidlule

Links from WA and Messenger open in Edge instead if FF. FF not in Windows Apps list

W11, FF set as defailt browser, installed from Mozilla sites (.exe) Any links from Whatsapp or Messenger app (and some others, but it is very likely the same issue) open… (funda kabanzi)

W11, FF set as defailt browser, installed from Mozilla sites (.exe)

Any links from Whatsapp or Messenger app (and some others, but it is very likely the same issue) open in MS Edge. I found some WI to change the "microsoft-egde URL" default app, but I do not have that option. Only Edge is offered or I have to go to store and Install FF from there. Is there a way around it? My main concern is I am biuit scared to install it from MS Store as there are for sure some limitations and I might loose my opened windows and tabs...

Asked by dabmv 6 ezinsukwini ezidlule

Floaing addressbar when the addressbar made hidden

I use Firefox with navigation bar hidden in Linux Web Apps (in Linux Mint > Web Apps :: where you can create apps from any web page). I particularly use Notion as… (funda kabanzi)

I use Firefox with navigation bar hidden in Linux Web Apps (in Linux Mint > Web Apps :: where you can create apps from any web page). I particularly use Notion as an app. And recently, I guess with the new updates, there is showing an address bar where previously there was nothing. Is there a way to remove it?


Thanks for your help.

Asked by matei81 6 ezinsukwini ezidlule

firefox for KIOSK LINUX (opensuse)

hi i wish to create file configure (users.js), i will add lines for my choose, and i create file sh (bash command) for installing new user (login Lightdm) example user: … (funda kabanzi)

hi

i wish to create file configure (users.js), i will add lines for my choose, and i create file sh (bash command) for installing new user (login Lightdm) example user: kiosk-01, autostart to firefox -kiosk file:///index.html this is works but i need add new configure for new user of firefox and new user login lightdm.

file users.js : where i will install? maybe /usr/lib64/firefox/browser/defaults/preferences/ (here file)? or overwrite to file firefox.js or other solution?

other thing: i will write here the list of preferences for disable stuffs for kiosk, example:

disable check browers,

disable all warn for quit, new tabs, etc etc.. later i will write the list for KIOSK ok?

for now how i add new configuration for new firefox profile for new user login..

thank you

Asked by manuel_songokuh 6 ezinsukwini ezidlule

Copy and paste blocked since latest update

I can#t even begin to think where i should have best posted this question, but here it is anyway: Yesterday (or the day before) i activated the latest FF update (using Wi… (funda kabanzi)

I can#t even begin to think where i should have best posted this question, but here it is anyway: Yesterday (or the day before) i activated the latest FF update (using Windows 11) - and now, today, i notice no copy and paste function for nothing anymore! Nada! What on earth is going on please, and more importantly, how can i fix this (or how can FF fix it if they screwed up the latest update)??

At first i thought it#'s only on Gmail and G translate, but after a while it became clear it's completely disabled. So i opened my backup browser, that Chrome base Edge browser - and see there all copy and paste actions work like normal.

Need a fix for this, otherwise i have to switch to that Microsoft browser, that would ba a truly sad day :-(

Asked by Rudolf Megert 5 ezinsukwini ezidlule

Copy and paste blockage fixed!

I do not know what exactly causes Firefox (on Windows 11 anyway) to block the copy and paste functions, but i found the easiest fix possible :-) Firstly, for me it n… (funda kabanzi)

I do not know what exactly causes Firefox (on Windows 11 anyway) to block the copy and paste functions, but i found the easiest fix possible :-) Firstly, for me it never grayed out the copy option on right mouse click, so it seemed like copy is possible - just that it did not copy anything at all! The CTRL / C also did not copy anything - but in MS Edge everything worked just fine.

I had cleared out the browser cache in FF - did not change anything (but maybe i should have closed FF and reopened it anew and things would have worked again - instead i got frustrated and used CCleaner to clean out the online trash in all browsers etc. But CCleaner also had a hickup due to some nag popup for their paid version, so i turned off the laptop and restarted it anew, then CCleaner ran normally, cleaned up all www garb.

Now i opened FF - and guess what, copy and paste worked just fine again.

Go figure what the cause was / is, but a www trash clean pc seems to solve it, that's at least something.

Asked by Rudolf Megert 5 ezinsukwini ezidlule

Update 133 cause colored taskbar to become plain white

I recently got norice that Firefox needed updating so I clicked on ok. When it got done updating, Firefox opened with my tabs but the tab spacing was gone as as well as … (funda kabanzi)

I recently got norice that Firefox needed updating so I clicked on ok. When it got done updating, Firefox opened with my tabs but the tab spacing was gone as as well as there was no color in the Title bar and menu area, which was normally light blue to match Windows 10 22H2 backbrond I have. I looked at enabling the legacy support in about:config but it was already enabled. I use a Chrome UserChrome.css file that allows the tabs to have just a bit of space between them and rounded edges. I have vision issues and this made it so I could see open tabs and distinguish them.

This is the userChrome.css file I used: .titlebar-color{ color: AccentColorText !important; background-color: AccentColor; }

.tab-background{ border-radius: 8px 5px !important; margin-bottom: 2px !important; margin-top: 1px !important; } /* NEWTAB button */

  1. new-tab-button,
  2. tabs-newtab-button {
fill: red !important;
background-color: rgba(255,255,255,.7) !important;

}

/* NEWTAB button - hover */

  1. new-tab-button:hover,
  2. tabs-newtab-button:hover {
 fill: white !important;
 background-color: rgba(255,0,0,.7) !important;

} .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 25%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; min-height: 0px !important; }

root{

--arrowpanel-menuitem-padding: 2px !important; } I attached Firefox with white colored Title bar and Waterfox with colored title bar for example. Is there some setting in the about:config I am missing that was changed from 132 to 133 version? Thank you very much Vernon

Asked by Vernon Jenewein 5 ezinsukwini ezidlule

PARAMETRES

Lorsque je quitte le plein écran sur firefox la partie réduite se met systématiquement en haut à gauche au lieu de retrouver la place que je lui avait donné auparavant. C… (funda kabanzi)

Lorsque je quitte le plein écran sur firefox la partie réduite se met systématiquement en haut à gauche au lieu de retrouver la place que je lui avait donné auparavant. Comment revenir à un état entérieur où ça fonctionnait parfaitement ?

Asked by ANDRICH Jean-Jacques 5 ezinsukwini ezidlule

How to bring back menu with bookmarks and more?

You used to have a nice menu bar, with bookmarks easily available. Now it looks like Edge, with bookmarks over on a right hand menu, with multiple clicks needed. I looked… (funda kabanzi)

You used to have a nice menu bar, with bookmarks easily available. Now it looks like Edge, with bookmarks over on a right hand menu, with multiple clicks needed. I looked for a View option in settings and found nothing, searching on toolbar also comes up empty.

Is there a way to get that old menu bar to show back up?

Asked by ithinktfiam 4 ezinsukwini ezidlule

Last reply by ithinktfiam 4 ezinsukwini ezidlule

Autofill Passwords

Autofill Passwords intermittent. One time I go to login on to different websites and autofill works fine the next time nothing. It also seems like every time I open Firef… (funda kabanzi)

Autofill Passwords intermittent. One time I go to login on to different websites and autofill works fine the next time nothing. It also seems like every time I open Firefox I have to check the autofill. I like FireFox and I'm trying to get away from another browser that I have no issues with when it comes to autofill. All I want to do is open a website autofill my passwords.

Asked by Paul 4 ezinsukwini ezidlule

problems with google interferring with correct operation

Today, when I started my pc, the google search engine would not completely load and I could not use the search engine. Now, when I restart my pc, I get an error "server … (funda kabanzi)

Today, when I started my pc, the google search engine would not completely load and I could not use the search engine. Now, when I restart my pc, I get an error "server not found". I believe that something at google went awry. Please help me as I rely on my pc for financial and medical issues. I have had problems with google in the past.

Asked by mmcdonald3945 3 ezinsukwini ezidlule

Wide white border/panel on the left side of Firefox.

There's a wide empty white border/panel on the left side of my mozilla that seems to be a bug or something. When right clicked it gives the option: Manage Extension, Remo… (funda kabanzi)

There's a wide empty white border/panel on the left side of my mozilla that seems to be a bug or something. When right clicked it gives the option: Manage Extension, Remove Extension, and Report Extension. Nothing is happening at all when I click any of these options. How to remove the border?

Asked by lp spt 3 ezinsukwini ezidlule

NEW SIDEBAR

This new SIDEBAR that has appeared this morning. It has taken me an hour of my life to get rid of it. I am so exercised I decided to tell you how annoyed I am that it a… (funda kabanzi)

This new SIDEBAR that has appeared this morning. It has taken me an hour of my life to get rid of it. I am so exercised I decided to tell you how annoyed I am that it appeared with no simple way to get rid of it. Obviously designed by someone who has never tried working on a small laptop screen where every inch of visual real-estate is valuable.

Fortunately your support site is so full of other people complaining it had a solution that worked for me. I had already tried myself what the support site described as te recommended method then I discovered the "about:config" option and that has removed it. Never to be seen again I hope.

Asked by rob.ferguson1 3 ezinsukwini ezidlule

MP4 in google chat

What do I have to do to be able to view uploaded mp4s in Google Chat running in Firefox? This function works without problems in Chrome.

Asked by Imre Bözöri 3 ezinsukwini ezidlule