📜 ⬆️ ⬇️

Reduce back font in Google search bar (for Firefox)

If someone else besides me is annoyed by the increased font in the search bar, buttons and Google tips (their innovation since September 9), do this:

1. Install the GreaseMonkey plugin for yourself
2. Reload Firefox
3. Go to the Google Search script page - un-SUPER-sized , click Install to install
4. Enjoy the result: everything is as before!

If the icon with a monkey's face from Greasemonkey appears annoying at the bottom right, do the following:
')
1. Open the folder with the user css-file Firefox:
for XP: C: \ Documents and Settings \ <username> \ Application Data \ Mozilla \ Firefox \ Profiles \ <character set> \ chrome \
for Vista: C: \ Users \ <username> \ AppData \ Roaming \ Mozilla \ Firefox \ Profiles \ <character set> \ chrome \

2. Open the file userChrome.css or, if not, rename userChrome-example.css to userChrome.css, and paste the text below:

statusbarpanel # gm-status {
display: none! important;

}

3. Overload Firefox and again enjoy the result.

Source: https://habr.com/ru/post/69372/


All Articles