Skip to content

Google - Remove all navigation buttons by McStylish

Screenshot of Google - Remove all navigation buttons

Details

AuthorMcStylish

LicenseMiT

CategoryGoogle

Created

Updated

Size421 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simply removes all navigation buttons on Google search.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name          Remove all navigation buttons
@namespace     Google search
@version       1.0.1
@description   Simply removes all navigation buttons on Google search.
@author        McStylish
==/UserStyle== */
@-moz-document regexp("http[s]?:\/\/(?:www\.)?google\.\S{2,3}(?:\.\S{2,3})?\/search[\S]+") {
    [role="navigation"] [href*="/search?"]
    {
        display: none !important;
    }
}

Reviews

No reviews yet.