BetterKproxy

By Dhruva Sagar Last update Mar 14, 2007 — Installed 495 times. Daily Installs: 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name	BetterKproxy
// @description	Pemoves ads in kproxy and makes it even better looking.
// @include	http://*.kproxy.com/*
// ==/UserScript==
//

/*
Version: 1.0

Author:
	Dhruva Sagar (DS)
	dhruva.sagar@gmail.com
	dhruva.sahar@yahoo.com
	http://www.orkut.com/Profile.aspx?uid=4666573004888097606
*/
	
(function() {

	var ad;
	ad = document.getElementsByTagName('CENTER');
	ad[0].parentNode.removeChild(ad[0]);

})();