Steam

Steam

697 ratings
How to Remove Featured Badge After Patch (2023)
By tflb1tch
This guide lets you remove any featured badge from your profile.
9
9
36
5
9
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://gtm.steamproxy.vip/IPlayerService/SetFavoriteBadge/v1?', { access_token: access_token, badgeid: badgeid }); }
Award
.gif]
177 Comments
tuketsi 20 Jul @ 6:02am 
to the people asking if its possible to undo it later, yes it is you just enable a featured badge again the same way you did it the first ever time you featured one.
jidou428 18 Jul @ 9:16am 
currently i have no cool badges but later i may craft some cool ones that worth showcasing. so Im asking the same question the gentleman Yoru asked.. is there is a way to disable this after??:case_one:
Yoru (夜) 9 Jul @ 12:15am 
If I do this can I undo after? Sorry for the dumb question but I need to know
roi 1 Jul @ 8:07am 
Works on Firefox, obviously.
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
Fish 28 Mar @ 6:44am 
Doesn't work on firefox
Kriliq 26 Mar @ 6:30am 
wow i figured it out. thank you so much!
Anthø 23 Mar @ 12:42am 
It worked, thanks