From dfd52fbc52a09a8ff1dffdcc1c0a81d2205d1a8c Mon Sep 17 00:00:00 2001 From: nathansmith Date: Wed, 23 Apr 2025 07:36:19 -0600 Subject: Palemoon timezone spoof commands --- linux_room.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'linux_room.html') 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 {

Even though they are about as good as browsers get these days the developers are still stupidos so you should - follow this guide. Its also best you disable webrtc and webgl along with other hardening + follow this guide. 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.

- You can timezone spoof by setting TZ=UTC before launching. + You can timezone spoof by setting TZ=UTC before launching: +
+ + sudo -s
+ rm -rf /usr/bin/palemoon
+ echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" > /usr/bin/palemoon
+ chmod +x /usr/bin/palemoon +
+
+ Basilisk users can come up with their own hack instead of having their hands held and gently walked through

-- cgit v1.2.3