Skip to content

Google Poeple Also Ask Remover by dorongold

Details

Authordorongold

LicenseNo License

Categorywww.google.com

Created

Updated

Code size370 B

Code checksume1291d82

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes "People Also Ask" section from Google search results page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Google Poeple Also Ask Remover
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes "People Also Ask" section from Google search results page
@author         Me
==/UserStyle== */
@-moz-document regexp("^https://www\\.google\\.[^/]*/.*") {
    #rso > div:nth-child(2) {
        display: none;
    }
}

Reviews

No reviews yet.