TristanBomb

Blockland Forums IRC

Jun 25th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.60 KB | None | 0 0
  1. // ==UserScript==
  2. // @name IRC BLF Add-On
  3. // @version 1.0
  4. // @require http://code.jquery.com/jquery-2.0.3.min.js
  5. // @include *forum.blockland.us*
  6. // @include *blockland.us/smf*
  7. // @description Connect to IRC right from Blockland!
  8. // @author: TristanLuigi
  9. // ==/UserScript==
  10.  
  11. var name = $('td:contains("Hey, ")').find('b').html();
  12. $('div[class="smalltext"]').parent().parent().append('<div align="center"><br><br><iframe src="http://webchat.esper.net/?nick=' + name + '&channels=blockland&fg_color=000000&fg_sec_color=000000&bg_color=AFC6DB&prompt=0" width="50%" height="500"></iframe><br><br></div>');
Advertisement
Add Comment
Please, Sign In to add comment