Removes the pause overlay from YouTube.
No Pause Overlay by norsec0de
Details
Authornorsec0de
LicenseNo License
Categoryyoutube.com
Created
Updated
Size326 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 No Pause Overlay
@version 20211205.02.06
@namespace userstyles.world/user/norsec0de
@description Removes the pause overlay from YouTube.
@author norsec0de
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-pause-overlay {
display: none;
}
}