Google homepage/mainpage (google.com) with fixes and changes + custom background (Tessellation Extra 5 from chrome).
Google homepage fixes + custom background by MikolivePOL
Details
AuthorMikolivePOL
LicenseLicense: 1. Users have the right to use the work of the author (me) and modify it for personal purposes. 2. Redistribution of both the original and/or modified versions of my work is prohibited. 3. Copyright remains with the author. "Tessellation Extra 5" belongs to Justin Prno – Walli, who is its creator. The background does not belong to me.
CategoryGoogle
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google mainpage goodies + Tessellation Extra 5 background
@version 20241023.19.36
@namespace ?
==/UserStyle== */
@-moz-document regexp("^https://www\\.(google\\.com|google\\.pl)/(?!search\\?).*") {
/* Google Tessellation Extra 5 background + goodies */
/* WORKS FOR MAINPAGE OF GOOGLE.COM and GOOGLE.PL, YOU CAN ADD YOUR OWN */
/* Change the background (Tessellation Extra 5 from chrome) */
body {
background-image: url("https://lh3.googleusercontent.com/proxy/gOv_UdmD6WnmYRiV8V7YU6CZoVsgjRUCNp5WsORnbSKy2g5QX9n7wJuVdqCcK-gskaWEMrYDPj2OH8gVWsLTzr0sNijtyyrWzq4q1hbI4w1d_Gyg=w3840-h2160-p-k-no-nd-mv") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
/* Change the GMAIL text color for links */
a.gb_W {
color: white !important;
}
/* Change the apps icon color to white */
svg.gb_E path {
fill: white !important;
}
/* Replace Google logo with white one */
img.lnXdpd[alt="Google"] {
content: url("https://white.logodownload.org/wp-content/uploads/2020/11/google-white-logo-1.png") !important;
}
/* Disable annoying scrolling when many results */
html, body {
overflow: hidden !important;
}
/* Hide additional elements */
a.MV3Tnb:nth-of-type(1), /* "About us" - top left */
a.MV3Tnb:nth-of-type(2), /* Google store - top left */
div.gb_Z.gb_X:nth-of-type(2), /* "IMAGES" - top right */
.lJ9FBc.FPdoLc > center > .RNmpXc, /* "Im feeling lucky" - in the middle */
.RNmpXc, /* Another "Im feeling lucky" - in the middle (while searching) */
.lJ9FBc, /* Empty space made by hiding the "Another "Im feeling lucky" " - in the middle (while searching) */
.gNO89b, /* "Search in google" - in the middle */
#gws-output-pages-elements-homepage_additional_languages__als, /* "additional_languages, if using other than english" - in the middle */
.XDyW0e, /* Microphone icon - in the middle */
.uU7dJb, /* Bottom bar */
.SSwjIe.KxwPGc /* More useless stuff at the bottom */
{
display: none !important; /* Hide elements command */
}
}