Hides YouTube seek popups
Hide YouTube seek popups by stylemuser
Details
Authorstylemuser
LicenseNo License
Categoryyoutube
Created
Updated
Size355 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide YouTube seek popups
@version 20220817.15.18
@namespace userstyles.world/user/stylemuser
@description Hides YouTube seek popups
@author stylemuser
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-bezel-text-hide,
.ytp-time-seeking
{
display: none !important;
}
}