Skip to content

Only organic search results by cloudmaker97

Details

Authorcloudmaker97

LicenseNo License

Categorygoogle

Created

Updated

Code size407 B

Code checksum8f39601e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide paid google ad results (not organic search)

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;
}
}

Reviews

No reviews yet.