black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.24k stars 183 forks source link

The website window turned smaller on Cachy browser #936

Closed MohammedWaelElshiekh closed 18 hours ago

MohammedWaelElshiekh commented 1 day ago

Describe the bug

Hi there, I tried a new browser called Cachy Browser and wanted to apply your UI-fixing installation to keep it clean, as I always do. However, the installer didn't recognize the profile path. I attempted to pass the path to the profile using the command ./install.sh -p "my profile", but it didn't work. Therefore, I edited line 339 in the main install.sh script to be "${HOME}/.cachy", and it worked. The issue now is that after this fix, the website window of the browser has become smaller than its frame, with a space between the browser's main frame and the website frame, similar to the Tor Browser. Any assistance with this issue? image

Expected behavior

No response

Screenshots

No response

OS

Linux

OS - Others

Cashy OS

Firefox Version

Cachy browser 127.0.2 (64-bit)

Distribution

Additional context

No response

black7375 commented 1 day ago
  1. Can I get a compiled package? If not, I'll need to install the CachyOS on the VM and check it out.
  2. Did you experience the same thing with Tor Browser?

For now, I'll look at the Tor browser.

MohammedWaelElshiekh commented 1 day ago

I cannot find a package for this browser, but I found the core of this browser on GitHub https://github.com/CachyOS/CachyOS-Browser-Settings I think it is based on librewolf.

MohammedWaelElshiekh commented 1 day ago
  1. Can I get a compiled package? If not, I'll need to install the CachyOS on the VM and check it out.

    1. Did you experience the same thing with Tor Browser?

For now, I'll look at the Tor browser.

https://github.com/black7375/Firefox-UI-Fix/issues/936#issuecomment-2199154697

MohammedWaelElshiekh commented 1 day ago
  1. Can I get a compiled package? If not, I'll need to install the CachyOS on the VM and check it out.

    1. Did you experience the same thing with Tor Browser?

For now, I'll look at the Tor browser.

No tor browser comes with this bug, I really don't know if it is a bug or just trying to prevent websites from getting which device i use.

black7375 commented 1 day ago

Unfortunately, I can't reproduce it. Could there be more conditions?

image

MohammedWaelElshiekh commented 1 day ago

Try installing the system fully on you vm, I think it might be a package that interferes with the browser ?

Aleksandra0056 commented 1 day ago

Try my steps:

  1. Open your browser,
  2. Go to about:config URL,
  3. Skip warnings,
  4. Find privacy.resistFingerprinting.letterboxing (create it if it doesn't exist),
  5. Set privacy.resistFingerprinting.letterboxing to false,
  6. Restart your browser.

NOTE: Don't change values you don't know about since manipulating your browser with about:config may make your browser unstable or insecure.

Also, letterboxing is a privacy feature which increases privacy by decreasing fingerprinting of screen resolution on your browser.

MohammedWaelElshiekh commented 18 hours ago

It worked, thanks a lot for your help.