主要功能,即为了方便查看 互动区域的 对话内容,暂时将 视频区域隐藏。
hzyqtang.com xiaoeknow.com by offersfirst
Details
Authoroffersfirst
LicenseNo License
Categoryxiaoeknow.com
Created
Updated
Size546 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
主要功能,即为了方便查看 互动区域的 对话内容,暂时将 视频区域隐藏。
Source code
/* ==UserStyle==
@name hzyqtang.com - 2023/1/16 上午12:35:06
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("hzyqtang.com"), domain("xiaoeknow.com") {
/* 在此插入代码... */
.videoAreaView,.wrap
{
display: none !important;
}
#tab-swiper > div > div:nth-child(1) > div > div.BottomBarModule
{
display: none !important;
}
}