Mountain

Mountain

83 ratings
如何给好友进行批量留言
By m1ne_Jerry and 1 collaborators
这个指南会教你怎么样给好友批量留言
   
Award
Favorite
Favorited
Unfavorite
特别注意:
注意不要一次性留言超过200条以上, 可能会被禁言一段时间(具体时间随留言多少决定)!!
步骤1
在浏览器中打开如下的好友列表链接(推荐谷歌,火狐)

http://gtm.steamproxy.vip/my/friends
步骤2
方式1:在网页任意处右击鼠标,选择 检查 ----> Console(控制台)
方式2:F12进入Console(控制台)
然后将如下代码复制进去,回车确认

代码部分
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("/gtm.steamproxy.vip/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://gtm.steamproxy.vip/profiles/" + profileID + "\">" + profileID + "</a>"; } }).fail(function() { jQuery("#log_body")[0].innerHTML += "<br>Failed to post comment on <a href=/"http://gtm.steamproxy.vip/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."); } });
代码如果挂了的话
上面复制代码如果挂了的话
我做了一个附件txt(源码)可以直接下载复制使用

{LINK REMOVED}


步骤3
点击由于代码生成新的下拉框,输入你的留言,选择想要留言的好友,最后就可以发送啦

END
看到这里,你应该已经学会去如何批量留言了

~ENJOY UR STEAM~

感谢@thrillerの空,@SweeTnT[AFK],@~Coral•Sea~和他们的steam实用指南合集
@~Coral•Sea 之前有套用你的指南模版
17 Comments
我的鸡八岁了 26 Apr, 2020 @ 9:45am 
不能用了吗 哥哥
完美女楞 21 Jan, 2019 @ 6:56am 
控制台显示Uncaught SyntaxError: Unexpected identifier
m1ne_Jerry  [author] 25 Dec, 2018 @ 10:36pm 
@pigyyy🆅🅰🆁🅻🆈 你可能没有选中好友就点击了发送
Alpha MAN 23 Dec, 2018 @ 2:41am 
说是全部发送,但是看好友页面并没有我的留言。
Asher 5 Jul, 2018 @ 5:55am 
优秀:perfect_seven::perfect_seven:
Nep 5 Jul, 2018 @ 1:36am 
░░░░█▒▒▄▀▀▀▀▀▄▄▒▒▒▒▒▒▒▒▒▄▄▀▀▀▀▀▀▄
░░▄▀▒▒▒▄█████▄▒█▒▒▒▒▒▒▒█▒▄█████▄▒█
░█▒▒▒▒▐██▄████▌▒█▒▒▒▒▒█▒▐██▄████▌▒█
▀▒▒▒▒▒▒▀█████▀▒▒█▒░▄▒▄█▒▒▀█████▀▒▒▒█
▒▒▐▒▒▒░░░░▒▒▒▒▒█▒░▒▒▀▒▒█▒▒▒▒▒▒▒▒▒▒▒▒█
▒▌▒▒▒░░░▒▒▒▒▒▄▀▒░▒▄█▄█▄▒▀▄▒▒▒▒▒▒▒▒▒▒▒▌
▒▌▒▒▒▒░▒▒▒▒▒▒▀▄▒▒█▌▌▌▌▌█▄▀▒▒▒▒▒▒▒▒▒▒▒▐
▒▐▒▒▒▒▒▒▒▒▒▒▒▒▒▌▒▒▀███▀▒▌▒▒▒▒▒▒▒▒▒▒▒▒▌
m1ne_Jerry  [author] 4 Jul, 2018 @ 8:15pm 
@Aevoa Not the user on steam, I am already contacting the original author.
m1ne_Jerry  [author] 4 Jul, 2018 @ 8:14pm 
The code you sent is not mine, and it is 10 hours later than me.@Royalgamer06
一29 4 Jul, 2018 @ 4:59am