📄 nreplyjs.js
字号:
function reply_submitlog(){ document.logfrm.url.value = document.location.href; //document.logfrm.submit();}function reply_quote(id){ reply_clearfield(); document.formpost.body.focus(); document.formpost.body.value+="[quote]"+id+"[/quote]\n"; document.formpost.body.focus();}function reply_setDialog(URLStr) { window.showModelessDialog(URLStr,window,'dialogWidth:500px;dialogHeight:400px;status:no;scroll:no;help:no;');}function reply_report(userid, postid, board){ /* * $a.get("userid") * $a.get("postid") * $board */ reply_setDialog("http://comment.sports.163.com/reply/report.jsp?appellee="+userid+"&postid="+postid+"&board="+board);}var cookies = new String(document.cookie);function reply_getCookie(namex){ var cookieHeader = namex + "="; var beginPosition = cookies.indexOf(cookieHeader); if (beginPosition != -1) { var acookie = cookies.substring(beginPosition + cookieHeader.length); if (acookie.indexOf(";")>-1) { acookie = acookie.substring(0, acookie.indexOf(";")); } return acookie; } return "";}function reply_checksubmit(){ if(document.formpost.body.value==tip || document.formpost.body.value.length==0) { alert('请填写内容'); return false; } //document.formpost.url.value = window.location.href; document.formpost.url.value = "http://comment.sports.163.com/"+theboard+"/"+thepostid+".html"; return true;}function reply_clearfield(){ if (document.formpost.body.value == tip) { document.formpost.body.value = ""; }}function reply_setHidden(board, postid, count){ document.formpost.board.value = board; document.formpost.threadid.value = postid; try {document.getElementById("replycount001").innerHTML = count;}catch(e){} try {document.getElementById("replycount002").innerHTML = count;}catch(e){} try {document.getElementById("replycount003").innerHTML = count;}catch(e){} try {document.getElementById("replycount").innerHTML = count;}catch(e){} try {document.getElementById("replycounttop").innerHTML = count;}catch(e){} try {document.getElementById("replycountbottom").innerHTML = count;}catch(e){}}function reply_allReply(){ window.open("http://comment.sports.163.com/"+theboard+"/"+thepostid+".html");}function reply_newReply(){ window.open("http://comment.sports.163.com/"+theboard+"/reverse/"+thepostid+".html");}var tip = "您尚未登陆系统,只能以游客身份发表评论,如果想以实名发表,请先登录系统。";var commentnum = reply_getCookie("NTES_SESS");if(commentnum!=""){ document.getElementById("loginbox").style.display='none';}else{ document.formpost.body.value=tip;}out_nickname = reply_getCookie("nickname");out_ip = reply_getCookie("ip");out_board = reply_getCookie("board");out_postid = reply_getCookie("postid");out_ptime = reply_getCookie("ptime");out_body = reply_getCookie("body");out_userid = reply_getCookie("NETEASE_SSN");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -