Hide user reviews on Google.com search results
Google - Hide user reviews by ajhall
Details
Authorajhall
LicenseNo License
Categorygoogle
Created
Updated
Size364 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 Google - Hide user reviews
@namespace https://greasyfork.org/en/users/710405-ajhall
@version 1.0.0
@description Hide user reviews on Google.com search results
@author ajhall
==/UserStyle== */
@-moz-document domain("google.com") {
div[data-attrid="kc:/ugc:user_reviews"] {
display: none !important
}
}