Skip to content

フル窓 (ミストレ) by chihirogusa

Screenshot of フル窓 (ミストレ)

Details

Authorchihirogusa

LicenseNo License

Categorydmm

Created

Updated

Size2.3 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      20220308.17.24
@namespace    userstyles.world/user/chihirogusa
@description  ブラウザゲーム「ミストトレインガールズ」をフル窓表示する
@author       chihirogusa
@license      No License
==/UserStyle== */
@-moz-document url-prefix("https://pc-play.games.dmm.com/play/MistTrainGirls/"),
url-prefix("https://pc-play.games.dmm.co.jp/play/MistTrainGirlsX/") {
    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=659943.*"),
regexp("^https:\\/\\/osapi.dmm.com\\/.*&aid=636533.*") {

    #ingame .content {
        width: 100vw !important;
        max-width: calc((100vh*1136)/640) !important;
        height: 100vh !important;
        max-height: calc(100vw*0.56338028169) !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute !important;
        margin: auto !important;
    }

    #ingame .content iframe {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .border03 {
        border: none;
        box-shadow: none;
    }

    .border02 {
        border: none;
        box-shadow: none;
    }

    .border01 {
        border: none;
        box-shadow: none;
    }

    #loading {
        width: 100vw !important;
        max-width: calc((100vh*1136)/640) !important;
        height: 100vh !important;
        max-height: calc(100vw*0.56338028169) !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute !important;
        margin: auto !important;
    }

    div#outgame {
        display: none;
    }
}

@-moz-document regexp("^https:\\/\\/assets3.mist-train-girls.com\\/production-client-web\\/.*\\/index.html\\?platform\\=dmm") {
    #GameDiv {
        width: 100vw !important;
        height: 100vh !important;
    }
}

Reviews

No reviews yet.