Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name IRC BLF Add-On
- // @version 1.0
- // @require http://code.jquery.com/jquery-2.0.3.min.js
- // @include *forum.blockland.us*
- // @include *blockland.us/smf*
- // @description Connect to IRC right from Blockland!
- // @author: TristanLuigi
- // ==/UserScript==
- var name = $('td:contains("Hey, ")').find('b').html();
- $('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