|
/* ==UserStyle== |
|
@name 動畫瘋 - 乾淨視窗全螢幕 |
|
@namespace yukai.codex.ani-gamer |
|
@version 1.0.3 |
|
@description 讓動畫瘋劇院/視窗全螢幕填滿瀏覽器視窗,並隱藏播放器下方的集數、作品資訊與留言區。 |
|
@author yukai |
|
==/UserStyle== */ |
|
|
|
@-moz-document url-prefix("https://ani.gamer.com.tw/animeVideo.php") { |
|
html:has(.top_sky.fullwindow), |
|
body:has(.top_sky.fullwindow) { |
|
overflow: hidden !important; |
|
background: #000 !important; |
|
} |
|
|
|
.top_sky.fullwindow, |
|
.top_sky.fullwindow ~ nav.mainmenu { |
|
display: none !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background { |
|
position: fixed !important; |
|
inset: 0 !important; |
|
z-index: 2147483000 !important; |
|
overflow: hidden !important; |
|
width: 100vw !important; |
|
height: 100vh !important; |
|
background: #000 !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow { |
|
position: fixed !important; |
|
inset: 0 !important; |
|
width: 100vw !important; |
|
max-width: none !important; |
|
height: 100vh !important; |
|
margin: 0 !important; |
|
padding: 0 !important; |
|
overflow: hidden !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > section.player { |
|
position: fixed !important; |
|
inset: 0 !important; |
|
width: 100vw !important; |
|
height: 100vh !important; |
|
margin: 0 !important; |
|
padding: 0 !important; |
|
background: #000 !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background .videoframe.vjs-fullwindow, |
|
.top_sky.fullwindow ~ #BH_background .video.fullwindow, |
|
.top_sky.fullwindow ~ #BH_background #ani_video, |
|
.top_sky.fullwindow ~ #BH_background #ani_video_html5_api { |
|
position: absolute !important; |
|
inset: 0 !important; |
|
width: 100vw !important; |
|
max-width: none !important; |
|
height: 100vh !important; |
|
max-height: none !important; |
|
margin: 0 !important; |
|
padding: 0 !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background #ani_video.vjs-fluid { |
|
padding-top: 0 !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background #ani_video_html5_api { |
|
object-fit: contain !important; |
|
background: #000 !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background .vjs-control-bar { |
|
z-index: 2 !important; |
|
} |
|
|
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > .anime-title, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > .data, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > .old_list, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > .store, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > .animate-theme-list, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > .commend-segment-wrapper, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > .main-container_wall-post, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.fullwindow > #danmublackmsg, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.commend-title, |
|
.top_sky.fullwindow ~ #BH_background > .container-player.commendlist-wrapper, |
|
.top_sky.fullwindow ~ .footer, |
|
.top_sky.fullwindow ~ #BH_background .anime-title .season { |
|
display: none !important; |
|
} |
|
} |