youtube.com - remove suggested videos from endscreen

Style for youtube.com that removes suggested videos section appearing after video has ended.

  1. /* ==UserStyle==
  2. @name youtube.com - remove suggested videos from endscreen
  3. @description Style for youtube.com that removes suggested videos section appearing after video has ended.
  4. @namespace aningan@zoho.com
  5. @version 1.1.0
  6. @license MIT
  7. ==/UserStyle== */
  8.  
  9. @-moz-document domain("youtube.com") {
  10. /*Removes suggested videos section appearing after video has ended*/
  11. .videowall-endscreen {display: none !important;}
  12. .ytp-ce-element {display: none !important;}
  13. }