Turn "People also ask" section in Google search into a sidebar (Desktop layout only)
"People also ask" sidebar [Google] by spiralhalo
Details
Authorspiralhalo
LicenseCC0
Categorygoogle.com
Created
Updated
Size691 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 "People also ask" sidebar [Google]
@namespace spiralhalo/goog-also-ask-usercss
@version 0.1.0
@description Turn "People also ask" section in Google search into a sidebar (Desktop layout only)
@license CC0
@author spiralhalo
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/www.google.com(\\..*)?\\/search.*") {
div[jsname="bq0EGf"] {
position: absolute;
left: 730px;
z-index: 100;
width: 400px;
}
.KFFQ0c {
width: unset !important;
}
.a3spGf > div,
#rso > div/*:not([jsname="yEVEwb"])*/ {
transform: unset !important;
}
}