Skip to content

No Precise Seeking by nsa0001

Screenshot of No Precise Seeking

Details

Authornsa0001

LicenseNo License

Categoryyoutube

Created

Updated

Size535 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes precise seeking from the YouTube player.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           No precise Seeking
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes precise seeking from the YouTube player.
@author         tav
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
.ytp-fine-scrubbing-container {display:none}
.ytp-progress-bar, .ytp-heat-map-container, .ytp-fine-scrubbing-container {transform:translateY(0)!important}
.ytp-chrome-bottom {height:auto!important}

.ytp-tooltip-edu {display:none!important}
}

Reviews

No reviews yet.