Advertisement
oopsikxd

Untitled

Apr 19th, 2025
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | Source Code | 0 0
  1. ! --- YouTube: 5 видео в строке ---
  2.  
  3. youtube.com##ytd-rich-grid-row:style(display: contents !important)
  4.  
  5. youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-... !important; width:100% !important; padding:0 !important)
  6.  
  7. youtube.com##ytd-rich-item-renderer:style(margin:0 0.8% 40px !important; width:18.4% !important)
  8.  
  9. youtube.com##ytd-rich-grid-row:first-of-type ytd-rich-item-renderer:style(width:18.4% !important)
  10.  
  11. ! --- YouTube: 5 видео в строке ---
  12. youtube.com##ytd-rich-grid-row:style(display: contents !important)
  13. youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row:5 !important; width:100% !important; padding:0 !important)
  14. youtube.com##ytd-rich-item-renderer:style(margin:0 0.8% 40px !important; width:18.4% !important)
  15. youtube.com##ytd-rich-grid-row:first-of-type ytd-rich-item-renderer:style(width:18.4% !important)
  16. youtube.com##ytd-rich-grid-row:nth-of-type(2) ytd-rich-item-renderer:style(width:18.4% !important)
  17.  
  18. ! --- Полное скрытие Shorts (главная + меню + рекомендации) ---
  19. youtube.com##ytd-rich-section-renderer:has(ytd-reel-shelf-renderer)
  20. youtube.com##ytd-reel-shelf-renderer
  21. youtube.com##a[title="Shorts"]
  22. youtube.com##a[href*="/shorts/"]
  23. youtube.com##ytd-grid-renderer:has(ytd-grid-video-renderer[overlay-style="SHORTS"])
  24. youtube.com##ytd-guide-entry-renderer:has(a[title="Shorts"])
  25. youtube.com##ytd-video-renderer:has([overlay-style="SHORTS"])
  26. youtube.com##div#sections ytd-guide-entry-renderer:has(yt-formatted-string:has-text(/Shorts/i))
  27.  
  28. ! --- Альтернативное скрытие Shorts через атрибуты ---
  29. youtube.com##[is-shorts]
  30. youtube.com##[page-subtype="shorts"]
  31. youtube.com##[overlay-style="SHORTS"]
  32. youtube.com##[target-id="shorts"]
  33.  
  34. ! --- Скрытие каруселей и кнопки "Ещё", которые ломают сетку ---
  35. youtube.com##ytd-rich-section-renderer:has(ytd-rich-shelf-renderer)
  36. youtube.com##ytd-rich-shelf-renderer
Tags: youtube
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement