搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 5 个回答
  • 1 人有此问题
  • 5 次查看
  • 最后回复者为 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.

所有回复 (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.

由Avengement于修改