FF 57 -58 Library: Recent Highlights

Discussion about official Mozilla Firefox builds
Post Reply
Markco
Posts: 29
Joined: June 22nd, 2011, 4:07 am

FF 57 -58 Library: Recent Highlights

Post by Markco »

Hello,

I would like to remove complety in the library: Recent Highlights

Image

Thank you for your assistance

Greetings
Last edited by Markco on November 10th, 2017, 4:05 am, edited 2 times in total.
Sorry, I use an online translator French / English
Markco
Posts: 29
Joined: June 22nd, 2011, 4:07 am

Re: FF 57 -58 Library: Recent Highlights

Post by Markco »

Upgrade subject, change: FF 57 -58 Library: library: recent key-elements to: FF 57 -58 Library: Recent Highlights
Sorry, I use an online translator French / English
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: FF 57 -58 Library: Recent Highlights

Post by Aris »

Add this to userChrome.css

Code: Select all

#appMenu-libraryView > .panel-subview-body toolbarseparator,
#appMenu-libraryView > .panel-subview-body .subview-subheader,
#appMenu-libraryView > .panel-subview-body #appMenu-library-recentHighlights {
	display: none;
}
Markco
Posts: 29
Joined: June 22nd, 2011, 4:07 am

Re: FF 57 -58 Library: Recent Highlights

Post by Markco »

Work fine Thank's ;)
Sorry, I use an online translator French / English
bjherbison
Posts: 1039
Joined: October 6th, 2003, 5:40 am
Location: Bolton, MA, US
Contact:

Re: FF 57 -58 Library: Recent Highlights

Post by bjherbison »

Wouldn't it just be easier to just go into Customize and drag the library icon off the bar?
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: FF 57 -58 Library: Recent Highlights

Post by smsmith »

bjherbison wrote:Wouldn't it just be easier to just go into Customize and drag the library icon off the bar?
Not if you want the other library items. Seems to me the OP just doesn't want to see the "recent highlights" section of the library menu.
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
Exiled_077
Posts: 14
Joined: November 13th, 2017, 4:34 pm

Re: FF 57 -58 Library: Recent Highlights

Post by Exiled_077 »

Anyone know how to get rid of highlighted bookmarks from the library also.
Image
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: FF 57 -58 Library: Recent Highlights

Post by Aris »

@Exiled_077

Code: Select all

/* hide separator */
#PanelUI-bookmarks toolbarseparator {
   display: none;
}
/* hide recent bookmarks label */
#PanelUI-bookmarks #panelMenu_recentBookmarks {
   display: none;
}
/* hide recent bookmarks */
#PanelUI-bookmarks #panelMenu_bookmarksMenu {
   display: none;
}
Mory
Posts: 26
Joined: October 21st, 2017, 9:25 am

Re: FF 57 -58 Library: Recent Highlights

Post by Mory »

aah ! thanks a lot, Aris.

I've been looking for that code. You're (one of) the best :D
Post Reply