for all the newcomers, new drk traders, soon to be austronauts:
place this code in dark.html, save it and double click it: (credits go to an other member here that has posted this millions pages before)
<html>
<head>
<!-- Hi there! Donate @ Hypron.net! :) If you rip this site please give credit, thanks! -->
<meta charset="UTF-8">
<meta name=%26quot%3Bdescription%26quot%3B content="2x2 Darkcoin Chart Layout">
<title>check out hypron.net!</title>
<style type="text/css">
body {margin:0px; padding:0px;}
.Table {display: table; width: 100%; height: 100%;}
.Row {display: table-row; width: 100%; height: 50%;}
.Cell {display: table-cell; overflow: hidden;}
.Cell iframe {height:107%; width:118%; border: 0px;}
</style>
</head>
<body>
<div class="Table">
<div class="Row">
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/mintpal/drkbtc" seamless></iframe></div>
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/cryptsy/drkbtc" seamless></iframe></div>
</div>
<div class="Row">
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/bitfinex/drkbtc" seamless></iframe></div>
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/bitfinex/drkusd" seamless></iframe></div>
</div>
</div>
</body>
</html>
it will auto adjust in your screen size, Mintpal-Cryptsy DRK/BTC and Bitfinex DRK/BTC/USD charts from bitcoinwisdom. You can always press F11 to set your browser to full screen, press F11 to revert back to normal.