私は試した:
function AddEmotion(strUrl)
{
try
{
var cpAdder = new ActiveXObject("QQCPHelper.CPAdder");
if (strUrl != "")
{
cpAdder.AddCustomEmotion(strUrl);
}
}
catch(e)
{
alert("error");
}
}
Firefox Greasemonkey では、エラーが返されます。
new ActiveXObject
Greasemonkeyでの使用方法
ありがとうございます^_^ 友よ。