hi,
i just started using the new yahoo email, am trying to replace or hide the
logo which is a background image. i;ve done this in prior version of yahoo
mail. my problem is this genecic code does not seem to work under new mail:
for (i=0;.....) {
if (document.styleSheets[i].cssRules)
thecss = document.styleSheets[i].cssRules;
else
{
if (document.styleSheets[x].rules)
thecss = document.styleSheets[i].rules;
else
return;
}}
it does work for another web site. any help is appreciated.
tia
David
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/greasemonkey-users/-/Cvd1nX4U4O4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.