1453196.html (609B)
1 <html> 2 <head> 3 <script> 4 function start () { 5 try { o1 = document.createElementNS('http://www.w3.org/1998/Math/MathML', 'mtable') } catch (e) {} 6 try { o2 = document.createTextNode("\u202D") } catch (e) {} 7 try { document.documentElement.appendChild(o2) } catch (e) {} 8 try { o1.insertBefore(document.documentElement, o1.childNodes[0]) } catch (e) {} 9 try { document.appendChild(o1) } catch (e) {} 10 try { document.append(o2, undefined) } catch (e) {} 11 } 12 document.addEventListener('DOMContentLoaded', start) 13 </script> 14 </head> 15 </html>