Installation script (experimental)
Linux/Mac users:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/notous13/Firefox-UI-Fix/master/install.sh)"
Windows users: Run with powershell (Does not work at Win7?)
Powershell -c "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iwr https://raw.githubusercontent.com/notous13/Firefox-UI-Fix/master/install.ps1 -useb | iex"