github.ccut.club/rafael-santiago/cherry@v0.0.0-20161214151746-8ea42c6e9670/sample/templates/body/0.html (about) 1 <html> 2 <script> 3 function scrollIt() { 4 if (top.TOP.document.chatconfig.autoscroll.checked) { 5 setTimeout("window.scroll(0, 1000000);", 100); 6 } 7 } 8 9 function playSound(s) { 10 self.location = s; 11 } 12 </script> 13 <body bgcolor="#ffffff" text="#000000"> 14 15 16 17 18 19