Skip to content

youtube.com-2021.08.14-heckles by heckles

Details

Authorheckles

LicenseNo License

Categoryyoutube.com

Created

Updated

Size330 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

#meta-contents,
#info-contents{
display: contents !important;
}

ytd-watch-metadata.style-scope {
display: none !important;
}

Notes

谷歌会针对某些账户修改视频播放页面,目的是隐藏各种下载视屏扩展的触发按钮/链接
具体机制应该是监测到某些账户后,修改页面的css
这个css是改回来

Source code

/* ==UserStyle==
@name           youtube.com
@namespace      userstyles.world
@version        2021.08.14
==/UserStyle== */

/*恢复原来的布局*/
#meta-contents,
#info-contents{
    display: contents !important;
}

/*隐藏谷歌新增的元素*/
ytd-watch-metadata.style-scope {
    display: none !important;
}

Reviews

No reviews yet.