By downloading this, whenever you're hovering over a video it won't play automatically. Now it just stays a still image like it used to be.
YouTube - Disable Inline Playback by tsyron

Details
Authortsyron
LicenseMIT License
Categoryyoutube
Created
Updated
Code size293 B
Code checksumff368af0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube - Disable Inline Playback
@namespace github.com
@version 1.0.0
@author Tsyron
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-video-preview, ytd-moving-thumbnail-renderer {
display: none;
}
}