ru) исправление бага меню скачивания SaveFrom.net helper.
eng) SaveFrom.net helper download menu bug fix.
SaveFrom.net helper - youtube dl menu fixer by jakill02
Details
Authorjakill02
LicenseMIT
Categoryyoutube
Created
Updated
Size583 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 SaveFrom.net helper - youtube dl menu fixer
@namespace https://vk.com/jakill
@homepageURL https://userstyles.world/style/7397/
@version 0.0.1
@description исправление бага меню скачивания SaveFrom.net helper
@author Jakill02
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* исправление проблем с меню скачивания savefrom.net */
ytd-menu-renderer[has-flexible-items]:not(yt-button-shape):not(#button-shape) {
overflow-y: visible;}
}