なんぞこのソース


いや、カラフルのファイルなんですけどね。
発言する度に色とアバターが変わるTrixieファイルです。

拾ったんだけどねw
使い方知らないから勝手に持っていって下さいw

// ==UserScript==
// @name
// @namespace
// @description check invalid message
//
// Items page
// @include http://www1.saychat.jp/chat/input.nwz*
// @include http://www2.saychat.jp/chat/input.nwz*
// @include http://www3.saychat.jp/chat/input.nwz*
// @include http://www4.saychat.jp/chat/input.nwz*
// ==UserScript==


var Check,Point;
Check = 1;
Point = 1;//機能選択...予定


function value()
{
flag = confirm("Is colorfulness executed?");
if (flag) Change_0(); else value2();
}
function value2()
{
flag = confirm("Is the nickname change executed?");
if (flag) NickChange_0(); else alert('It returns to the chat. ');
}


function Change_0()
{
color = "#00CCCC";
avatarimg = "i_u_04_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "あ";parent.input.input()
setTimeout("Change_1()",45);
}
function Change_1()
n
color = "#66FF00";
avatarimg = "i_m_03_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "い";parent.input.input()
setTimeout("Change_2()",45);
}
function Change_2()
{
color = "#FF6600";
avatarimg = "i_m_04_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "う";parent.input.input()
setTimeout("Change_3()",45);
}
function Change_3()
{
color = "#3300FF";
avatarimg = "i_m_05_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "え";parent.input.input()
setTimeout("Change_4()",45);
}
function Change_4()
{
color = "#009933";
avatarimg = "i_f_05_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "お";parent.input.input()
setTimeout("Change_5()",45);
}
function Change_5()
{
color = "#000066";
avatarimg = "i_f_03_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "か";parent.input.input()
setTimeout("Change_6()",45);
}
function Change_6()
{
color = "#000066";
avatarimg = "i_f_03_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "き";parent.input.input()
setTimeout("Change_7()",45);
}
function Change_7()
{
color = "#009933";
avatarimg = "i_f_05_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "く";parent.input.input()
setTimeout("Change_8()",45);
}
function Change_8()
{
color = "#3300FF";
avatarimg = "i_m_05_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "け";parent.input.input()
setTimeout("Change_9()",45);
}
function Change_9()
{
color = "#FF6600";
avatarimg = "i_m_04_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "こ";parent.input.input()
setTimeout("Change_10()",45);
}
function Change_10()
{
color = "#66FF00";
avatarimg = "i_m_03_00_01_01.gif";
parent.input.document.fo_cs.msg.value= "TEST";parent.input.input()
setTimeout("Change_11()",45);
}

どうすれば動くんだよ!
もし教えてくれる優しい方が居ましたら掲示板までお願いします。
なんたって初心者ですから/////


inserted by FC2 system