Browse Source

Config: Update YouTube userContent.css

master
Riyyi 3 years ago
parent
commit
cda1f49504
  1. 7
      .mozilla/firefox/dotfiles.profile/chrome/userContent.css

7
.mozilla/firefox/dotfiles.profile/chrome/userContent.css

@ -86,7 +86,12 @@
}
/* Hide buttons in the top-right */
#masthead #end #buttons > :not(:nth-child(3)) {
#masthead #end #buttons > :nth-child(1) {
display: none !important;
}
/* Hide voice search button */
#voice-search-button {
display: none !important;
}

Loading…
Cancel
Save