Hide paid google ad results (not organic search)
Only organic search results by cloudmaker97
Details
Authorcloudmaker97
LicenseNo License
Categorygoogle
Created
Updated
Size407 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 Only organic search results
@version 20220124.14.14
@namespace userstyles.world/user/cloudmaker97
@description Hide paid google ad results (not organic search)
@author cloudmaker97
@license No License
==/UserStyle== */
@-moz-document domain("google.com") {
/** Hide not organic results from search results */
#taw > #tvcap > #tads {
display: none;
}
}