Skip to content

Remove search by voice button by McStylish

Screenshot of Remove search by voice button

Details

AuthorMcStylish

LicenseMIT

CategoryGoogle

Created

Updated

Size452 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simply removes search by voice button, because accidental search by voice clicks are annoying.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name          Remove search by voice button
@namespace     Google search
@version       1.0.0
@description   Simply removes search by voice button, because accidental search by voice clicks are annoying.
@author        McStylish
==/UserStyle== */
@-moz-document regexp("http[s]?:\/\/(?:www\.)?google\.\S{2,3}(?:\.\S{2,3})?\/search[\S]+") {
    [aria-label="Search by voice"]
    {
        display: none !important;
    }
}

Reviews

No reviews yet.