The 3x2 Multi Chart Setup
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.
Very beautiful =) follow me to help us...........
Thanks, I was looking for something just like this recently. Glad i stumbled upon your page. Bravo my friend.
Congratulations @actualadvice! You received a personal award!
Click here to view your Board
Congratulations @actualadvice! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!