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
Authorflxpper
LicenseNo License
Categoryhttps://bard.google.com/
Created
Updated
Size241 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
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
/* ==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;
}
}