Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Can no longer stop websites from suppresing standard menus

  • 3 antwurd
  • 1 hat dit probleem
  • 5 werjeftes
  • Lêste antwurd fan Terry

more options

Back in 2019 I learned how to set Firefox so that a website opening a new window would always include standard menus (the website could not suppress them). Now I get windows without the menus and controls I need.

I used some combination of 

dom.disable_window_open_feature.menubar

   and

dom.event.contextmenu.enabled

These haven't done the job for over a year now.

How do I do this now?

Thanks in advance, Lawrence

p.s. I note that I run Windows 8.1 (up-to-date), but have a Windows 10 I could use if it would work better there (up-to-date).

Back in 2019 I learned how to set Firefox so that a website opening a new window would always include standard menus (the website could not suppress them). Now I get windows without the menus and controls I need. I used some combination of dom.disable_window_open_feature.menubar and dom.event.contextmenu.enabled These haven't done the job for over a year now. How do I do this now? Thanks in advance, Lawrence p.s. I note that I run Windows 8.1 (up-to-date), but have a Windows 10 I could use if it would work better there (up-to-date).

Alle antwurden (3)

more options

Toolbars in Popup Windows

Hi Lawrence, this change was made more than two years ago. Starting in Firefox 76, Firefox removed the option to keep additional bars visible when a site launches a window that specifies certain features, such as height and width.

In the absence of built-in exception, I've been using an unofficial, community-supported workaround, which is custom style rules in a userChrome.css file. Specifically, this keeps the full toolbar available (but not tabs, menu bar, or bookmarks):

/* Override Hiding of Toolbar Buttons in Limited Feature Windows */
*|*:root[chromehidden~="toolbar"] .chromeclass-toolbar-additional {
  display: -moz-box !important; /* default is display: none */
}


More info in older threads:

Right-click Context Menus

The dom.event.contextmenu.enabled preference should still work for preventing sites from replacing Firefox's normal context menus in web pages. It is not related to toolbars in popup windows.

more options

Thanks! Still considering if I'm too intimidated to try a custom userChrome.css . I can probably handle it if I have enough time to go slowly. (Just a matter of my personal level of technical know-how.)

more options

There's a guide below (remove the blank space).

https://www.userchrome. org/how-create-userchrome-css.html