From b6cdea5c1a788d1f697424424cd16805f986ea5f Mon Sep 17 00:00:00 2001 From: Cynicus Rex Date: Sun, 13 Oct 2024 12:46:37 +0200 Subject: [PATCH] adds Zen Browser --- file/software.html | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/file/software.html b/file/software.html index a6dcacc..0a9a614 100644 --- a/file/software.html +++ b/file/software.html @@ -21,7 +21,7 @@

Mostly excellent “free” software

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.

@@ -85,7 +85,7 @@

Mostly excellent Vivaldi, LibreWolf
+
  • Browser: Zen Browser, LibreWolf, Vivaldi
    ↳︎ 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)
  • @@ -413,13 +413,21 @@

    Vivaldi

    display: none; }

    -

    LibreWolf

    -

    Favicon-only bookmarks

    -

    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]:

    +

    Zen Browser / LibreWolf

    +

    Enable userChrome.css customisation

    +
      -
    1. Open LibreWolf → Settings → LibreWolf → “☑ Allow userChrome.css customization”
    2. Create a userChrome.css file in the browser's profile directory, in a folder named “chrome”, e.g., ~/.librewolf/rqp0p3up.default-default/chrome/
    3. -
    4. Place the following lines of code within that file: +
    5. Add your preferred CSS tweaks in this file.
    6. +
    + +

    Favicon-only bookmarks

    +

    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:

    +
      +
    1. Save the following code* within the aforementioned userChrome.css file:
      /* 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]) {