autofox

automated firefox setup
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit e6503bed0be9e5a6f3df69245fbad3ed172cba58
parent 1a78deb774a802c2c48daddf79a5c68679caa084
Author: awy <awy@awy.one>
Date:   Fri, 25 Jul 2025 15:20:33 +0300

clean ui

hide "Search or enter the ..." text in url bar

Diffstat:
MuserChrome.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/userChrome.css b/userChrome.css @@ -810,3 +810,7 @@ scrollcorner { #urlbar-searchmode-switcher { display: none !important; } + +#urlbar-input::placeholder { + color: transparent !important; +}