Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

CSS code to force "about:preferences" to open in a separate window?

  • 5 replies
  • 1 has this problem
  • 9 views
  • Last reply by Avengement

more options

Hello,

What is the CSS Code to force the "about:preferences" menu to open in a separate window?

This used to be possible using the "classic theme restorer" extension but it's since been depricated with version 57+.


Thanks in advance.

Hello, What is the CSS Code to force the "about:preferences" menu to open in a separate window? This used to be possible using the "classic theme restorer" extension but it's since been depricated with version 57+. Thanks in advance.

All Replies (5)

more options

Place about:preferences on your bookmarks toolbar, Then right-click and select Open In New Window,

more options

FredMcD said

Place about:preferences on your bookmarks toolbar, Then right-click and select Open In New Window,

This does not solve the problem as the window is not accessible from clicking the "open options" button next to the URL bar.

more options

You used to be able to use the following boolean set to true:

browser.preferences.useOldOrganization

but it appears that's also been removed and when manually adding it has no effect.

more options

You would normally use this command to open the about:profiles page: openPreferences() You can try this command in the Browser Console. I'm not aware of a way to open the about:profiles page in a standalone window apart from using A bookmark and Shift plus left-click this bookmark or tear off a tab with this page (Move to New Window).

more options

cor-el said

You would normally use this command to open the about:profiles page: openPreferences() You can try this command in the Browser Console. I'm not aware of a way to open the about:profiles page in a standalone window apart from using A bookmark and Shift plus left-click this bookmark or tear off a tab with this page (Move to New Window).

It's unfortunate that the devs thought it was a wise idea to remove this functionality. Now you are unable to navigate back to the page you were on prior to entering the "about:preferences" menu if you use the "open options" button to get there.

Pretty large oversight.

Modified by Avengement