Skip to content

Youtube - Hide subtitles when mouse over by ericcire

Details

Authorericcire

LicenseNo License

Categoryyoutube.com

Created

Updated

Size464 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the subtitles/closed caption temporarily when the mouse cursor is over the area to prevent it from obscuring the video.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide youtube subtitles with mouse over
@namespace      USO Archive
@author         Eric W
@description    `When subtitles obstruct important parts of the video, move the mouse over it to hide it.`
@version        20180721.5.51
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document domain(www.youtube.com) {
.caption-window:hover {
  opacity:0
}
.caption-window {
  opacity:1.0
}
}

Reviews

No reviews yet.