http://archcoin.co/chart.htmlFor charts like this without ads and excessive noise, install tampermonkey.net on Chrome and use the following userscript:
// ==UserScript==
// @name Bitcoinwisdom fix
// @match
http://archcoin.co/*
// @match
http://bitcoinwisdom.com/*
// @match
https://bitcoinwisdom.com/*
// @grant none
// ==/UserScript==
$("#trades").appendTo( $("#leftbar"));
$("#trades").css("font-size", "12px");
$("#before_trades").css("height", "100%");
$("#before_trades").css("border-bottom", "0px");
$(".gg160x600").hide();
$(".navbar-static-top").remove();
$(".difficulty").remove();
$("#leftbar_outer").css("width", "50px");
$("#sidebar_outer").css("width", "175px");
$("#trades").css("width", "20px");
$("#orderbook").css("width", "135px");
$("#trades").css("color", "transparent");
$(".light").css("background-color", "#fcfcfc");