Steam

Steam

672 ratings
How to Remove Featured Badge After Patch (2023)
By tflb1tch
This guide lets you remove any featured badge from your profile.
9
9
32
9
4
4
2
7
3
2
3
3
3
2
   
Award
Favorite
Favorited
Unfavorite
Tutorial ( New )
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀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 console tab. Paste the main code and click enter 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.


MAIN CODE:

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.com/steamapi/IPlayerService/SetFavoriteBadge/v1?', { access_token: access_token, badgeid: badgeid }); }
Award
.gif]
173 Comments
Wicia 7 May @ 7:52am 
Ty bro
AQU1L 12 Apr @ 5:25am 
it works on firefox too just use it correctly
i am saying as i just did this
ʀ⠀ɪ⠀ᴠ⠀ᴀ 11 Apr @ 2:44pm 
Then dont do it on firefox
FishFishFish 28 Mar @ 6:44am 
Doesn't work on firefox
wxshed 🥀💔 26 Mar @ 6:30am 
wow i figured it out. thank you so much!
Anthø 23 Mar @ 12:42am 
It worked, thanks
20 Mar @ 9:22am 
not working bruh
bababrutus 19 Mar @ 9:43am 
nvm it worked. use new tutorial
bababrutus 19 Mar @ 9:42am 
does not work for me. Idk if its browers fault but im on brave and this comes up

Uncaught SyntaxError: Unexpected identifier 'access_token'
Laser 11 Mar @ 1:24pm 
ı cant