Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

how to configure "Edit This Bookmark" dialog box?

  • 3 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: Henrik R.

more options

Hi

I would like the "Edit This Bookmark" dialog box to show all the sub-folders to "Other Bookmarks" right away instead of having to do 2 clicks AND scroll, because the dialog box will only use a small part of my screen. Is that possible?

Best regards, Henrik R.

Hi I would like the "Edit This Bookmark" dialog box to show all the sub-folders to "Other Bookmarks" right away instead of having to do 2 clicks AND scroll, because the dialog box will only use a small part of my screen. Is that possible? Best regards, Henrik R.

모든 댓글 (3)

more options

Am I the only one who thinks that the way the "Edit This Bookmark" dialog box works in Firefox (ESR v.52.6.0 64-bit) is limiting and anti-practical? I haven't been able to find an Extension or addon that solves the limitations. Please respond.

more options

Hi Henrik, add-ons currently can't directly modify the dialog. (It's possible for an add-on to create its own dialog for adding/editing bookmarks, but I'm not aware of one off the top of my head.)

Although I don't know of a reliable way to force the folder list open, I do know of a custom style rule tweak to make the box taller once you do open it. This involves creating a userChrome.css file, so if you are new to that, you might wait until you have 10-15 minutes for the project.

A screenshot demonstrating the effect of this rule is attached for reference:

/* Taller Folder List in Edit Bookmark */
#editBMPanel_folderTree {
  min-height: 350px !important; 
}

(You can adjust that height as desired, but 350 pixels should be a safe starting point.)

My page here has steps and boring videos on how to set up a userChrome.css file: https://www.userchrome.org/how-create-userchrome-css.html

Similar thread: How do I show more than 7 folders in the Bookmarks "Choose" list (need a taller dropdown!)?

more options

Thank you very much! That helps.

I have just posted another similar question: "How to get longer, scrollable, list of visited URLs and bookmarks in Address Bar?" - https://support.mozilla.org/en-US/questions/1207517 . Maybe you know the answer to that too? :-)