為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Bookmark dialog/editor position and Auto bookmark save

  • 4 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 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.