/* ==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         Doron Gold
@downloadURL https://update.greasyfork.org/scripts/480827/Google%20Poeple%20Also%20Ask%20Remover.user.css
@updateURL https://update.greasyfork.org/scripts/480827/Google%20Poeple%20Also%20Ask%20Remover.meta.css
==/UserStyle== */
@-moz-document regexp("^https://www\\.google\\.[^/]*/.*") {
    #rso > div:nth-child(2) {
        display: none;
    }
}