Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Hide Bookmarks bar shortcuts text.

  • 1 trả lời
  • 0 gặp vấn đề này
  • 112 lượt xem
  • Trả lời mới nhất được viết bởi meromex_102

more options

there used to be an add on called roomy bookmarks that stopped working so people found ways around to replicate it and it works on win 10 but I just switched to Win 11 and this solution doesnt seem to work anymore for me, anyone know if i need to change anything?

    Locate your firefox profile folder, in this article they say where you can find it: http://kb.mozillazine.org/Profile_folder
   Find your profile folder mine was: C:\Users\***\AppData\Roaming\Mozilla\Firefox\Profiles\***.default\
   Locate a folder called chrome (if it doesn't exists create one through your O.S) must be lowercase
   Locate inside chrome folder the file: userChrome.css (if it doesn't exists create one through your O.S, google how to create a .css file on notepad) Chrome must be cased as shown above
   Add the code: https://pastebin.com/1r6cc8hW
   Restart Firefox, now you are done, if you don't want text to be displayed within the icons just remove the last line. 

This is the line of code i have in css file that works for me in my win 10 machine.

/*

* Recreates the basic functionality of the popular Roomy Bookmarks Toolbar add-on in Firefox 57+.
* Uncomment the section with the functionality that you want, leave all other sections commented.
* This only affects toplevel toolbar bookmarks and folders, bookmarks and subfolders in folders are unaffected.
* The tooltips on long hover (showing bookmark name and link) are unaffected.
*/
/* some margin settings, do not comment out */

.bookmark-item > .toolbarbutton-text {

 margin-top: -1px !important;

} .bookmark-item {

 margin: -1px !important;

}


/* No text on toolbar bookmarks; Text on bookmark folders. No hover effect. */

  1. PlacesToolbarItems > .bookmark-item:not([container]):not([open="true"]) > .toolbarbutton-text {
 display: none !important;

}

  1. PlacesToolbarItems > .bookmark-item:not([container]):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
 margin-inline-end: 0px !important;

}


/* No text on toolbar bookmarks; No text on bookmark folders. Show bookmark text on hover. */ /*

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-text {
 display: none !important;

}

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
 margin-inline-end: 0px !important;

}

  • /


/* No text on toolbar bookmarks; Text on bookmark folders. Show bookmark text on hover. */ /*

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([container]):not([open="true"]) > .toolbarbutton-text {
 display: none !important;

}

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([container]):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
 margin-inline-end: 0px !important;

}

  • /

does anyone have a workaround or a similar add on? i would like to have my booksmarks as shown in the screenshot on my win 11 pc as well.

there used to be an add on called roomy bookmarks that stopped working so people found ways around to replicate it and it works on win 10 but I just switched to Win 11 and this solution doesnt seem to work anymore for me, anyone know if i need to change anything? **** Locate your firefox profile folder, in this article they say where you can find it: http://kb.mozillazine.org/Profile_folder Find your profile folder mine was: C:\Users\***\AppData\Roaming\Mozilla\Firefox\Profiles\***.default\ Locate a folder called chrome (if it doesn't exists create one through your O.S) must be lowercase Locate inside chrome folder the file: userChrome.css (if it doesn't exists create one through your O.S, google how to create a .css file on notepad) Chrome must be cased as shown above Add the code: https://pastebin.com/1r6cc8hW Restart Firefox, now you are done, if you don't want text to be displayed within the icons just remove the last line. **** This is the line of code i have in css file that works for me in my win 10 machine. ********************************************************************************** /* * Recreates the basic functionality of the popular Roomy Bookmarks Toolbar add-on in Firefox 57+. * Uncomment the section with the functionality that you want, leave all other sections commented. * This only affects toplevel toolbar bookmarks and folders, bookmarks and subfolders in folders are unaffected. * The tooltips on long hover (showing bookmark name and link) are unaffected. */ /* some margin settings, do not comment out */ .bookmark-item > .toolbarbutton-text { margin-top: -1px !important; } .bookmark-item { margin: -1px !important; } /* No text on toolbar bookmarks; Text on bookmark folders. No hover effect. */ #PlacesToolbarItems > .bookmark-item:not([container]):not([open="true"]) > .toolbarbutton-text { display: none !important; } #PlacesToolbarItems > .bookmark-item:not([container]):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) { margin-inline-end: 0px !important; } /* No text on toolbar bookmarks; No text on bookmark folders. Show bookmark text on hover. */ /* #PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-text { display: none !important; } #PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) { margin-inline-end: 0px !important; } */ /* No text on toolbar bookmarks; Text on bookmark folders. Show bookmark text on hover. */ /* #PlacesToolbarItems > .bookmark-item:not(:hover):not([container]):not([open="true"]) > .toolbarbutton-text { display: none !important; } #PlacesToolbarItems > .bookmark-item:not(:hover):not([container]):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) { margin-inline-end: 0px !important; } */ ********************************************************************** does anyone have a workaround or a similar add on? i would like to have my booksmarks as shown in the screenshot on my win 11 pc as well.
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

Apologies, i was dumb and forgot to to turn "toolkit.legacyUserProfileCustomizations.stylesheets" on on the new machine. i would like to close this question. not sure how though, issue is resolved.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

Apologies, i was dumb and forgot to to turn "toolkit.legacyUserProfileCustomizations.stylesheets" on on the new machine. i would like to close this question. not sure how though, issue is resolved.