Yahoo! Mail Remove Avator

By Dannie F 1 Last update Mar 5, 2006 — Installed 1,026 times.
// ==UserScript==
// @name          Yahoo! Mail Remove Avator
// @description	  Removes the yahoo avatar from the your Yahoo! Mail Homepage
// @include       http://*mail.yahoo.com/*
// @include       http://us.f354.mail.yahoo.com/*
// ==/UserScript==


document.getElementById('AvtTD').innerHTML = '';
document.getElementById('AvtTD').width = '0';