Skip to content

Instantly share code, notes, and snippets.

@dserodio
Created June 10, 2021 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dserodio/d84c65488eafd0b6fb601523c5aedf78 to your computer and use it in GitHub Desktop.
Save dserodio/d84c65488eafd0b6fb601523c5aedf78 to your computer and use it in GitHub Desktop.
Make Firefox bookmarks visible only on new tab page, like Chrome
/*
* Bookmarks toolbar is visible only on new tab page, just like Chrome.
*
* Screenshot: https://vimeo.com/235059188
* Video: https://vimeo.com/240436456
*
* Contributor(s): https://www.reddit.com/user/AJtfM7zT4tJdaZsm and Andrei Cristian Petcu
* https://www.reddit.com/r/FirefoxCSS/comments/7evwow/show_bookmarks_toolbar_only_on_new_tab/
*/
/* https://superuser.com/a/1520406 */
#nav-bar:not(:focus-within) + #PersonalToolbar:not(:hover):not(:focus-within):not([customizing]) { visibility: collapse; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment