A new userstyle
TikTok,屏蔽掉【画中画】 by hanshou101
Details
Authorhanshou101
LicenseNo License
CategoryikTok
Created
Updated
Size345 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 www.tiktok.com - 2023年11月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.tiktok.com") {
/* 在此插入代码... */
div[class*="-DivVideoContainer"]{
position:relative !important;
}
}