Simply removes all navigation buttons on Google search.
Google - Remove all navigation buttons by McStylish
Details
AuthorMcStylish
LicenseMiT
CategoryGoogle
Created
Updated
Size421 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 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;
}
}