Skip to content

google.com hide address on top of search results by olebeck

Details

Authorolebeck

LicenseNo License

Categorygoogle.com

Created

Updated

Size273 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hides the Results for from the top of search results

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         google.com hide address on top of search results
@version      20231101.02.06
@namespace    ?
==/UserStyle== */

@-moz-document domain("google.com") {
/* remove address from top of search results */
div#taw {
    display: none !important;
}
}

Reviews

No reviews yet.