搜索 | 用户支持

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

Learn More

Bookmark dialog/editor position and Auto bookmark save

  • 4 个回答
  • 1 人有此问题
  • 32 次查看
  • 最后回复者为 cor-el

more options

Hi,

Q1: Currently the dialog/editor for when you want to save a bookmark spawns under the '...' in the address bar, which is on my screen pretty far to the right side. especially because i prefer to save bookmarks with the menutoolbar>bookmarks menu (file edit view history bookmarks tools help) which is on the right side. (see image) i tried a little in userChrome with #editBMPanel_folderTree {} (which i found floating on the web) but i cannot get it to work. If thats impossible, is it then possible to move the '...' to the right side?

Q2: When the dialog/editor pops up and i leave it untouched and not hovering over it, it will automatically bookmark the page after 5-10~ seconds. how can i disable that?

Thanks in advance, Aapjuh

p.s. i uploaded an image with it.. but can't find it in the post so i'll provide a imgur link https://i.imgur.com/ukJCOTn.png

Hi, Q1: Currently the dialog/editor for when you want to save a bookmark spawns under the '...' in the address bar, which is on my screen pretty far to the right side. especially because i prefer to save bookmarks with the menutoolbar>bookmarks menu (file edit view history bookmarks tools help) which is on the right side. (see image) i tried a little in userChrome with #editBMPanel_folderTree {} (which i found floating on the web) but i cannot get it to work. If thats impossible, is it then possible to move the '...' to the right side? Q2: When the dialog/editor pops up and i leave it untouched and not hovering over it, it will automatically bookmark the page after 5-10~ seconds. how can i disable that? Thanks in advance, Aapjuh p.s. i uploaded an image with it.. but can't find it in the post so i'll provide a imgur link https://i.imgur.com/ukJCOTn.png
已附加屏幕截图

由Aapjuh于修改

被采纳的解决方案

This dialog in linked to the bookmarks star the appears in the three-dot drop-down menu (you can add the star to the location bar if you right-click this icon).

The code for userChrome.css to move this container to the left side (you wrote right, but I assume you meant left) would be this code.

Add code to the userChrome.css file in the chrome folder below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#page-action-buttons {-moz-box-ordinal-group: 0 !important}

定位到答案原位置 👍 1

所有回复 (4)

more options

选择的解决方案

This dialog in linked to the bookmarks star the appears in the three-dot drop-down menu (you can add the star to the location bar if you right-click this icon).

The code for userChrome.css to move this container to the left side (you wrote right, but I assume you meant left) would be this code.

Add code to the userChrome.css file in the chrome folder below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#page-action-buttons {-moz-box-ordinal-group: 0 !important}

more options

Maybe you are interested in this extension.

more options

@cor-el The first comments code worked great, the dialog is now on the left (yes i meant left :P), thanks a lot and nice fast response.

The bookmark addon i already have installed (to get a save location of my choosing) i just didn't want to click a star or other button to bookmark a page, there's so many ways you can bookmark, but i prefer the menubar habit for now.

more options

The star provides an easy way to bookmark the current tab and see whether you already have bookmarked a link. You can hide the dialog via the checkbox at the bottom of the dialog and because you already use the extension you would only have to click the star and not open the menu and click the item. You wouldn't have to open the dialog at all unless you want another folder and then you only need to click the highlighted star another time.