From b6cdea5c1a788d1f697424424cd16805f986ea5f Mon Sep 17 00:00:00 2001
From: Cynicus Rex A near-exhaustive list of software I use, not an exhaustive list of the best software. There could very well exist superior alternatives. Feel free to point them out. Latest update: 10 October 2024. Latest update: 13 October 2024. ❦Mostly excellent “free” software
Mostly excellent Vivaldi, LibreWolf
+
↳︎ Ad blocking/privacy: uBlock Origin, Decentraleyes, Cookie AutoDelete, Consent-O-Matic, SponsorBlock
↳︎ Convenience: Enhancer for YouTube, Read Aloud (Voice: Piper jenny_dioco[medium]),
TransOver, Web Scrobbler, Gesturefy (FireFox-only)Vivaldi
display: none;
}
To hide the names of individual bookmarks and keep the names of folders while removing the folder icons in FireFox or derivatives like LibreWolf or Waterfox [I used ChatGPT for this, sorry]:
+about:config
in the URL entry field → set toolkit.legacyUserProfileCustomizations.stylesheets
to true
~/.librewolf/rqp0p3up.default-default/chrome/
To hide the names of individual bookmarks and keep the names of folders while removing the folder icons in FireFox or derivatives such as LibreWolf, Zen Browser, or Waterfox:
+/* Hide the names of individual bookmarks */
#personal-bookmarks .bookmark-item:not([type="menu"]) .toolbarbutton-text {
display: none !important;
@@ -440,8 +448,11 @@ Favicon-only bookmarks
To simply hide the names of everything in the bookmarks bar, use: #personal-bookmarks .toolbarbutton-text {display:none!important}
+ – – – – –
+ * I used ChatGPT for this, sorry.
+
Bottom bookmarks and navigation bar
- To move the bookmarks and navigation bar to the bottom of the window in LibreWolf, place in the aforementioned userChrome.css file the following:
+ To move the bookmarks and navigation bar to the bottom of the window in LibreWolf, save in the aforementioned userChrome.css file the following:
/* Move the bookmarks bar and navigation bar to the bottom of the window */
@-moz-document url(chrome://browser/content/browser.xhtml) {
:root:not([inFullscreen]) {