Skip to content

simple distraction free Youtube by trium

Screenshot of simple distraction free Youtube

Details

Authortrium

LicenseCC0

Categoryyoutube.com

Created

Updated

Size840 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A more distraction free youtube: removes suggestions, shorts, explore, overlay when video ends, home video grid (see comments in source code)

Notes

see comments in source code for your own tweaking

Source code

/* ==UserStyle==
@name         Youtube without distractions
@version      20230630.12.36
@namespace    ?
==/UserStyle== */

@-moz-document domain("youtube.com") {
/* suggestions to right of playing video*/
  #secondary{
      display:none;
  }

#comments{
    margin-left: 7vw;
    padding-left: 2vw;
    padding-right: 2vw;
}

  /*grid overlay when the video ends */
  .html5-endscreen {
      display:none;
  }

  /* overlay on half screen when you pause video */ 
  .ytp-pause-overlay {
      display:none;
  }

  /* main page/homepage grid 
  ytd-rich-grid-renderer*/
ytd-browse[page-subtype="home"]{
      display:none;
  }

  /* "explore" button on homepage and left toolbar*/
  a[title="Explore"]{
      display:none !important;
  }

  a[title="Shorts"]{
      display:none !important;
  }
}

Reviews

No reviews yet.