Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Arkiveret

BARS TOOOOOOO BIG!!!!!!!!!

I DO NOT LIKE THE LARGER BARS AT THE TOP. It takes 1/3 of my screen. Give a choice or adjustment to bar sizes. I can't see all that I use to be able to see. Now I am look… (læs mere)

I DO NOT LIKE THE LARGER BARS AT THE TOP. It takes 1/3 of my screen. Give a choice or adjustment to bar sizes. I can't see all that I use to be able to see. Now I am looking for a new internet browser that is more like the one you use to have. I DO NOT LIKE THE NEW VERSION!!!!!!!

Stillet af Jennifer Thomas for 1 år siden

Seneste svar af Terry for 1 år siden

  • Arkiveret

The tab bar and page of every site is messed up

Hello I deleted Firefox I deleted my account But it is not fixed Firefox layer and page Every site I go to is like this If you pay attention Microsoft browser The la… (læs mere)

Hello

I deleted Firefox I deleted my account But it is not fixed

Firefox layer and page

Every site I go to is like this

If you pay attention Microsoft browser The layer and the page are all the same

Thank you for your guidance

Stillet af Alireza Daneshmayeh for 1 år siden

Seneste svar af Alireza Daneshmayeh for 1 år siden

  • Løst
  • Arkiveret

Selecting to open a file inside browser with Acrobat now always results in file being downloaded too.

I have the option set to always ask me if I want to open a pdf with browser, acrobat, or to download. I usually select open with Acrobat and, for the last few months, I … (læs mere)

I have the option set to always ask me if I want to open a pdf with browser, acrobat, or to download. I usually select open with Acrobat and, for the last few months, I have been getting an unwanted download as well. I found in the help articles that this is now the default action. For me, it usually means that at the end of a session i have to go to my desktop (my optioned destination for downloads) and clean it up by deleting every file I have looked at.

I recommend that you make that functionality optional. I just want to view the vast majority of things I open. For the few that I might want to download after viewing them, i would prefer to take a proactive step to download them after I have reviewed them.

Stillet af Dick39 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Arkiveret

Firefox bars are too wide.

Hello, I use Firefox with window 10. Recently when I open Firefox, I notice,the a bars the top are occupying 40% of the screen. This leave me much smaller area to see any… (læs mere)

Hello, I use Firefox with window 10. Recently when I open Firefox, I notice,the a bars the top are occupying 40% of the screen. This leave me much smaller area to see any content on the web. I have tried to reinstall Firefox. I even restore windows 10 to previous day and it did not help. Now I run out of any idea how to solve the problem. Thank you for your help, Xoo.

Stillet af Xoo for 1 år siden

Seneste svar af Paul for 1 år siden

  • Arkiveret

Strange Popup on Wifi Menu

Hello! Hoping someone can help with this new (to me) issue. I've searched and can't seem to find any articles/threads. When I open the wifi menu on my laptop, I also see… (læs mere)

Hello! Hoping someone can help with this new (to me) issue. I've searched and can't seem to find any articles/threads.

When I open the wifi menu on my laptop, I also see a media player featuring a video I watched three days ago (image attached). I've used my computer several times since then and didn't notice it. It also doesn't appear to be functional, as when I click play, nothing happens.

Is there a setting I'm missing to get this to go away and to prevent it from coming back again?

Thanks in advance!

Stillet af -eat-the-rude- for 1 år siden

Seneste svar af r7pxrv for 1 år siden

  • Arkiveret

How to switch to a favored profile after downgrading

I'm using and old operating system on my computer, and the latest version of Firefox seems to overtax my graphics card, even with the most mundane websites and functions.… (læs mere)

I'm using and old operating system on my computer, and the latest version of Firefox seems to overtax my graphics card, even with the most mundane websites and functions. So, I had to downgrade versions to the one just previous to today's update to even get here. However, it makes you create a new profile instead of using an existing one. Is there some way to get around this?

Stillet af FireFoxFan1 for 1 år siden

Seneste svar af cor-el for 1 år siden

  • Arkiveret

accessibility keyboard shortcut to open "hamburger"(3 lines) Menu?

Hi, good day/evening you all. Hey with a temporary disability I have a real need to limit my mousing and would love to see a feature request I could give a thumbs up on … (læs mere)

Hi, good day/evening you all. Hey with a temporary disability I have a real need to limit my mousing and would love to see a feature request I could give a thumbs up on -- for the 3 line menu at the top right being accessible via keyboard. (Also at least some of the choices on it such as History via a hotkey -- after I have the main menu open. By the way I know about pressing Alt, then any of the hotkeys on the old school hidden menu bar -- I'm instead talking about the new always visible hamburger menu icon.)

Where would I search to see if there's been any discussion or progress on that? Bugzilla?

Sorry I'm new to this type of questioning. Any tips would be greatly appreciated and my body would appreciate it too! :-)

Stillet af Roger for 1 år siden

Seneste svar af user104147805413306348376805769878442569366 for 1 år siden

  • Arkiveret

My addons dissapeared and I cannot add any new one either

My firefox collapsed a couple of times (I don't blame it my browsing contained around 40 tabs XD). However, when I restarted the browser all of my addons went missing al… (læs mere)

My firefox collapsed a couple of times (I don't blame it my browsing contained around 40 tabs XD). However, when I restarted the browser all of my addons went missing also I cannot add any new addons tried the ones recommended by the browser. I also tried to update the browser and all the troubleshooting options I could find. The issue is not detected by any troubleshooting I tried. So please help me restore somehow my addons or at least make me able to install addons at all. Thanks

Stillet af Noroi for 1 år siden

Seneste svar af user104147805413306348376805769878442569366 for 1 år siden

  • Arkiveret

How to completely remove tabs bar using userChrome.css

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i do… (læs mere)

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i dont need it this way. So thats the code i used to make it >>>>>

  1. main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar .titlebar-spacer {
       border-inline-end: none;

}

  1. main-window:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
 opacity: 0;
 pointer-events: none;

} /* This makes the bar shorter vertically but removes the 3 window buttons */

  1. main-window #TabsToolbar {
 visibility: collapse !important;

} /* For full screen mode */

  1. TabsToolbar[inFullscreen]{
 display: none !important; 

}

On the screenshot you can see what remains on tabs' bar place I need my browser to end just above the URL string, so there wont be empty space in the top of the monitor. Can you help me find solution for this problem, please?

Stillet af CobaltC17 for 1 år siden

Seneste svar af cor-el for 1 år siden

  • Arkiveret

Unable to generate API key, key confirmation email wasn't sent, no way to resend email confirmation

Hi guys, I'm trying to generate API key to access addon APIs using the addons.mozilla.org -> tools->Manage Api Keys. As web screen states before generating the k… (læs mere)

Hi guys,

I'm trying to generate API key to access addon APIs using the addons.mozilla.org -> tools->Manage Api Keys.

As web screen states before generating the key I need to confirm it via email, however no confirmation email was sent to "[email address]". This might be relevant to the issue, the account email was changed from "[email address]" to "[email address]" some time ago.

We've checked the following link trying to troubleshoot the issue on our end, but had no success. We haven't found the way how to resend the email via UI.

Could you please resend the confirmation email for API key to "[email address]" once more?

Thanks in advance, Vladimir from Kaseya Inc.

Stillet af kaseya_admin for 1 år siden

Seneste svar af Paul for 1 år siden

  • Arkiveret

getting rid of YOPmail

This morning YOPmail showed up on my windows 10 foxfire as a pinned tab. It claims to be an extension (chrome). Nowhere does anyone say it is malicious...but I want it go… (læs mere)

This morning YOPmail showed up on my windows 10 foxfire as a pinned tab. It claims to be an extension (chrome). Nowhere does anyone say it is malicious...but I want it gone and nowhere is there instructions on how to remove it...I have contacted the dev. we'll see...

It is my business computer and I don't like software, apps, code, extensions or add-ons that i cant get rid of.

Any help would be appreciated.

Jim

Stillet af CarolinaPavers for 2 år siden

Seneste svar af CarolinaPavers for 2 år siden

  • Arkiveret

Add-on was at the top of the right-click menu, but now it's been moved down.

I currently have this add-on installed. It allows you to you highlight certain text, then right click and open up a link to Wiktionary in another tab. Up until a few minu… (læs mere)

I currently have this add-on installed. It allows you to you highlight certain text, then right click and open up a link to Wiktionary in another tab. Up until a few minutes ago, this menu item was at the very top of the list (i.e. above "undo" and all the rest), but now it's been moved down with all the other add-ons. Image for further clarity.

The add-on hasn't been updated in 6 years, so it's certainly not that. I don't recall doing anything to make it change, but before this, it had been at the top of the menu ever since I added it maybe 2 years ago. Is there any potential way to restore this functionality? The fact that it appeared at the very top of the menu might have been a bug, but if that's the case, it was certainly a convenient one.

Anyway, I'll be looking forward to hearing from you fine folks in this community.

Stillet af WonkySplonky for 1 år siden

Seneste svar af jscher2000 - Support Volunteer for 1 år siden

  • Arkiveret

Previous windows not opening at Startup

Hi there, "Open previous windows and tabs" is checked but it's not working. I had to go to history and opened it. It's happening for the last several weeks. Pls, let m… (læs mere)

Hi there,

"Open previous windows and tabs" is checked but it's not working. I had to go to history and opened it. It's happening for the last several weeks.

Pls, let me know what to do. MD

Stillet af asiuzzaman for 2 år siden

Seneste svar af FredMcD for 2 år siden

  • Arkiveret

Addon: searching foor toolbar addon that allows shortcuts to local applications (not url's)

Hello, I am looking for a toolbar addon that allows shortcuts to local applications. Example, shortcuts to notepad, word, calc etc... on a toolbar (like the firefox [CTR… (læs mere)

Hello,

I am looking for a toolbar addon that allows shortcuts to local applications. Example, shortcuts to notepad, word, calc etc... on a toolbar (like the firefox [CTRL]+[SHIFT]+[B]-toolbar)

There are launchers and such to launch applications, but I just want a dedicated toolbar for this where I can place shortcuts to firefox tools/utilities on there.

10+ years ago there was an addon for firefox that was a simple toolbar which could handle url's, local applications...anything as long as it could be created as a shortcut on the desktop. But I can't find it anymore it probably got dis-continued.

Any suggestion is very welcome.

Thanks.

Stillet af ron_r for 1 år siden

Seneste svar af ron_r for 1 år siden

  • Arkiveret

toggle tracking protection, and not being able to view full web pages

hello there! i have had this persistent issue: when a site seems broken, i used to be able to try turning off Enhanced Tracking Protection, by Clicking on the shield… (læs mere)

hello there!

i have had this persistent issue: when a site seems broken, i used to be able to try turning off Enhanced Tracking Protection, by

   Clicking on the shield Icon to the left of the address bar, then
   Toggling the switch at the top of the panel.

But for the past week or two, the toggle button stays on and i canno toggle it off.

Also, a related issue, ie.the reason ive mos recently tried to do this, is so i can view the whole yelp review web pages. I used to be able to, but fo the pas few weeks a large portion of these pages hav blanks instead of reviews. I cannot even view the review i myself posted a week ago!

For example, this yelp business page link text

if you scroll down to beneath of where it says:

'''Ask the Community Ask a question Yelp users haven’t asked any questions yet about Precision Dentistry.'''

there should be text and photos of companies' reviews and info. But instead, all i ever see are grayed out empty boxes.

I have tried:

disabling all my add-ons, 

private browing mode,

restarting firefox, 

turning of all tracking protection from the main firefox preferences pane, rebooting my computer, and clearing all history for everything. I have also googled this up the yinyang but no one else seems to be having similar issues.

Any ideas? if you could please help with this issue i'd be very grateful!

Stillet af z. ixa for 2 år siden

Seneste svar af z. ixa for 2 år siden