The 3x2 Multi Chart Setup

Words
63
Reading
1 min
Listen
Play
10y

Download the html file and use it as a template. Replace the iframe exchange names with your preferred exchanges.

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 in the extensions.

// ==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();

If you did it properly it will look something like this.

The 3x2 Multi Chart Setup | Ecency