Showing questions for topic:

Remove Pop Up blocker

How do I remove the pop up blocker on Firefox for certain websites? I am doing an online course and each introduction for each chapter has a short video that pops up but … (read more)

How do I remove the pop up blocker on Firefox for certain websites? I am doing an online course and each introduction for each chapter has a short video that pops up but as soon as that happens Firefox sends a "Critical error" message then the video stops so I thinks that's happening because pop up blocker is turned on and I just dont know how to turn pop up blocker off for specific websites only like this one I am using for my study course. How can I turn the pop up blocker just for this one website so that this doesn't keep happening?

Open 1 3 404

Toggle off split in context menu

Due to muscle menu or not needing to think about it. Split should either be near the bottom of the context menu or you should be able to toggle it in settings. The amount… (read more)

Due to muscle menu or not needing to think about it. Split should either be near the bottom of the context menu or you should be able to toggle it in settings. The amount of times I have gone to click a link to open in a new window only to split the view is driving me crazy.

Solved 1 3 137

How to remove the Profiles menu option?

I've tried everything. Nothing seems to work. The new Profiles menu option will not go away. I have no use for it, will never use it and I accidentally select it since th… (read more)

I've tried everything. Nothing seems to work.

The new Profiles menu option will not go away. I have no use for it, will never use it and I accidentally select it since they stuck it right next to bookmarks. Pretty poor decision.

If there is not way to remove it then after 30 years I will be dropping Firefox.

Open 1 1 36

Can 'Edge' be removed from all filetype associations at once?

Running Windows 11 on Dell DB16250 Laptop. Using Firefox, updated. I want to use Firefox and eliminate Edge always. Is there a way to remove Edge from being default for … (read more)

Running Windows 11 on Dell DB16250 Laptop. Using Firefox, updated. I want to use Firefox and eliminate Edge always. Is there a way to remove Edge from being default for ALL file types? --- Some types, like .pdf, I will associate with in that case Adobe Acrobat (of course). Others I may leave with NO association. If I chance on one of those files I'll select then. I do not want Edge to be triggered by ANY file type. --- Can I wipe Edge from all of the type associations Microsoft ties to Edge in some general way? Or must I go through the list and un-Edge them one by one? --- Thank you.

Open 2 1 45

Firefox behavior

Firefox is the default browser and pinned to the taskbar. When clicked, Firefox automatically opens places an additional icon in the taskbar. Once Firefox opens, in the s… (read more)

Firefox is the default browser and pinned to the taskbar. When clicked, Firefox automatically opens places an additional icon in the taskbar. Once Firefox opens, in the second icon, any new links open in tabs, which is my preference.

The first image is the pinned icon in the taskbar. When hovering it only displays Firefox. The second image is the additional icon, when hovering over this icon the active page thumbnail is displayed.

Prior versions of Firefox did not have this behavior on my Windows 11 desktop PC. I've tried various settings in about:config but cannot resolve this issue. Is there some reason two icons are now required in the taskbar when running Firefox?

Solved Archived 1 468

How do I remove chat gpt from firefox.

Today when I opened firefox I was greeted with a chat gpt bot on the left side of my screen. I don't want chat gpt any where near my computer. Please tell me how to remov… (read more)

Today when I opened firefox I was greeted with a chat gpt bot on the left side of my screen. I don't want chat gpt any where near my computer. Please tell me how to remove that part of firefox from my pc.

Archived 1 386

Disable search in address bar and add search bar

I was dismayed to discover that the latest versions of Firefox (e.g. 141 on Linux) unify the search and address bars again. There does not seem to be any easy and obvious… (read more)

I was dismayed to discover that the latest versions of Firefox (e.g. 141 on Linux) unify the search and address bars again. There does not seem to be any easy and obvious way to change this.

On my 128 esr Linux Firefox I have an address bar that does not accept search terms and a separate search bar.

How can I get this behaviour in 141?

Archived 2 91

Remove "Add Tab to New Group" item from Tab Context Menu

Hi All, I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item. I was using… (read more)

Hi All,

I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item.

I was using this code, which worked in FF 145, until the latest update (FF 147)...

#context_openANewTab,
#context_moveTabToNewGroup,
#context_moveTabToGroup,
#context_ungroupTab + menuseparator {
   display: none !important;
}

However, now there is an extra separator line at the top of the menu (see attached images).

This code also removes the top menu item, but still leaves the separator line on top:

#tabContextMenu #context_moveTabToNewGroup {
  display: none !important;
}


Is there a way to remove the first menu item without adding the separator line?

Thanks!

Open 2 295