Skip to content

Remove chapter marker dots by nope312

Screenshot of Remove chapter marker dots

Details

Authornope312

LicenseNo License

Categoryhttps://www.youtube.com/watch?v=

Created

Updated

Code size470 B

Code checksum3fdf90ce

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This removes those white chapter dots on the YouTube player, and is good for old YouTube themes.

Notes

simple hider

Source code

/* ==Userstyle==
@name           Remove chapter marker dots
@namespace      http://userstyles.org
@version        1.0
@description    This removes those white chapter dots on the YouTube player, and is good for old YouTube themes.
@author         Nope312
@match          https://www.youtube.com/*
==/Userstyle== */

@-moz-document domain("www.youtube.com") {
  /* Hide YouTube chapter markers */
div.ytp-chapter-marker {
    display: none !important;
}

}

Reviews

No reviews yet.