Advertisement
persick

qwebirc autoscroll (for onchat.lv webchat)

Feb 16th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // tiem, kam webchat automātiski neskrollējas, atveriet pārlūka konsoli (F12) un iekopējiet šo koda gabalu, spiediet Enter
  2. setInterval(function()
  3. {
  4.   var ircwindow = document.getElementById('ircui').childNodes[5];
  5.   ircwindow.scrollTop = ircwindow.scrollHeight
  6. }, 100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement