>>558
スペックに余裕があるならズーム率200%でやると
1画面、及び2画面の左側は原寸大になるな


もしCSSに理解があって拡張機能のStylishが使えるなら、ずっと前に何度か貼られてたけどこんなのある
ゲーム画面以外を消せるし、ブラウザがChromeならショートカット作ってURLとアプリケーションモードの起動オプションつけとけば
UIが省かれた状態で表示されるね

起動オプション「--app=http://www.dmm.co.jp/netgame/social/-/gadgets/=/app_id=196663/";」

以下、CSSだけどコピペ流用したのを弄ってるから汚いのは勘弁
「次で始まるURL:http://www.dmm.co.jp/netgame/social/-/gadgets/=/app_id=196663/
html,
body { margin: 0;
width: 100%;
height: 100%;
min-width: 100%;
overflow: hidden;
background: rgba(240, 240, 240, .45) ;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: right top !important; }
#dmm_ntgnavi,
#page>:not(#area-game),
#dmm-ntgnavi-renew,
#foot,
#ntg-recommend > *,
.inner.clearfix,
.dmm-ntgnavi.adult { display: none;}
#game_frame,
#main-ntg,
#w { width: 960px;
height: 540px !important;
margin: auto;
margin-left:0;margin-top:0;
padding: 0px !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;}
div.page-appdetial.d-rst { padding: 0; margin: 0; }
#alert { top: 0 !important;}