body {
background-color: red;
}
www.google.com/webhp by Seima0522
Details
AuthorSeima0522
LicenseNo License
Categoryuserstyles
Created
Updated
Size237 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.google.com/webhp
@version 20241024.10.31
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/webhp?sourceid=chrome&ie=UTF-8&pccc=1") {
body {
background-color: red;
}
}