Browse Source

Config: Fix YouTube channel videos being hidden accidently

master
Riyyi 1 year ago
parent
commit
2b5aabebfb
  1. 7
      .mozilla/firefox/dotfiles.profile/chrome/userContent.css

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

@ -97,12 +97,7 @@
}
/* Hide homepage recommendations */
ytd-rich-grid-renderer {
display: none !important;
}
/* Hide buttons in the top-right */
#masthead #end #buttons > :nth-child(1) {
ytd-two-column-browse-results-renderer[page-subtype="home"] {
display: none !important;
}

Loading…
Cancel
Save