Disable Abema Overlay | アベマのオーバーレイを非表示にする
by ganohr
Details
Author ganohr
License CC BY-NC-SA 4.0
Category ganohr.net
Created 2 years, 2 months ago
Updated 2 years, 3 weeks ago
Size 497 B
Statistics
Learn how we calculate statistics in the FAQ .
Failed to fetch stats.
Description
You can hide the overlay (operation panel) that appears when you accidentally operate the screen or move the mouse slightly during simultaneous viewing of streaming or public viewing.
When you need control pannels, only you can simply disable the style!
配信等の同時視聴中やパブリックビュー時に、誤って画面を操作したりマウスを少し動かしただけで表示されるオーバーレイ(操作パネル)を非表示にします。
非表示を取りやめる場合、スタイル自体の適用を取りやめるだけです。
Abema = アベマ
https://abema.tv/
https://abema.zendesk.com/hc/ja/articles/360013822011--ABEMA-%E3%81%A8%E3%81%AF
Source code
/* ==UserStyle==
@name abema.tv - 2022/10/4 19:05:03
@namespace github.com/openstyles/stylus
@version 1.1.0
@description A new userstyle
@author Ganohr<ganohr@gmail.com>
==/UserStyle== */
@-moz-document domain("abema.tv") {
.com-tv-LinearChannelSwitcher,
.c-common-HeaderContainer-header,
.com-tv-TVScreen__footer-container,
.com-application-FIFAWorldCupHeader,
.c-application-SideNavigation__wrapper {
display:none !important;
}
}