46
Web Programming and Design / Unofficial omnomIRC extension
« on: April 07, 2011, 03:46:34 pm »
I made an unofficial extension for omnomIRC to chat with colors
Add a bookmark in your bookmark bar with this url:
When you are on a omnimaga page, click it, and you will be able to use tags like
If anyone of the mods doesn't like this, I will remove it.
EDIT: New version with firefox support, scroll down to see it!
Add a bookmark in your bookmark bar with this url:
Code: [Select]
javascript:sig = AJAXSend.toString().split("\n")[21].split("&")[1];usern = AJAXSend.toString().split("\n")[21].split("&")[0].split("\"")[3];setTimeout('function AJAXSend() {
window.frames[0].onMessageSend();window.frames[0].timeIn();var msg_me=document.getElementById("message").value;msg_me = msg_me.replace("[bold]","\x02");msg_me = msg_me.replace("[normal]","\x0F");msg_me = msg_me.replace("[red]","\x0304");msg_me = msg_me.replace("[blue]","\x0302");msg_me = msg_me.replace("[green]","\x0303");msg_me = msg_me.replace("[color]","\x03");var theURL = "/omnomirc/messagebounce.php?name=" + encodeURIComponent(encodeURIComponent(usern)) +"&"+ sig + "&message=" + encodeURIComponent(encodeURIComponent( stripslashes( stripslashes( msg_me ))));document.getElementById("message").value = "";xmlhttp=new XMLHttpRequest();xmlhttp.open("GET", theURL ,false);xmlhttp.send(null);
}',1000);
When you are on a omnimaga page, click it, and you will be able to use tags like
Code: [Select]
[red] [green] [blue] [color]00-15 [bold] and [normal]
in omnomIRC.If anyone of the mods doesn't like this, I will remove it.
EDIT: New version with firefox support, scroll down to see it!