Skip to content

Remove Video Tools by spelunky

Details

Authorspelunky

LicenseCC BY - Creative Commons Attribution

Categoryyoutube

Created

Updated

Size490 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes YouTube's video tools, great for taking screenshots.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove Video Tools
@version      20220414.17.03
@namespace    userstyles.world/user/spelunky
@description  Removes YouTube's video tools, great for taking screenshots.
@author       spelunky
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
.ytp-chrome-top{
    display: none;
}
.ytp-chrome-bottom{
    display: none;
}
.ytp-gradient-top{
    display: none;
}
.ytp-gradient-bottom{
    display: none;
}
}

Reviews

No reviews yet.