1 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
3 <box style="background: -moz-initial;" id="f">
4 <box style="margin-top: -9999999px;"/>
9 <mathml:moment command="f"/>
12 <script id="script" xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
14 var f = document.getElementsByTagName('mathml:divergence')[0];
15 window.addEventListener('DOMAttrModified',function() { f.parentNode.removeChild(f);}, true);
16 var x=document.getElementsByTagName('mathml:moment')[0];
17 x.parentNode.removeChild(x);
19 window.addEventListener("load", init, false);