Advertisement
FunkyPigeon

No Displayed Badge - Working 2024

Oct 13th, 2021 (edited)
38,429
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. https://steamcommunity.com/profiles/76561199066338340/edit/favoritebadge
  2.  
  3.  
  4.  
  5. UPDATED CODE WORKING 2024
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. var access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token;
  15. var badgeid = 0;
  16.  
  17. SetFavoriteFeaturedBadge(access_token, badgeid);
  18.  
  19. function SetFavoriteFeaturedBadge(access_token, badgeid) {
  20. $J.post( 'https://api.steampowered.com/IPlayerService/SetFavoriteBadge/v1?', {
  21. access_token: access_token,
  22. badgeid: badgeid
  23. });
  24. }
Advertisement
Comments
  • nonamed1999
    1 year
    Comment was deleted
  • toover
    178 days
    # text 0.48 KB | 0 0
    1. 1.https://steamcommunity.com/profiles/76561199066338340/edit/favoritebadge
    2.  
    3. 2.Inspect element - Select console - paste below code.
    4.  
    5.  
    6. var access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token;
    7. var badgeid = 0;
    8.  
    9. SetFavoriteFeaturedBadge(access_token, badgeid);
    10.  
    11. function SetFavoriteFeaturedBadge(access_token, badgeid) {
    12. $J.post( 'https://api.steampowered.com/IPlayerService/SetFavoriteBadge/v1?', {
    13. access_token: access_token,
    14. badgeid: badgeid
    15. });
    16. }
Add Comment
Please, Sign In to add comment
Advertisement