ブラウザゲーム「れじぇくろ!〜レジェンド・クローバー〜」をフル窓表示する
フル窓 (れじぇくろ) by chihirogusa
Details
Authorchihirogusa
LicenseNo License
CategoryDMM
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name フル窓 (れじぇくろ)
@version 20220325.14.20
@namespace userstyles.world/user/chihirogusa
@description ブラウザゲーム「れじぇくろ!〜レジェンド・クローバー〜」をフル窓表示する
@author chihirogusa
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://pc-play.games.dmm.com/play/legeclo/"), url-prefix("https://pc-play.games.dmm.co.jp/play/legeclox/") {
div.dmm-ntgnavi,
#ntg-recommend,
#sectionWrap,
#foot,
.naviapp {
display: none !important;
margin: 0;
}
#game_frame,
#area-game,
#page,
#main-ntg,
#w,
html,
body {
width: 100vw !important;
height: 100vh !important;
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}
}
@-moz-document regexp("^https:\\/\\/osapi.dmm.com\\/.*&aid=665749.*"), regexp("^https:\\/\\/osapi.dmm.com\\/.*&aid=611140.*") {
div.mainframe {
height: 100% !important;
position: fixed !important;
}
.subframe {
display: none;
}
}
@-moz-document url("https://front.legend-clover.net/pcr/index.html"), url("https://front.legend-clover.net/pcg/index.html") {
div#unityPlayer.webgl-content {
position: static !important;
-webkit-transform: none;
padding: 0;
}
div#gameContainer {
width: 100vw !important;
max-width: calc((100vh*1280)/720) !important;
height: 100vh !important;
max-height: calc(100vw*0.5625) !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute !important;
margin: auto!important;
}
}