Simple stylesheet to turn Google's search page into darker/amoled (black) mode.
Google Search Amoled by rvfet
Details
Authorrvfet
LicenseAin't got none
Categorygoogle.com/search
Created
Updated
Size870 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Simply, install and enjoy.
Source code
/* ==UserStyle==
@name Google Search Amoled
@version 20230817.11.34
@namespace userstyles.world/user/rvfet
@description Simple stylesheet to turn Google's search page into darker/amoled (black) mode.
@author rvfet
@license Ain't got none
==/UserStyle== */
@-moz-document regexp(".*google.[a-z]+/search\\?.*") {
.sfbg {
background: rgba(0, 0, 0, 0.5)!important;
box-shadow: none!important;
backdrop-filter: blur(10px)!important;
padding-bottom: 1rem!important
}
.RNNXgb,.sbct,.aajZCb {
background: #0f0f0f!important;
border: 1px solid rgba(255,255,255,0.2)!important;
box-shadow: none!important;
padding: 0!important;
}
.sbct {
border: none!important;
}
.MG7lrf {
display: none!important;
}
body,
.yg51vc,
.Ww4FFb,
.appbar{
background: none!important;
}
html {
background: #0f0f0f!important;
}
}