Steam

Steam

2,123 ratings
如何给好友批量留言(已更新)
By ~Coral•Sea~ and 4 collaborators
本指南将教你通过一些简单的操作实现批量留言
3
   
Award
Favorite
Favorited
Unfavorite
注意
特别注意:
注意不要一次性留言过多哦~ 会被G胖禁言一段时间哟~!!
步骤1
在浏览器中打开如下的好友列表链接(推荐谷歌,火狐)
https://sp.zhabite.com/my/friends
步骤2
在网页任意处右击鼠标,选择 检查 ----> Console

然后在界面将如下代码复制进去,回车确认


如果下面代码失效,可以直接下载代码:https@://pan.@baidu.co@m/s/1tGcA4P@k50hr4C1ffbsZy-g(使用时,请删除@)



var delay = 10; // 设置你的留言时间间隔 ToggleManageFriends(); jQuery("#manage_friends").after('<div class="commentthread_entry"><div class="commentthread_entry_quotebox"><textarea rows="1" class="commentthread_textarea" id="comment_textarea" placeholder="Add a comment" style="overflow: hidden; height: 20px;"></textarea></div><div class="commentthread_entry_submitlink" style=""><a class="btn_grey_black btn_small_thin" href="javascript:CCommentThread.FormattingHelpPopup( \'Profile\' );"><span>Formatting help</span></a> <span class="emoticon_container"><span class="emoticon_button small" id="emoticonbtn"></span></span><span class="btn_green_white_innerfade btn_small" id="comment_submit"><span>Post Comments to Selected Friends</span></span></div></div><div id="log"><span id="log_head"></span><span id="log_body"></span></div>'); new CEmoticonPopup( $J('#emoticonbtn'), $J('#commentthread_Profile_0_textarea') ); jQuery("#comment_submit").click(function() { const total = jQuery(".selected").length; const msg = jQuery("#comment_textarea").val(); if (total > 0 && msg.length > 0) { jQuery("#log_head, #log_body").html(""); jQuery(".selected").each(function(i) { let profileID = this.getAttribute("data-steamid"); (function(i, profileID) { setTimeout(function() { jQuery.post("/sp.zhabite.com/comment/Profile/post/" + profileID + "/-1/", { comment: msg, count: 6, sessionid: g_sessionID }, function(response) { if (response.success === false) { jQuery("#log_body")[0].innerHTML += "<br>" + response.error; } else { jQuery("#log_body")[0].innerHTML += "<br>Successfully posted comment on <a href=http://sp.zhabite.com/profiles/" + profileID + ">" + profileID + "</a>"; } }).fail(function() { jQuery("#log_body")[0].innerHTML += "<br>Failed to post comment on <a href=http://sp.zhabite.com/profiles/" + profileID + ">" + profileID + "</a>"; }).always(function() { jQuery("#log_head").html("<br><b>Processed " + (i+1) + " out of " + total + " friends.<b>"); }); }, i * 6000); })(i, profileID); }); } else { alert("Please make sure you entered a message and selected 1 or more friends."); } });
步骤3
点击管理好友列表下拉框,输入你的留言,选择想要留言的好友,最后点击发送就完成了!


考虑到steam排版有可能出问题,如果出现错误提示,可以参考原地址[pastebin.com]
最末
好了,到这里,你应该已经学会如何批量留言了

~ENJOY THE STEAM~

  喜欢ACG和日呆游戏吗?想要日呆游戏的资讯、评测和推荐吗?       欢迎你加入我们 —— ♬テロの青空♫ & 鉴赏家
附录1:翻译说明
  1. 本指南的翻译授权已取得,最好的证明已经添加原作者(Delite)为本指南贡献者。
  2. 如果指南中有翻译不实或错误的地方,欢迎大家指正,谢谢。
http://sp.zhabite.com/sharedfiles/filedetails/?id=825700497
158 Comments
春水映梨花❀ 11 Mar @ 9:27pm 
欢迎来我主页相互留言
常盤台のレールガン 9 Feb, 2024 @ 7:46am 
显示成功但进去没留言的看看试一下普通一个个的发送是否提示地区不可用,如果提示地区不可用,建议上个梯子再试试
Levi·Ackerman 6 Jan, 2024 @ 6:49am 
感谢
Rinon 23 Jul, 2023 @ 9:28pm 
後來似乎失效了 很久沒用這東西
追逐梦的孩子 29 May, 2022 @ 11:05pm 
666
Lahen Vie Lesry 31 Dec, 2021 @ 7:06pm 
显示成功但进去没留言的看看有没有下这个插件
http删s://greasy删fork.or删g/e删n/scr删ipts/260删01-ste删am-com删munity-fri删ends-pos删ter
C4wb3r 1 Aug, 2021 @ 2:38am 
试了一下,没效果啊:lunar2019crylaughingpig:
我小猫咪也绝非善类 10 Feb, 2021 @ 11:29pm 
每10秒提示成功留言给xxxx,然后点进资料并没有留言
Amtier'5555555555555555555555555 8 Feb, 2021 @ 12:12am 
Uncaught TypeError: $.post is not a function
at <anonymous>:39:28
(๑•̀ㅁ•́๑)✧ 1 Nov, 2020 @ 9:00am 
不知道什么时候自己加了批量留言的脚本,刚刚亲测可行。想要的可以联系我。就不在这里发了,以免被封。