Steam

Steam

656 ratings
How to Remove Featured Badge
By Aevoa and 2 collaborators
This guide lets you remove any featured badge from your profile.



6
2
   
Award
Favorite
Favorited
Unfavorite
If you're looking for someone to animate your profile, contact snaws design service.
Feel free to check his {LINK REMOVED}

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Once you set a featured badge, Steam won't let you remove it.
⠀⠀⠀⠀⠀ However, using a simple inspect elements code we can remove it for a cleaner profile.




⠀⠀⠀⠀⠀⠀⠀⠀ Navigate to your featured badge settings in a browser, right click anywhere,
⠀⠀⠀⠀⠀⠀⠀go to inspect elements, then click the network tab. Next select any badge and save
⠀⠀⠀⠀⠀⠀⠀⠀after that click F5 and in the network tab search for "v1?access_token" click on it
⠀⠀⠀copy only the line after the "access_token=" and stop until you see "&" now after you copied it
⠀⠀replace it in example code "XXXX" then copy and replace it where in the main code it says ⠀"XXXX" then copy the code and paste it into the console tab after that simply close the ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀console and click save on the settings page, then go back to your profile.
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Your featured badge will have been removed.


⠀⠀⠀⠀⠀⠀⠀⠀ Thanks to tfl for his excellent updated guide, all credits belong to his effort.
⠀⠀⠀⠀⠀⠀⠀⠀⠀if this guide helps you, please support and rate it via Steam Community.





REPLACE "XXX" IN MAIN CODE:


EXAMPLE HOW IT SHOULD LOOK IN THE MAIN CODE


MAIN CODE:

var access_token = ""; var badgeid = 0; if (window.location.href.indexOf("steampowered") > -1) { access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token; } else if(window.location.href.indexOf("steamcommunity") > -1) { access_token = JSON.parse($J("#profile_edit_config").attr("data-profile-edit")).webapi_token; SetFavoriteFeaturedBadge(access_token, badgeid); } else { console.log("go to: https://steamproxy.net/steamstore/points/shop or https://steamproxy.net/my/edit/info"); SetFavoriteFeaturedBadge(access_token, badgeid); } function SetFavoriteFeaturedBadge(access_token, badgeid) { $J.post( {LINK REMOVED}, { access_token: access_token, badgeid: badgeid }); }
101 Comments
T.Night 31 May @ 9:18am 
Doesn't work :(
KingofPower 21 Apr @ 7:20pm 
does any of this work?
Arist0crat 29 Mar @ 12:23pm 
It does not have to be this complicated and none of the other methods in the comments worked for me. Just paste this in the console, anywhere on steam, and change nothing.

var access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token;
var badgeid = 0;

SetFavoriteFeaturedBadge(access_token, badgeid);

function SetFavoriteFeaturedBadge(access_token, badgeid) {
$J.post( 'https://steamproxy.net/steamapi/IPlayerService/SetFavoriteBadge/v1?' , {
access_token: access_token,
badgeid: badgeid
});
}
Emmet 21 Mar @ 4:51pm 
(put that in command prompt)
Emmet 21 Mar @ 4:50pm 
curl -X POST -F "badgeid=0" "https://steamproxy.net/steamapi/IPlayerService/SetFavoriteBadge/v1?access_token= ******** "
the above does it, it will always do it, steam will never patch this method.
just replace ******** with your access_token
Bobby 19 Mar @ 3:49pm 
if someone has a problem with the code I fixed it. hope it helps.

var access_token = "paste your copied access token here";
var badgeid = 0;

if (window.location.href.indexOf("steampowered") > -1) {
access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token;
}
else if(window.location.href.indexOf("steamcommunity") > -1)
{
access_token = JSON.parse($J("#profile_edit_config").attr("data-profile-edit")).webapi_token;
SetFavoriteFeaturedBadge(access_token, badgeid);
}
else
{
console.log("go to: https://steamproxy.net/steamstore/points/shop or https://steamproxy.net/my/edit/info");
SetFavoriteFeaturedBadge(access_token, badgeid);
}

function SetFavoriteFeaturedBadge(access_token, badgeid) {
$J.post( ("https://steamproxy.net/steamapi/IPlayerService/SetFavoriteBadge/v1?" + access_token), {
access_token: access_token,
badgeid: badgeid
});
}
Hymen Hunter 4 Mar @ 10:34pm 
It doesn't work rn? Is it patched?
60hz aim tracking help  [author] 2 Dec, 2023 @ 10:20am 
where did I say anything 'bout glitch?
60hz aim tracking help  [author] 2 Dec, 2023 @ 10:19am 
cringe but k