1
vote
A little help with DOM manip and GreaseMonkey
Here's a pure-DOM method of the above -- and for kicks, I played with the extraction of the username as well:
var menuNode = document.getElementById('tabMenu');
if (menuNode!=null)
…
