Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist

What is this purple icon that suddenly appeared in and behind my browser windows?

Macbook Air, Sonoma 14.1.2, second monitor connected via hdmi. This oval purple icon showing a person in front of a screen suddenly appeared in and behind upper left ha… (tuilleadh eolais)

Macbook Air, Sonoma 14.1.2, second monitor connected via hdmi. This oval purple icon showing a person in front of a screen suddenly appeared in and behind upper left hand corner of window, and is now in all my windows. (see attached image)

What is it? What does it signify? Thanks for your help! Kathleen

Asked by thestrangerkmc 1 mhí ó shin

How Hide tool bar & bookmarks bar in pop-up windows, Firefox 124 mac OS

I Use Mac OS Firefox as my primary client for Gmail, and I always compose emails in a pop-out window. Ever since Firefox 124, these pop-out windows include the tool bar a… (tuilleadh eolais)

I Use Mac OS Firefox as my primary client for Gmail, and I always compose emails in a pop-out window. Ever since Firefox 124, these pop-out windows include the tool bar and bookmarks bar, eating up a bunch of space. I do want those bars displayed on my main firefox window, I don't want them displayed on the pop-up Gmail compose windows. Is there anyway to get Firefox revert back to this old behavior?

Asked by rhinoscope 1 mhí ó shin

How can I permanently turn off Firefox's "update available" pop-up reminder?

I use Firefox version 103, the old version that is perfectly compatible with an extension I always use. I love this old version, and I don't want to update it to the new … (tuilleadh eolais)

I use Firefox version 103, the old version that is perfectly compatible with an extension I always use. I love this old version, and I don't want to update it to the new version. But the update reminder pops up many times everyday. it's so annoying. I used "about config" to turn it off (see photo 2); it works a bit, but the popup still there once daily after the configuration. I want to turn it off permanently. Is there any way to do it? Thank you very much!!

Asked by wongbouwing 1 mhí ó shin

Last reply by Agent virtuel 1 mhí ó shin

Using a Shortcut folder as homepage

I’m currently using Windows 10 Firefox v.124.0.1 and am set to auto update. For some time now I’ve been trying to make use of the option to set homepage as a shortcut fo… (tuilleadh eolais)

I’m currently using Windows 10 Firefox v.124.0.1 and am set to auto update. For some time now I’ve been trying to make use of the option to set homepage as a shortcut folder as described: Settings/Home/Homepage and new windows where one of the options is: ‘Choose a Bookmark to be your Home Page. If you choose a folder, the Bookmarks in that folder will be opened in Tabs.’ You then need to delete the existing homepage and select the desired shortcut folder. This works but after it appears to be a static rather than dynamic selection as regardless of any changes made to the indicated folder, the homepage does not change. Am I doing something wrong or expecting too much. Thanks John

Asked by john266 1 mhí ó shin

support pages BROKEN

I have the Dark Reader extension, because white screens HURT MY EYES. This is an accessibility issue! ALL of your support pages do not recognize or respond to the dark r… (tuilleadh eolais)

I have the Dark Reader extension, because white screens HURT MY EYES. This is an accessibility issue! ALL of your support pages do not recognize or respond to the dark reader extension, and leave the page backgrounds WHITE! I can barely stand to write this! UGH! Thank you for fixing this!

Asked by sentientliquid 1 mhí ó shin

re: problem with browser for computer course

Hi, I am just wondering can you help me with my problem. I am currently doing a ICDL Essentials course with E-College and I am having a problem with ICDL connect as par… (tuilleadh eolais)

Hi,

I am just wondering can you help me with my problem. I am currently doing a ICDL Essentials course with E-College and I am having a problem with ICDL connect as part of the course. It's something about a PSI In-application plugin if you know what I mean by that ??? it won't accept this plugin for some reason, can you help me with this problem please thanks.

Thanking you, Kind Regards, Siobhan Mc Brearty.

Asked by siobhan30killybegs 1 mhí ó shin

Can't navigate search suggestions with arrow keys on some sites

Previously I've been able to select search suggestions using the keyboard when typing into a search bar. As of a few days ago this no longer works on some sites like YouT… (tuilleadh eolais)

Previously I've been able to select search suggestions using the keyboard when typing into a search bar. As of a few days ago this no longer works on some sites like YouTube, but does work on others like Google. The issue is not to do with num lock or scroll lock, and my browser is up to date (124.0.1 Ubuntu Snap version).

Asked by goofmuffin 1 mhí ó shin

Viewport in the devtools going out of bounds when resizing the viewport

Hello everyone, I’m a fan of Firefox due to its efficient handling of webpage caching and memory management. However, I often find myself switching back to the Chromium-b… (tuilleadh eolais)

Hello everyone, I’m a fan of Firefox due to its efficient handling of webpage caching and memory management. However, I often find myself switching back to the Chromium-based Edge browser due to one specific feature in its DevTools. In Edge, when I resize the viewport, it stops at a certain limit. If I want to resize it further, I can zoom out and then continue resizing. I find this feature very useful. Is there a way to have similar functionality in Firefox? I’m currently using the Firefox Developer Edition.

Asked by Aditya 1 mhí ó shin

Help with 'Simple Tab Groups' add-on

I sent an email to the support email given for this add-on but didn't get a response, so maybe others can help: I'm using the 'Simple Tab Groups' add-on on my Mac comput… (tuilleadh eolais)

I sent an email to the support email given for this add-on but didn't get a response, so maybe others can help:

I'm using the 'Simple Tab Groups' add-on on my Mac computer and am happy with it but I have one question. When I click on a web link in an email (I use the native Apple Mail), it of course takes me to my default browser which is Firefox, and then within Firefox to the simple tab group that I had open in Firefox before clicking the link. Logically I guess that's reasonable behavior but typically that's not necessarily what I want; I'd rather it open the web page in my 'main' tab group.

Is there a configuration option to say: "When clicking on a web link in an email, open to this xxxxxx default tab group"?

Asked by rick707 1 mhí ó shin

userchrome.js: how to get notified when tabs open and close?

I've recently started using the Tree Style Tab extension, and I'm finding it useful, but I'd like it if the list of tabs could be automatically hidden when only one tab i… (tuilleadh eolais)

I've recently started using the Tree Style Tab extension, and I'm finding it useful, but I'd like it if the list of tabs could be automatically hidden when only one tab is open (and automatically shown when more than one tab is open).

I hoped to write an extension to do this, but opening the sidebar from an extension requires a user gesture, so I suspect I'll have to use a userchrome.js script.

From a "userchrome.js"-like environment (i.e. unsandboxed AutoConfig), I can hide and show the sidebar with `SidebarUI.hide()` and `SidebarUI.show("treestyletab_piro_sakura_ne_jp-sidebar-action")`, and I can examine the tabs open in the current window via `gBrowser.tabs`, but I can't see how to get notified when the number of tabs changes (replacing `gBrowser.tabs` with a proxy doesn't work, for example). I suppose I could just check every few seconds? That feels like a bit of a cop-out, though, and gets more and more inefficient the more windows are open.

There's an API for extensions to receive events when tabs open and close, so clearly this is possible. Where should I be looking for this functionality?

(I also don't know how I would go about unregistering an event listener (or cancelling a setInterval call!) when the window closes, assuming that's necessary to avoid leaking resources – is there an event like `chrome-document-global-created` I could listen for, but that fires during teardown of the window rather than when one is created?)

Asked by ash 2 sheachtain ó shin

Lost personalization of Windows10 and Firefox after a power failure.

Re-booting following a power failure, I entered my pin & received a message something like, "Would you like to sign out? If you continue you risk losing personal data… (tuilleadh eolais)

Re-booting following a power failure, I entered my pin & received a message something like, "Would you like to sign out? If you continue you risk losing personal data. You can protect your data by signing out, then signing in again". So I signed out, then signed in again and the boot proceeded but it was like a brand new installation. Desktop background was Windows blue, about half my desktop icons gone, all default apps reset, in Firefox all my plug-ins/extensions gone, all my bookmarks gone. And Windows Settings now won't let me set Firefox as the default browser and when FF offers to set itself as the default browser, that doesn't work either.

I've got the feeling this is some kind of identity issue gone awry but I don't know how to fix it. Hoping someone on this forum recognizes the problem, and knows a solution. Thanks for any help offered.

Asked by vimy100 1 seachtain ó shin

Bookmarks Toolbar Popup Menu Padding, Color, and more.

Hi All, I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding… (tuilleadh eolais)

Hi All,

I'm trying to change the appearance of the "Bookmarks Toolbar / Chevron >>" popup menu, which (after version 88) has turned bright white with extra padding between menu items and rounded corners.

I'm a fan of system menus, so I would really like the popup menu to look like the regular bookmarks menu from the top menu bar (see attached image).

I also like the subtle chiseled vertical line separating the favicons and the descriptions, and the 1px gray border around the menu, plus square corners.

I took a guess at some of the variable names, but only the menu's background color has changed.

Maybe someone knows how to change other attributes such as border color, radius, menu-item-height, padding, and add in the 3D vertical column line?

Thank you!

Here is my first attempt at the code...

#PersonalToolbar menupopup {
  /* Text color */
  --menu-color: #000 !important;
  --arrowpanel-color: #000 !important;
  --panel-color: #000 !important;
  /* Background color */
  --menu-background-color:  #f0f0f0 !important;
  --arrowpanel-background: #f0f0f0 !important;
  --panel-background: #f0f0f0 !important;
  /* Border color (if any) */
  --menu-border-color: #606060 !important;  /* not working on boomarks toolbar menu */
  --menu-border: 1px !important;  /* not working on boomarks toolbar menu */
  --menu-border-radius: 0px !important;  /* not working on boomarks toolbar menu */
}
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 0px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}

Asked by Slouch 1 seachtain ó shin

  • Cartlannaithe

preffered browser Firefox not MSN

Get rid of MSN and restore Firefox as my preferred browser Microsoft has taken over somehow, and I can't get rid of them or get my computers settings back to the way the… (tuilleadh eolais)

Get rid of MSN and restore Firefox as my preferred browser Microsoft has taken over somehow, and I can't get rid of them or get my computers settings back to the way they were!

Asked by Ray Kirby Schilling Jr 1 bhliain ó shin

Last reply by Terry 1 bhliain ó shin

  • Cartlannaithe

pictures popping up on web pages

I use a touch screen HP laptop. And when I shopping or just reading news and there is a picture on the page or site it pops up, even if I do not touch it. I can not see t… (tuilleadh eolais)

I use a touch screen HP laptop. And when I shopping or just reading news and there is a picture on the page or site it pops up, even if I do not touch it. I can not see the text behind it. I know it is a setting some here because if i go to trouble shooting mode it does not happen. i have checked and unchecked every thing I can fine and nothing helps but trouble shooting mode. So when I close out and reopen Firefox trouble back. I have not tried other browsers because I only like Firefox

Asked by neiler2 1 bhliain ó shin

Last reply by cor-el 1 bhliain ó shin