Simply removes search by voice button, because accidental search by voice clicks are annoying.
Remove search by voice button by McStylish
Details
AuthorMcStylish
LicenseMIT
CategoryGoogle
Created
Updated
Size452 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 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;
}
}