1415185.html (641B)
1 <html> 2 <head> 3 <style> 4 * { column-count: 17 } 5 </style> 6 <script> 7 try { o1 = document.createElement('p') } catch(e) { } 8 try { o2 = document.createElement('iframe') } catch(e) { } 9 try { o3 = document.createElement('details') } catch(e) { } 10 try { o4 = document.createElement('track') } catch(e) { } 11 try { document.documentElement.appendChild(o1) } catch(e) { } 12 try { document.documentElement.appendChild(o2) } catch(e) { } 13 try { o1.appendChild(o3) } catch(e) { } 14 try { o2.contentWindow.location.reload() } catch(e) { } 15 try { o3.appendChild(o4) } catch(e) { } 16 </script> 17 </head> 18 </html>