Minimal Google is a streamlined, distraction-free version of Google's homepage, featuring only the search bar and logo for a simple,minimal browsing experience.
Minimal Google by Mehdi

Details
AuthorMehdi
LicenseNo License
Categoryminimal
Created
Updated
Code size490 B
Code checksumb76b645f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Minimal Google
@version 20250104.19.46
@namespace https://userstyles.world/user/Mehdi Mirzaie
@author Mehdi Mirzaie
==/UserStyle== */
@-moz-document domain("www.google.com") {
.KxwPGc.SSwjIe,
.hob1Ic,
.MV3Tnb,
.FPdoLc.lJ9FBc {
opacity: 0.01 !important;
transition: opacity 0.3s ease;
}
.KxwPGc.SSwjIe:hover,
.hob1Ic:hover,
.MV3Tnb:hover,
.FPdoLc.lJ9FBc:hover {
opacity: 1 !important;
}
}