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

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
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;
}
}