3x2 Multi Chart



The 3x2 chart:

http://107.170.89.74:8080/aabtc.html

If you have chrome, download the tampermonkey extension. If you have firefox, download the grease monkey extension. Paste the following code into the script adder and follow the instructions in their help to run.

// ==UserScript==
// @name Bitcoinwisdom fix
// @match http://107.170.89.74:8080/*
// @match http://bitcoinwisdom.com/*
// @match https://bitcoinwisdom.com/*
// @grant none
// ==/UserScript==

$("#trades").appendTo( $("#leftbar"));
$("#trades").css("font-size", "11px");
$("#before_trades").css("height", "100%");
$("#before_trades").css("border-bottom", "0px");
$(".gg160x600").hide();
$(".navbar-static-top").remove();
$(".difficulty").remove();

It looks something like this on the widescreen: