xX_LegendCraftd_Xx

YouTube sidebar tweaks CSS (Stylus)

Jun 11th, 2023
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /* Remove Learning and Fashion tab */
  2. ytd-guide-entry-renderer > a[href*="/channel/UCrpQ4p1Ql_hG8rKXIKM1MOQ"] {
  3. display: none !important;
  4. }
  5.  
  6. ytd-guide-entry-renderer > a[href*="/channel/UCtFRv9O2AHqOZjjynzrv-xg"] {
  7. display: none !important;
  8. }
  9.  
  10. /* Remove everything from the 'More from YouTube' sidebar menu excluding Premium and Creator Studio */
  11. #endpoint.yt-simple-endpoint.ytd-guide-entry-renderer.style-scope[title="YouTube Music"] {
  12. display: none !important;
  13. }
  14.  
  15. #endpoint.yt-simple-endpoint.ytd-mini-guide-entry-renderer.style-scope[title="YouTube Music"] {
  16. display: none !important;
  17. }
  18.  
  19. #endpoint.yt-simple-endpoint.ytd-guide-entry-renderer.style-scope[title="YouTube Kids"] {
  20. display: none !important;
  21. }
  22.  
  23. #endpoint.yt-simple-endpoint.ytd-guide-entry-renderer.style-scope[title="YouTube TV"] {
  24. display: none !important;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment