Skip to content

Instantly share code, notes, and snippets.

@Wintus
Created December 8, 2022 13:39
Show Gist options
  • Save Wintus/0c143b0ed8416b68cdd03fa03bf2373c to your computer and use it in GitHub Desktop.
Save Wintus/0c143b0ed8416b68cdd03fa03bf2373c to your computer and use it in GitHub Desktop.
UserCSS
/* Make the filters of Google Search results visible always; never toggling */
/* main */
#hdtbMenus {
display: unset;
position: unset;
}
#tn_1 {
display: inline-block;
padding-block: .7rem;
}
/* main */
#appbar > #extabar #slim_appbar > div {
position: unset;
opacity: unset;
}
#slim_appbar {
block-size: 2rem;
}
#result-stats {
line-height: 2rem;
}
/* image */
body > #lb ~ c-wiz ~ div > c-wiz > [role="navigation"] c-wiz > div {
display: unset;
position: unset;
height: unset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment