Firefox userChrome.js greasemonkeyスクリプトスレ27 でkeysnailで動いたという

function (ev, arg) {
var id = content.document.getElementById("watch7-sidebar");
if (id.offsetHeight) id.style.display = "none";
else id.style.display = "block";
}

これをvimperatorrcにどう書けば動きますか?