Hides location bar at the bottom of Google Search Results
Prevents you from doxxing your location while recording or streaming
Google Hide Location Text by ham
Details
Authorham
LicenseNo License
CategoryGoogle
Created
Updated
Size861 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 Google Hide Location Text
@version 20211107.00.21
@namespace userstyles.world/user/ham
@description Hides location bar at the bottom of Google Search Results
Prevents you from doxxing your location while recording or streaming
@author ham
@license No License
==/UserStyle== */
@-moz-document domain("google.com") {
/* hides the div */
.fbar.b2hzT {
display: none;
}
/* fallback */
/* just in case div doesn't hide, all text is transparent */
.KwU3F {
color: #4285f400;
}
.xSQxL {
color: #4285f400;
}
.smiUbb {
color: #80868b00;
}
#Wprf1b {
color: #bdc1c600;
font-weight: normal;
}
.smiUbb a,
#swml a {
color: #8b808100;
}
.smiUbb a:hover,
#swml a:hover {
color: #bdc1c600;
}
.unknown_loc {
background: #80868b00;
}
}