diff options
| -rw-r--r-- | linux_room.html | 28 | 
1 files changed, 26 insertions, 2 deletions
diff --git a/linux_room.html b/linux_room.html index d8d1956..dc76cd2 100644 --- a/linux_room.html +++ b/linux_room.html @@ -68,6 +68,7 @@ table {                              <ul>                                  <li><a href="#lite-xl">lite-xl</a></li>                                  <li><a href="#vlc">vlc</a></li> +                                <li><a href="#librewolf">librewolf</a></li>                                  <li><a href="#evolution">Evolution</a></li>                              </ul>                          </li> @@ -297,10 +298,19 @@ table {                          <a href="https://digdeeper.club/articles/mozilla.xhtml" target="_blank">mozilla is evil as fuck</a>.                          If you don't know librewolf it its the ungoogled-chromium of firefox. Than I switched from librewolf to icecat.                          <br/><br/> -                        The builtin plugins are decent. Librejs and its other contend blocking plugins are way more annoying +                        <s>The builtin plugins are decent. Librejs and its other contend blocking plugins are way more annoying                          than something like umatrix but I am giving them a fair chance knowing that umatrix might not have                          much of a future even if its still quite functional still. I still like to install ublock even with -                        everything that comes builtin. +                            everything that comes builtin.</s><br/> +                        So I got annoyed of librejs and other builtin plugins in icecat. Now I just disable them because umatrix +                        and ublock can do way more, except jshelter: It is a api spoofer which is different from the others which +                        are contend blockers. Its useful for when you have to use javascript heavy websites but still want to +                        prevent alot of information from being leaked. I set ublock to disable javascript by default and I set +                        jshelter to strict mode by default. +                        <br/><br/> +                        Fun little trick: If video playback/youtube frame breaks on a website just throw it into mpv to stream +                        it from there. Sometimes to find the media you can hit ctrl+i to pull up page info and use the media +                        section or in some cases you might have to dig around in the inspector.                      </p>                      <h3>Settings</h3>                      <p> @@ -519,6 +529,20 @@ table {              <tr>                  <td> +                    <h2 id="librewolf">librewolf</h2> +                    <p> +                        Icecat is much more hardened overall, makes zero requests to mozilla and has many features used for +                        spying disabled at the source level. Librewolf is still one of the best options for hardened firefox +                        based webbrowsers still. Its updated much more often than icecat and is less likely to break shitty +                        websites. It was even my daily driver for a while. Unlike icecat librewolf still makes some requests +                        to mozilla and can leak information through webrtc so best not to use librewolf unless your school +                        or work is throwing some shitty sites at you. +                    </p> +                </td> +            </tr> + +            <tr> +                <td>                      <h2 id="evolution">Evolution</h2>                      <p>                          Evolution is one of the better mail clients out there. If for whatever reason you need to use gmail or some  | 
