Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

How do I disable search suggestions based on my search history, without deleting my search history?

I've disabled this for my google account. So when I search from google.com this behavior doesn't happen. But when I type anything into my address bar on Firefox to search… (Lesen Sie mehr)

I've disabled this for my google account. So when I search from google.com this behavior doesn't happen. But when I type anything into my address bar on Firefox to search, the first suggestions are from my search history.

I don't want to delete my search history.

I often use my search history to find specific things that I need, but didn't bookmark at the time. I need my search history to be saved. I just don't want to automatically receive suggestions based on it.

Is there any way to turn this off? Even with an extension or something?

Gefragt von Clinton Graham vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Add tab sharing support for Google Meet

Hey there, long story short - nowadays it's crucial to support those who WFH, and most people use G Suit for company work. I personally have a few daily calls via Google … (Lesen Sie mehr)

Hey there, long story short - nowadays it's crucial to support those who WFH, and most people use G Suit for company work. I personally have a few daily calls via Google Meet and having the TAB sharing feature available is highly appreciated. I know this was requested a lot, but this is a real dealbreaker for many people.

What are your thoughts on this? Maybe it's somewhere in the roadmap already? Thanks!

Gefragt von pounds.oiler_0j vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox Multi-Account Containers | Container Name in URL Bar

Firefox 126.0.1 displays a very long name of a container completely in the URL bar. Firefox 127.0 truncates container names AWS long account and role names make keeping… (Lesen Sie mehr)

Firefox 126.0.1 displays a very long name of a container completely in the URL bar.

Firefox 127.0 truncates container names

AWS long account and role names make keeping the long name very convenient (works with the 'AWS SSO Containers' Add-On

Gefragt von Itai vor 12 Monaten

Beantwortet von jscher2000 - Support Volunteer vor 12 Monaten

  • Gelöst
  • Archiviert

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar… (Lesen Sie mehr)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}

Gefragt von Slouch vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Can firefox support different zoom levels on different tabs?

Hi folks. I use Firefox a lot. I have about 36 windows of firefox open and some of those can have a LOT of tabs on/in them. I have recently "evolved" to using a compute… (Lesen Sie mehr)

Hi folks.

I use Firefox a lot. I have about 36 windows of firefox open and some of those can have a LOT of tabs on/in them.

I have recently "evolved" to using a computer monitor. Before then it was an old flat screen TV - 1336 x 768 resolution (there about).

Now I have a 1080p monitor and things are different.

I use Node-Red (dashboards) and they took a beating with the new size.

I've set THOSE tabs to 133% magnification - and yes that isn't the correct size to emulate the TV. But I only thought of doing this a fair way down the track of trying to rearrange the layouts. (MY MISTAKE)

But I realised that at least not too long down that rabbit hole.

So that WINDOW is set to 133% zoom. But just now I tried to zoom out of another tab on that window and realised that the zoom on the other tabs is changed too.  :(

Am I missing any tricks? I know I could move THOSE tabs to a whole new window and that's that. But in the bigger picture I just want to check.

Gefragt von shykitten55 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Old themes

Hi there! My Firefox crashed for some reason and I decided to re-install it. Prior to re-installing I had an older theme from older versions of Firefox installed. It wa… (Lesen Sie mehr)

Hi there!

My Firefox crashed for some reason and I decided to re-install it. Prior to re-installing I had an older theme from older versions of Firefox installed. It was the pink one of the themes you could choose from the "Application menu" (literal translation from German, the system language I'm using). With the new version installed, I somehow cannot find the old themes anymore. I was wondering if there could be any way of using the old themes in the new version? Thank you for your time in reading this request.

Sincerely, Nikola

Gefragt von dj111niko vor 3 Jahren

Beantwortet von Terry vor 3 Jahren

  • Gelöst
  • Archiviert

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (Lesen Sie mehr)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Gefragt von Blacklisted vor 4 Jahren

Beantwortet von DB-1 vor 4 Jahren

  • Gelöst
  • Archiviert

Cannot add Amazon search engine to search toolbar

I am using Firefox 126.0 under Windows 10. I am trying to add search engines to the search toolbar. (Just to be clear, this is the search box that appears below the addr… (Lesen Sie mehr)

I am using Firefox 126.0 under Windows 10.

I am trying to add search engines to the search toolbar. (Just to be clear, this is the search box that appears below the address bar, not the address bar itself.)

I followed the instructions here. That worked fine for Wikipedia, Google Maps and YouTube. Then I tried to add Amazon UK. The Amazon icon is now present in the search box, but when I select it, I see this message:

Firefox could not download the search plugin from: https://d2lo25i6d3q8zm.cloudfront.net/browser-plugins/AmazonSearchSuggestionsOSD.Firefox.xml

I have no idea what this means or what to do about it.

(I also tried adding it from Settings > Search > Search Shortcuts, but Amazon does not appear on that list of search engines [unlike on my other computer]. I clicked "Find more search engines", but that brought up a list of 5,192 extensions, most of which seemed not be related to searching.)

Thanks in advance for any help or suggestions.

Mike

Gefragt von Mike L vor 12 Monaten

Beantwortet von cor-el vor 12 Monaten

  • Gelöst
  • Archiviert

how can I remove adblocker

I installed one of the ad blockers, I can't remember which one. It's given me so much trouble that I thought to disable or delete it. I deleted the little icon ( a stop… (Lesen Sie mehr)

I installed one of the ad blockers, I can't remember which one. It's given me so much trouble that I thought to disable or delete it. I deleted the little icon ( a stop sign) that shows up on the far right of one of the menu bars (don't know the name of that bar but here it's the second one down). But websites still complain that I have an ad blocker. I've gone to 'add-ons and themes' but I can't find it. BTW, what's the difference between an add-on, a plug-in and an extension? Which one of those are ad blockers? How can I see and then delete whichever blocker I still have? Without the icon I can't even disable it for individual sites.

Gefragt von rayandrews vor 1 Jahr

Beantwortet von rayandrews vor 1 Jahr

  • Gelöst
  • Archiviert

disable tab detaching (tear-off) when dragging down

When i click on a tab, if I am not perfectly steady at the time of the click, Firefox opens the tab in a new windows. It happens several times a day, it's quite annoying.… (Lesen Sie mehr)

When i click on a tab, if I am not perfectly steady at the time of the click, Firefox opens the tab in a new windows. It happens several times a day, it's quite annoying. Searching for solutions in the support page, I've found that there was an add-on to disable this function, but now it's not available anymore. Is there a solution in 2024?

Gefragt von odioidentisti vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

Number on Firefox Icon

The Firefox icon on my taskbar has a great big green number 1 plonked on it. It doesn't seem to relate to the number of windows I have open or the processes running. It's… (Lesen Sie mehr)

The Firefox icon on my taskbar has a great big green number 1 plonked on it. It doesn't seem to relate to the number of windows I have open or the processes running. It's there even when Firefox is closed. I thought it might be messages but I can't find those either. Its driving me nuts can you please tell me how to get rid of it? I'm running it in Ubuntu on a laptop.

Gefragt von megallen vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

How to allow web page to override a keyboard shortcut

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage... For example I have an webpage that detects ctrl-… (Lesen Sie mehr)

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage...

For example I have an webpage that detects ctrl-shift-h which worked fine in version 56 but now in version 96 it brings up a "Show All History" dialog

I an doing many such things so I looking for a generic way to override firefox keyboard shortcuts

Gefragt von ikhalil vor 3 Jahren

Beantwortet von ikhalil vor 3 Jahren

  • Gelöst
  • Archiviert

Prevent Firefox from starting automatically

I have followed the steps in the "Prevent Firefox from starting automatically" article: https://support.mozilla.org/en-US/kb/firefox-starts-automatically-when-i-restart-w… (Lesen Sie mehr)

I have followed the steps in the "Prevent Firefox from starting automatically" article: https://support.mozilla.org/en-US/kb/firefox-starts-automatically-when-i-restart-window

But Firefox keeps starting automatically when I restart my computer. Attached is an image of how the settings are now.

What should I do? This is a bit annoying. I don't use Firefox as my main browser but I work as a customer success manager for an online platform and always need to do some tests on Firefox, but I don't want it to start automatically when I turn on my computer.

I'll for instructions.

Thank you

Gefragt von Monique Lonardi vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Downloaded files are being downloaded twice even when using Always Ask option for all file types.

I have always set my option for all download file types to "Always Ask" and now Firefox not only asks me where I want to save the downloaded file, but also downloads a co… (Lesen Sie mehr)

I have always set my option for all download file types to "Always Ask" and now Firefox not only asks me where I want to save the downloaded file, but also downloads a copy to the Windows Download folder. Why am I getting double downloads? I only want one copy of a downloaded file, not two copies. Now I have to go to my Windows Download folder and delete the duplicate downloaded files. My question is, if my Firefox download option is set for all file types to "Always Ask", then why are you downloading the file twice??? I have specific folders where I want files to reside. I don't want to have to remember to go to my Windows Download folder and delete the duplicate files. How can this duplicate file download problem be fixed?

Long time user, Leo

Gefragt von bussysconsultant vor 3 Jahren

Beantwortet von James (On Leave) vor 3 Jahren

  • Gelöst
  • Archiviert

I want to use Ctrl+1, 2, 3, .... (with and without shift also) to open speed dials

I want to use a key to open Speed dials in the same tab and same key with 'Shift' to open that speed dial in a new tab. My favourite were Ctrl+1, 2, 3, 4 ... and so on. … (Lesen Sie mehr)

I want to use a key to open Speed dials in the same tab and same key with 'Shift' to open that speed dial in a new tab.

My favourite were Ctrl+1, 2, 3, 4 ... and so on. And when I used Ctrl+Shift+1, 2, 3 etc, then they opened in a new tab. But now the Ctrl+1, 2, etc are focusing already open tabs. How to revert to old behavior of these shortcut keys?

I've read several articles on using extensions like 'Shortkeys (Custom Keyboard Shortcuts)', but those don't let me use C+1, 2, etc. Also another method of using to js files (auto.js something) doesn't seem to do this job, as I think that would only disable some KeySrtcs altogether.

Gefragt von Zopfan vor 1 Jahr

Beantwortet von Zopfan vor 1 Jahr