Advertisement
Aevoa

Comment on Multiple Profiles - Bookmarklet

Jun 20th, 2020
4,161
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 1 0
  1. javascript:(function()%7BToggleManageFriends()%3BjQuery(%22%23manage_friends%22).after('%3Cdiv%20class%3D%22commentthread_entry%22%3E%3Cdiv%20class%3D%22commentthread_entry_quotebox%22%3E%3Ctextarea%20rows%3D%221%22%20class%3D%22commentthread_textarea%22%20id%3D%22comment_textarea%22%20placeholder%3D%22Add%20a%20comment%22%20style%3D%22overflow%3A%20hidden%3B%20height%3A%2020px%3B%22%3E%3C%2Ftextarea%3E%3C%2Fdiv%3E%3Cdiv%20class%3D%22commentthread_entry_submitlink%22%20style%3D%22%22%3E%3Ca%20class%3D%22btn_grey_black%20btn_small_thin%22%20href%3D%22javascript%3ACCommentThread.FormattingHelpPopup(%20%5C'Profile%5C'%20)%3B%22%3E%3Cspan%3EFormatting%20help%3C%2Fspan%3E%3C%2Fa%3E%20%20%20%3Cspan%20class%3D%22emoticon_container%22%3E%3Cspan%20class%3D%22emoticon_button%20small%22%20id%3D%22emoticonbtn%22%3E%3C%2Fspan%3E%3C%2Fspan%3E%3Cspan%20class%3D%22btn_green_white_innerfade%20btn_small%22%20id%3D%22comment_submit%22%3E%3Cspan%3EPost%20Comments%20to%20Selected%20Friends%3C%2Fspan%3E%3C%2Fspan%3E%3C%2Fdiv%3E%3C%2Fdiv%3E%3Cdiv%20id%3D%22log%22%3E%3Cspan%20id%3D%22log_head%22%3E%3C%2Fspan%3E%3Cspan%20id%3D%22log_body%22%3E%3C%2Fspan%3E%3C%2Fdiv%3E')%3Bnew%20CEmoticonPopup(%20%24J('%23emoticonbtn')%2C%20%24J('%23commentthread_Profile_0_textarea')%20)%3BjQuery(%22%23comment_submit%22).click(function()%20%7Bconst%20total%20%3D%20jQuery(%22.selected%22).length%3Bconst%20msg%20%3D%20jQuery(%22%23comment_textarea%22).val()%3Bif%20(total%20%3E%200%20%26%26%20msg.length%20%3E%200)%20%7BjQuery(%22%23log_head%2C%20%23log_body%22).html(%22%22)%3BjQuery(%22.selected%22).each(function(i)%20%7Blet%20profileID%20%3D%20this.getAttribute(%22data-steamid%22)%3B(function(i%2C%20profileID)%20%7BsetTimeout(function()%20%7BjQuery.post(%22%2F%2Fsteamcommunity.com%2Fcomment%2FProfile%2Fpost%2F%22%20%2B%20profileID%20%2B%20%22%2F-1%2F%22%2C%20%7B%20comment%3A%20msg%2C%20count%3A%206%2C%20sessionid%3A%20g_sessionID%20%7D%2C%20function(response)%20%7Bif%20(response.success%20%3D%3D%3D%20false)%20%7BjQuery(%22%23log_body%22)%5B0%5D.innerHTML%20%2B%3D%20%22%3Cbr%3E%22%20%2B%20response.error%3B%7D%20else%20%7BjQuery(%22%23log_body%22)%5B0%5D.innerHTML%20%2B%3D%20%22%3Cbr%3ESuccessfully%20posted%20comment%20on%20%3Ca%20href%3Dhttp%3A%2F%2Fsteamcommunity.com%2Fprofiles%2F%22%20%2B%20profileID%20%2B%20%22%3E%22%20%2B%20profileID%20%2B%20%22%3C%2Fa%3E%22%3B%7D%7D).fail(function()%20%7BjQuery(%22%23log_body%22)%5B0%5D.innerHTML%20%2B%3D%20%22%3Cbr%3EFailed%20to%20post%20comment%20on%20%3Ca%20href%3Dhttp%3A%2F%2Fsteamcommunity.com%2Fprofiles%2F%22%20%2B%20profileID%20%2B%20%22%3E%22%20%2B%20profileID%20%2B%20%22%3C%2Fa%3E%22%3B%7D).always(function()%20%7BjQuery(%22%23log_head%22).html(%22%3Cbr%3E%3Cb%3EProcessed%20%22%20%2B%20(i%2B1)%20%2B%20%22%20out%20of%20%22%20%2B%20total%20%2B%20%22%20friends.%3Cb%3E%22)%3B%7D)%3B%7D%2C%20i%20*%206000)%3B%7D)(i%2C%20profileID)%3B%7D)%3B%7D%20else%20%7Balert(%22Please%20make%20sure%20you%20entered%20a%20message%20and%20selected%201%20or%20more%20friends.%22)%3B%7D%7D)%7D)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement