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

How to add a shortcut to Proton Mail sign in, to my MacOS 14 dock to use in Firefox for Mac

I use a MacBook AIr with OS 14.4.1 (Sonoma) and want to add a short cut link to Proton Mail (Free version) that I can put in my MacOS Dock. I am using Firefox 125.03 vers… (tuilleadh eolais)

I use a MacBook AIr with OS 14.4.1 (Sonoma) and want to add a short cut link to Proton Mail (Free version) that I can put in my MacOS Dock. I am using Firefox 125.03 version.

I used to have a link in my Mac Dock but then I tried the trial of their desktop app-- and when that ended recently, I did not know how to set the Dock link up again. I tried directions for other browsers but they did not help.

'The link I want the short cut to go to is' https://account.proton.me/mail so I can sign right in to check my email.

So I checked Proton's support site for help but it has directions to do this ONLY from Safari and another browser, NOT Firefox.

If you can give me some straightforward directions to add the shortcut to Proton Mail sign in back to my Mac Dock, I would be grateful!

I really enjoy and feel safer using Firefox, by the way! thank you

Howard Mangel

Asked by HowardNJ 14 uair ó shin

Last reply by cor-el 13 uair ó shin

Trying to set my tab close button to the left

I am using theme called WhiteSur to imitate Safari, as that is the browser layout I prefer. However, this doesn't change the position of the close tab button and leaves i… (tuilleadh eolais)

I am using theme called WhiteSur to imitate Safari, as that is the browser layout I prefer. However, this doesn't change the position of the close tab button and leaves it on the right hand side. I found a way to change it, using the code .tabbrowser-tab .tab-close-button {

 margin-left: -5px !important;
 margin-right: 2.5px !important;

} Unfortunately, this doesn't change based on the size of the tab, so if I set it to a size that is good for only having 1 tab, it will look bad or be off the screen for the other amounts of tabs. Is there a way to detect the width of the tab or the amount of tabs open and dynamically set the margins based off of this? So I could set it as (width-of-tab)-x and that would always keep the close tab button in the same spot, regardless of tab size. Thanks!

Asked by williamoflowden 20 uair ó shin

Last reply by jscher2000 - Support Volunteer 18 uair ó shin

moz-extension keeps loading at startup but no related extension appears in my extension list

Hi and thanks for your help. I was playing around with my DMARC settings for my new site and was looking around at who was hosting my WordPress domain for http://ibizign… (tuilleadh eolais)

Hi and thanks for your help. I was playing around with my DMARC settings for my new site and was looking around at who was hosting my WordPress domain for http://ibizignite.com, and Google directed me to GoDaddy. That was wrong. However, in my fooling around, somehow GoDaddy and this associate Westechnologies keeps popping up when I open up my browser after booting up my computer, and I cannot get rid of it. I don't know where to find it, because there is no associated extension anywhere in my extension list.

Here is the address that came up: moz-extension://dfdaa01e-fa7e-4241-8590-a19edb2ec40f/data/blocked/index.html?url=https://www.godaddy.com/forsale/www.westechnologies.com?utm_source=TDFS_BINNS&utm_medium=parkedpages&utm_campaign=x_corp_tdfs-binns_base&traffic_type=TDFS_BINNS&traffic_id=binns&

I tried to use another add-on to block it, and it does, but the darn site keeps appearing every startup after a fresh boot, and neither Westechnologies not GoDaddy appear anywhere in my Zone Map or anywhere else in my registry. Can anyone help me get rid of it please?

Asked by iBizIgnite 1 seachtain ó shin

Last reply by jscher2000 - Support Volunteer 1 lá ó 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 2 lá ó shin

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (tuilleadh eolais)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Asked by Slouch 2 lá ó 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 2 lá ó shin

New Tab Addon Button Missing

i use New Tab Override, reinstalled my software, firefox, and lost the button to get a new tab that goes on the address bar. its no longer in customize. ive removed the a… (tuilleadh eolais)

i use New Tab Override, reinstalled my software, firefox, and lost the button to get a new tab that goes on the address bar. its no longer in customize. ive removed the addon and put it back on, started in troubleshoot mode, disabled all other addons, and it never showed back up

can someone help, the guy who made it wont help

Asked by tunescool 5 mhí ó shin

Last reply by PMDonovan 2 lá ó shin

FireFox homepage background image

Hello there, Iam facing a problem with changing Firefox homepage background. I tried every solution, tutorial, oldposts etc. nothing seems to work, here is what I tried. … (tuilleadh eolais)

Hello there, Iam facing a problem with changing Firefox homepage background. I tried every solution, tutorial, oldposts etc. nothing seems to work, here is what I tried. -1- The chrome folder is in the right folder. -2- the naming of both CSS files userChrome, userContent. -3- enabled CSS files at startup -4- search for both CSS files in the browser toolbox for some reason I cannot find both CSS files, even though they are in the chrome directory. Also, I have 2 chrome folders one of them is located here. "AppData\Roaming\Mozilla\Firefox\Profiles\shaf5qn0.default-release\storage\permanent\chrome" the other one I created myself which is here "AppData\Roaming\Mozilla\Firefox\Profiles\shaf5qn0.default-release\chrome" I tried to delete the first one but I cant, I get an error that this file is being used even though I did close Firefox. What I am missing here?

Asked by Yassen Redwan 3 mhí ó shin

Last reply by Agent virtuel 3 lá ó shin

is there any Collections where category wise someone can save web sites

is there any Collections where category wise someone can save web sites ? Presently, I do not find any. Hence, i am using Pocket and keeping there creating Lists, b… (tuilleadh eolais)

is there any Collections where category wise someone can save web sites ?

Presently, I do not find any. Hence, i am using Pocket and keeping there creating Lists, but it is not so cosy kind, Shall request Firefox team to create Collections in Firefox on windows 11

Asked by scy321 3 lá ó shin

Last reply by cor-el 3 lá ó shin

Specific CSS rule in my userChrome.css doesn't work.

Hi thanks for clicking. I'm on Linux, Zorin OS, which is Ubuntu based if I'm not mistaken, very new to Linux. Anyway, I've made a userChrome.css and done some changes I… (tuilleadh eolais)

Hi thanks for clicking.

I'm on Linux, Zorin OS, which is Ubuntu based if I'm not mistaken, very new to Linux.

Anyway, I've made a userChrome.css and done some changes I like to Firefox. It has been working fine until I tried to change the tab bar's overflow shadows when there are more tabs than there is space in the bar.

The rest of the css edits I've made in userChrome.css works fine but this overflow shadow reference Firefox just doesn't grab. I can live edit with the Toolbox and then it works fine, but when opening Firefox as default this css definition is as if gone.

Image 1: after live edit with Toolbox Image 2: before live edit with Toolbox Image 3: my userChrome.css

What can I do to fix this?

Thanks / p

Asked by protocol 4 lá ó shin

Last reply by cor-el 3 lá ó shin

Icon of Firefox Multi-Account Containers won't show up on top of screen

Hi, I've been trying to get the Multi-Account Containers Add On to work on my computer for quite some time. Would be very handy for me. When I add the Add On to my browse… (tuilleadh eolais)

Hi, I've been trying to get the Multi-Account Containers Add On to work on my computer for quite some time. Would be very handy for me. When I add the Add On to my browser the icon on the top right of the screen just won't show up. Don't know what I've been doing wrong...? How can I access the container settings someway else? I've made changes to my FF settings in regards to privacy via the recommendation from Sun Knudsen but don't really see an issue here. Thanks in advance!

macOS 10.15.7, Firefox 125.0.3

Asked by Chrstph 4 lá ó shin

Last reply by cor-el 4 lá ó shin

Spell Checker still does not work even with multiple dictionaries and language packs installed and enabled, plus "Check your spelling as you type" ticked

Title, The option to switch languages is also not present in the right click menu (see attached image) I'm really unsure how to figure this out so any advice would be g… (tuilleadh eolais)

Title,

The option to switch languages is also not present in the right click menu (see attached image)

I'm really unsure how to figure this out so any advice would be greatly appreciated.

Thank you for your time.

Asked by eftdlcoy 6 lá ó shin

Last reply by cor-el 4 lá ó shin

default startup page keeps changing

The attached photo shows the startup page that appeared today, yesterday that page had 12 of my most frequent websites loaded in place of the ones you see now. This page … (tuilleadh eolais)

The attached photo shows the startup page that appeared today, yesterday that page had 12 of my most frequent websites loaded in place of the ones you see now. This page keeps changing on me and it's infuriating to have to remake it every few months.

What is going on??

AB

Asked by AB 5 lá ó shin

Last reply by zeroknight 4 lá ó shin

How to stop Firefox from loading automatically upon booting up or restarting

How do I get Firefox browser to stop from loading automatically upon booting up or restarting?? This has been happening since the last browser update. I checked the Fir… (tuilleadh eolais)

How do I get Firefox browser to stop from loading automatically upon booting up or restarting?? This has been happening since the last browser update. I checked the Firefox controls but could not find a button to toggle this off. Please advise. Thank you.

Asked by Steve & Lynda 5 lá ó shin

Last reply by cor-el 5 lá ó shin

Spell Checker still does not work even with multiple dictionaries and language packs installed and enabled, plus "Check your spelling as you type" ticked

Title, The option to switch languages is also not present in the right click menu (see attached image) I'm really unsure how to figure this out so any advice would be g… (tuilleadh eolais)

Title,

The option to switch languages is also not present in the right click menu (see attached image)

I'm really unsure how to figure this out so any advice would be greatly appreciated.

Thank you for your time.

Asked by eftdlcoy 6 lá ó shin

Last reply by James 6 lá ó shin

Getting my OLD Firefox Configuration back

Dear People --- FIRST: I apologize for taking so ling. I had physical probs, that kept me from coming back. SECOND: I'm afraid that I can't solve this problem with the a… (tuilleadh eolais)

Dear People --- FIRST: I apologize for taking so ling. I had physical probs, that kept me from coming back. SECOND: I'm afraid that I can't solve this problem with the advice provided. There was a file mentioned [which slips my mind, and I can't look for it with out leaving this screen] that is supposed to be on my desk top. I couldn't find it, so things stopped there.

SO..... I'm reiterating my problem: I loaded an "update" to Firefox that was supposed to get around the obnoxious "THIS BROWSER IS NO LONGER SUPPORTED" message I'd get on certain web-sites [such as the Milwaukee Journal]. I never understood that, as I am careful to update programs, when the updates are available. SO: While I was on the Milwaukee Journal Site, I clicked on the "Firefox Update" that the Journal's site recommended. What happened was I got the Current Version, and LOST all of my add-ons. After problems I can't go into here, "The Cat's Back." Please advise whether I can get things back after this much time.

N.B.: I'm running Windows 10.

THANKX! C M The Gray Cat

Asked by The Gray Cat 6 lá ó shin

Last reply by jscher2000 - Support Volunteer 6 lá ó shin