Skip to content

Google Bard hide location on chat page by flxpper

Details

Authorflxpper

LicenseNo License

Categoryhttps://bard.google.com/

Created

Updated

Size241 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bottom left corner of https://bard.google.com/ shows your location linked to your google account that is logged in

This css script will hide that text

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google Bard hide location on chat page
@version      20230724.01.32
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://bard.google.com/") {
.location-footer-name{
    visibility: hidden;
}

}

Reviews

No reviews yet.