diff options
author | nathansmith <nathansmith@posteo.com> | 2025-04-23 07:36:19 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-04-23 07:36:19 -0600 |
commit | dfd52fbc52a09a8ff1dffdcc1c0a81d2205d1a8c (patch) | |
tree | d7d275d4caaf6791e3ef4d4efc47913947063223 | |
parent | 259bc22fb89bc5694c1c6f0f815b658cf0cb6aa8 (diff) |
Palemoon timezone spoof commands
-rw-r--r-- | linux_room.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/linux_room.html b/linux_room.html index ecc88f0..f70837b 100644 --- a/linux_room.html +++ b/linux_room.html @@ -341,7 +341,8 @@ table { <p> 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 + follow this guide</a>. Its also best you disable webrtc (only basilisk even supports webrtc + out of the two) 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. Basilisk is the only one that supports webrtc out of the two. @@ -352,7 +353,16 @@ table { that in mind. Though if anything this just is another reason why real git sites like gitea and codeberg are better. <br/><br/> - You can timezone spoof by setting <code>TZ=UTC</code> before launching. + You can timezone spoof by setting <code>TZ=UTC</code> before launching: + <br/> + <code> + sudo -s<br/> + rm -rf /usr/bin/palemoon<br/> + echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" > /usr/bin/palemoon<br/> + chmod +x /usr/bin/palemoon + </code> + <br/> + Basilisk users can come up with their own hack instead of having their hands held and gently walked through </p> </td> </tr> |