Improves the layout of TF2R.
// ==UserScript==
// @name TF2R: Smoother Version
// @namespace tf2r.com/*
// @version 0.1
// @description Improves the layout of TF2R.
// @author Slender
// @match http://tf2r.com/*
// ==/UserScript==
(function() {
'use strict';
$("#header_left img").attr("src", "http://media.foxygamer.com/2014/01/tf2rafflelogo.png").attr("title", "rafflehou.se when");
$('div#nicechats"').hide();
$('div.adverts').hide(); //Delete this line if you want to keep ads. Do nothing if your a faggot.
})();