[ttreply]
javascript: var author = prompt("请输入用户", "admin");
var mail = prompt("请输入邮箱", "admin@admin.com");
var text = prompt("请输入要回复的内容", "谢谢楼主分享");
//由CMCboy开发
if (text != null) {
document.getElementById("author").value = author;
document.getElementById("mail").value = mail;
document.getElementById("comment").value = text;
void(0);
document.getElementById("submit").click()
};
[/ttreply]
Typecho自动回帖脚本,我又来了哈哈哈哈哈哈哈
貌似不能兼容???