Enable a beautiful grid view on google search results page, now with amoled
google.com by prirai

Details
Authorprirai
LicenseCC Zero
Categorygoogle.com
Created
Updated
Code size1.7 kB
Code checksum5152e790
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Change search engine's 'num=10' to 'num=30' or an appropriate value to make full use of the styles.
Or add this as search engine and make it default:
https://www.google.com/search?q=%s&udm=14&num=30
Source code
/* ==UserStyle==
@name google.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("google.com") {
.UFQ0Gb {
display: flex;
}
.UnOTSe img {
border: 1px solid #525560;
background-color: #fff;
border-radius: 0;
}
.byrV5b {
display: block;
}
.GvPZzd {
font-size: 12px;
line-height: 18px;
display: none;
}
.xTFaxe {
color: #9aa0a6;
display: none;
}
/** Experimental stuff */
.eqAnXb {
width: 120%;
}
.tF2Cxc.asEBEc {
margin-bottom: 0;
}
.yuRUbf {
display: table-caption;
width: 20em;
overflow: clip;
}
.Hdw6tb {
display: block;
width: 15em;
}
#rso > div {
display: flex;
flex-wrap: wrap;
}
.MjjYud {
margin: 1em;
border: 1px solid darkcyan;
padding: 1em;
border-radius: 1em;
background: #1a1a1a;
}
.VuuXrf {
color: #dadce0;
font-size: 14px;
display: block;
line-height: 20px;
white-space: nowrap;
width: 10em;
}
.Ww4FFb {
background-color: inherit;
border-radius: 0px;
border-width: 0;
}
.dURPMd {
margin-top: 6px;
display: flex;
flex-wrap: wrap;
}
body {
background-color: black;
}
.main {
background: black;
}
.sfbg {
background: black;
}
.appbar {
background: inherit;
position: relative;
-webkit-box-sizing: border-box;
}
}