diff options
author | nathan <nathansmith@posteo.com> | 2025-04-09 01:49:48 -0600 |
---|---|---|
committer | nathan <nathansmith@posteo.com> | 2025-04-09 01:49:48 -0600 |
commit | a0774ea9639fba3a000f47f45f0751b5d3e4ce28 (patch) | |
tree | 8c511492009b75a160a97b7f10a74cd882cc36f5 | |
parent | 2455ca6e1db7cb363050d96abf2f78e9ca256312 (diff) |
Added more browsers
-rw-r--r-- | linux_room.html | 64 |
1 files changed, 61 insertions, 3 deletions
diff --git a/linux_room.html b/linux_room.html index bff7716..2295fb0 100644 --- a/linux_room.html +++ b/linux_room.html @@ -57,6 +57,8 @@ table { <a href="#browsers">Web browsers</a> <ul> <li><a href="#icecat">Icecat</a></li> + <li><a href="#xul">Palemoon and Basilisk</a></li> + <li><a href="#ungoogled">Ungoogled chromium</a></li> <li><a href="#librewolf">Librewolf</a></li> </ul> </li> @@ -262,10 +264,17 @@ table { These are some of the better options out there. <br/><br/> For some resources on browsers check out <a href="https://spyware.neocities.org/articles" target="_blank"> - spyware watch dog</a> and <a href="https://digdeeper.club" target="_blank">dig deeper</a>. + spyware watch dog</a> and <a href="https://digdeeper.club/articles/browsers.xhtml" target="_blank">dig deeper</a>. <br/><br/> - For addons stay away from the mozilla bullshit and instead use something like - <a href="https://gnuzilla.gnu.org" target="_blank">the gnuzilla thingy</a>. + For addons stay away from the mozilla or google bullshit and instead use something like + <a href="https://gnuzilla.gnu.org" target="_blank">the gnuzilla thingy</a>. You can also find addons on + <a href="https://mybrowseraddon.com" target="_blank">mybrowseraddon</a> than manually install them or + something along those lines. + <br/><br/> + For a dark mode addon <b>stay away from darkreader</b>. Dont know if its + spyware or not but when the browser starts up it makes a bunch of requests which is something a dark + mode plugin shouldnt do. Instead use something like <a href="https://gnuzilla.gnu.org/extension.php?id=786990" + target="_blank">dark-mode</a>. </p> </td> </tr> @@ -311,6 +320,55 @@ table { <tr> <td> + <h2 id="xul">Palemoon and Basilisk</h2> + <p> + <a href="https://www.palemoon.org" target="_blank">Palemoon</a> is a old firefox fork + that uses a different rendering engine so it can keep up with + newer webstandards while stilling keeping the old interface and support older plugins. + <a href="https://www.basilisk-browser.org" target="_blank">Basilisk</a> use to be + developed by moonchild and was designed to be kind of like palemoon but based off + a bit newer version of firefox. The basilisk team broke off and is now seprate from + moonchild but still keeps in close contact with them. + <br/><br/> + What version you choose is really up to you and what interface you like more. Both of + them are going to struggle to use javascript heavy websites but its ok its I prefer + disabling javascript whenever possible and using umatrix to only let in what the + site needs to function. + <br/><br/> + Even though they are about as good as browsers get these days the developers are still + stupidos so you should <a href="https://spyware.neocities.org/guides/palemoon" target="_blank"> + follow this guide</a>. Its also best you disable webrtc and webgl along with other hardening + because even though they are based off older versions of firefox they still support the modern + features that make it easier for sites to fucking fingerprint you. + </p> + </td> + </tr> + + <tr> + <td> + <h2 id="ungoogled">Ungoogled chromium</h2> + <p> + Ungoogled chromium is what the name says, chromium without the google. I still prefer to + avoid anything chromim but if you really want to use a chromium based browser without + all the spyware shit you arent going to get any better than this. It hella beats brave + <b>brave is fucking terrible</b>. There is a addon that lets you install addons from + the chrome store and update them without having to sign into google but I still think + the best option is just to manually install the addons to completely avoid google. + <br/><br/> + Ungoogled chromium isnt hardened at all by default. Its designed to be a drop in replacement + for chrome that is user friendly and doesnt break anything. We dont do that here, for heaven + fucking shake at least harden it a little and to do that you can use + <a href="https://github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/flags.md" + target="_blank">these flags</a>. + <br/><br/> + With manifest v2 on the way out the future of chromium based browsers is fucked. Mozilla is + also doing shitty things so we are just in general fucked. + </p> + </td> + </tr> + + <tr> + <td> <h2 id="librewolf">librewolf</h2> <p> Librewolf is about the easiest way to get a decent hardened browser setup. It still makes some requests to mozilla |