Remove "Recently Bookmarked" list

Discussion about official Mozilla Firefox builds
kobolds
Posts: 2
Joined: February 14th, 2016, 10:44 pm

Remove "Recently Bookmarked" list

Post by kobolds »

Hi,

can anyone tell me how to remove "Recently Bookmarked" list ?

I have 2 reasons why I need to remove it.
1. I have long bookmark all the links bookmark are properly organized and sorted. the "recently bookmarked" list cause it over flow.
2. I don't want the next person who will use my laptop can see where i surfing


thks.
User avatar
JayhawksRock
Posts: 10433
Joined: October 24th, 2010, 8:51 am

Re: Remove "Recently Bookmarked" list

Post by JayhawksRock »

Open the Library > Ctrl+Shift+B and do your editing of Bookmarks and/or History there....
"The trouble with quotes on the internet is you never know if they are genuine" ...Abraham Lincoln
kobolds
Posts: 2
Joined: February 14th, 2016, 10:44 pm

Re: Remove "Recently Bookmarked" list

Post by kobolds »

Hi JayhawksRock,

I did check there before I made the post. I don't see "Recently Bookmarked" list option.

I believe it's only recently added to nightly
User avatar
James
Moderator
Posts: 28005
Joined: June 18th, 2003, 3:07 pm
Location: Made in Canada

Re: Remove "Recently Bookmarked" list

Post by James »

--->Moved thread to Firefox Builds as you are Testing the unstable Nightly development channel builds and not Release.
Fanolian
Posts: 940
Joined: February 21st, 2011, 10:14 am

Re: Remove "Recently Bookmarked" list

Post by Fanolian »

Gandharva
Posts: 51
Joined: September 18th, 2010, 2:19 am

Re: Remove "Recently Bookmarked" list

Post by Gandharva »

Same here with latest Nightly. This "feature" is annoying as all get up, as it keeps refreshing the bookmarks when you hover over a new folder.
Last edited by LIMPET235 on February 15th, 2016, 4:03 am, edited 1 time in total.
Reason: Slight rephrasing of the terminology.
Fanolian
Posts: 940
Joined: February 21st, 2011, 10:14 am

Re: Remove "Recently Bookmarked" list

Post by Fanolian »

Gandharva wrote:Same here with latest Nightly. This "feature" is annoying as all get up, as it keeps refreshing the bookmarks when you hover over a new folder.
Bug 1248259 - Bookmarks menu flickers when you open a subfolder

There are other bugs regarding this new "feature" already filed.
marty60
Posts: 475
Joined: March 21st, 2012, 7:09 am

Re: Remove "Recently Bookmarked" list

Post by marty60 »

You can hide the recently added bookmarks with this css code:

#menu_recentBookmarks {
display: none !important;
}

This will remove the separator:

#bookmarksToolbarSeparator {
display: none !important;
}

There is no ID for the "Recently Bookmarked" title so I haven't figured out how to get rid of that short of installing Menu Wizard and creating an ID. Since I'm still using Menu Editor I'd prefer css code if anyone has any ideas.
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: Remove "Recently Bookmarked" list

Post by smsmith »

And this will remove it from the Bookmarks Menu Button.

Code: Select all

/*** Remove "Recently Bookmarked" from Bookmarks Menu Button ***/
#BMB_recentBookmarks,
menuitem[label="Recently Bookmarked"],
#BMB_recentBookmarks + menuseparator{
    display: none !important;
}
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.
marty60
Posts: 475
Joined: March 21st, 2012, 7:09 am

Re: Remove "Recently Bookmarked" list

Post by marty60 »

Thank-you, it is now completely gone. What an annoying feature.
mayankleoboy1
Posts: 471
Joined: February 25th, 2013, 9:52 pm

Re: Remove "Recently Bookmarked" list

Post by mayankleoboy1 »

smsmith wrote:And this will remove it from the Bookmarks Menu Button.

Code: Select all

/*** Remove "Recently Bookmarked" from Bookmarks Menu Button ***/
#BMB_recentBookmarks,
menuitem[label="Recently Bookmarked"],
#BMB_recentBookmarks + menuseparator{
    display: none !important;
}
how do you use this?

Edit: nevermind, i figured that I had to create a "Chrome" folder in the profile, and add a UserChrome.css file with the above code.
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: Remove "Recently Bookmarked" list

Post by smsmith »

mayankleoboy1 wrote:how do you use this?

Edit: nevermind, i figured that I had to create a "Chrome" folder in the profile, and add a UserChrome.css file with the above code.
Personally, I use Stylish rather than userChrome. Easier for me to manage, and you don't normally have to restart the browser to see if code additions or revisions work.
https://addons.mozilla.org/firefox/addon/stylish/
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.
User avatar
itisomegakai
Posts: 358
Joined: February 13th, 2014, 11:52 am

Re: Remove "Recently Bookmarked" list

Post by itisomegakai »

https://bugzilla.mozilla.org/show_bug.cgi?id=1248268

Please provide suggestions to this bug as the devs need info.

Edit:they seem to have to options as seem from comments
> My suggestion is:
>
> 1) to make Recently Bookmarked a folder, just like Unsorted Bookmarks - this
> way it will occupy just a single slot in Bookmarks (just like Unsorted
> Bookmarks) instead of X top slots
>
> 2) to make a switch to hide both Recently Bookmarked and Unsorted Bookmarks
> folders from Bookmarks, as they still occupy 2 slots each (at the moment,
> when clicking by right mouse button at Unsorted Bookmarks folder and trying
> to delete it, the "delete" option is greyed out (disabled) ) so at the
> moment it seems that the problem escalated to being unable to get rid of
> both Recently Bookmarked and Unsorted Bokmarks slot occupiers.

1st one is Fine but add a extra folder(removable?) which might regenerate with history?

2nd one seems better But would like separate pref to hide both Recently Bookmarked and Unsorted Bookmarks folders from Bookmarks

(In reply to Dão Gottwald [:dao] from comment #13)
> I'd like some UX input on this. Are the reasons for disabling this
> legitimate and common enough that we should have some kind of disabling UI?
> Or should we have a hidden pref? Or just leave the userChrome.css option?

The previous implementation was great & did not leak sensitive info/history habits/make it large for no better way.

disabling UI? Better suggestion make Recently Bookmarked a folder, just like Unsorted Bookmarks(removable)

Or should we have a hidden pref? separate pref each to hide both

Or just leave the userChrome.css option? Does not work with e10s
plus unnecessary hacks required (plus pref or removable folder gives power to user choice)
Gandharva
Posts: 51
Joined: September 18th, 2010, 2:19 am

Re: Remove "Recently Bookmarked" list

Post by Gandharva »

OMG... the workaround via UserChrome.css is also broken now. What are they doing here?
User avatar
Virtual_ManPL
Posts: 2052
Joined: July 24th, 2008, 5:52 am
Contact:

Re: Remove "Recently Bookmarked" list

Post by Virtual_ManPL »

itisomegakai wrote:https://bugzilla.mozilla.org/show_bug.cgi?id=1248268

Please provide suggestions to this bug as the devs need info.[...]
Don't do that.
Dão Gottwald [:dao] need info only from Verdi [:verdi]...
Virtualfox persona
Tired of constant Firefox UI changes? XUL extensions are not working anymore? Try SeaMonkey, Waterfox Classic, Pale Moon.
Post Reply