unLock ID Box
NamaTyping-for-YouTube-Twitch by Toshi7878
Details
AuthorToshi7878
LicenseNo License
Categoryuserstyles
Created
Updated
Size815 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.youtube.com - 2023/9/30 14:53:13
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp(".*param=namaTyping.*") {
/* ここにコードを挿入... */
.ytp-chrome-top,
.ytp-chrome-bottom,
.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]),
.html5-video-player svg,
.ytp-gradient-top,
.ytp-watermark,
.ytp-caption-segment,
.ytp-ad-overlay-slot,
.ytp-ce-video,.ytp-ce-channel,.ytp-ce-playlist,
.ytp-pause-overlay
{
display: none !important;
}
}
@-moz-document url-prefix("http://localhost:8080") {
/* ここにコードを挿入... */
#typing-tube-id{
display:block!important;
}
}