Advertisement
congdantoancau

My youtube CSS

Dec 3rd, 2017
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. .watch-sidebar,
  2. .watch-main-col,
  3. body #footer-container,
  4. #masthead-positioner,
  5. #masthead-positioner-height-offset,
  6. .ytp-ce-covering-overlay,
  7. .ytp-endscreen-content,
  8. .ytp-button.ytp-endscreen-previous,
  9. .ytp-button.ytp-endscreen-next
  10. {
  11.     display: none;
  12. }
  13.  
  14. .ytp-chrome-bottom {
  15.     position: fixed;
  16.     top: 0;
  17.     left: 0;
  18. }
  19.  
  20. .ytp-player-content.ytp-iv-player-content,
  21. .video-stream.html5-main-video,
  22. #placeholder-player
  23. {
  24.     display: none;
  25. }
  26.  
  27. .player-height {
  28.     height: 40px;
  29. }
  30.  
  31. /* ytp-controls alway show
  32. https://greasyfork.org/en/forum/discussion/4304/disable-auto-hide-progress-bar-and-controls
  33. */
  34. .ytp-autohide:not(.ytp-watch-controls) .ytp-chrome-bottom,
  35. .ytp-chrome-bottom[aria-hidden=true] {
  36.     opacity: 1;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement