Skip to content

"People also ask" sidebar [Google] by spiralhalo

Screenshot of "People also ask" sidebar [Google]

Details

Authorspiralhalo

LicenseCC0

Categorygoogle.com

Created

Updated

Size691 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Turn "People also ask" section in Google search into a sidebar (Desktop layout only)

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;
    }
}

Reviews

No reviews yet.