xtal 5. juli 2020 kl. 4:16
featured badge
hey, could you please add back the option to remove featured badge? There was an option before the new steam update, you could select “none” but now that option is removed.
< >
Viser 1-15 af 22 kommentarer
LaSquale 5. aug. 2020 kl. 22:05 
there's a way to remove it, look it up on yt.
Buffer 17. dec. 2020 kl. 4:32 
1) Log into your steam account on google chrome
2) Press F12
3) Click on the console tab
4) Copy paste the below and hit enter

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://psteamproxy.yuanyoumao.com/points/shop or https://psteamcommunity.yuanyoumao.com/my/edit/info"); SetFavoriteFeaturedBadge(access_token, badgeid); } function SetFavoriteFeaturedBadge(access_token, badgeid) { $J.post( 'https://psteamapi.yuanyoumao.com/IPlayerService/SetFavoriteBadge/v1?', { access_token: access_token, badgeid: badgeid }); }
Aazu 24. maj 2021 kl. 13:28 
Guys can you confirm is this legit way to hide badge?
Pretty afraid to paste these codez to mi steam account :/ :7
cSg|mc-Hotsauce 24. maj 2021 kl. 13:31 
Oprindeligt skrevet af Aazu:
Guys can you confirm is this legit way to hide badge?
Pretty afraid to paste these codez to mi steam account :/ :7

It is fine.

:qr:
Aazu 24. maj 2021 kl. 13:49 
Valve support confirm pls its ok?
cSg|mc-Hotsauce 24. maj 2021 kl. 14:36 
Oprindeligt skrevet af Aazu:
Valve support confirm pls its ok?

Then you create a support ticket.

:qr:
Aazu 24. maj 2021 kl. 21:38 
Ive made already, and support tells to come ask from forums..so here I am.. :S
м 24. maj 2021 kl. 21:46 
Oprindeligt skrevet af Aazu:
Ive made already, and support tells to come ask from forums..so here I am.. :S

Hey, all the code does is removing the badge, i just tried it for you to confirm.

Before you enter the code you have to go to "Edit Profile", then then click on the "Featured Badge Tab", then just do what he said:

Oprindeligt skrevet af Buffer:
1) Log into your steam account on google chrome
2) Press F12
3) Click on the console tab
4) Copy paste the below and hit enter

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://psteamproxy.yuanyoumao.com/points/shop or https://psteamcommunity.yuanyoumao.com/my/edit/info"); SetFavoriteFeaturedBadge(access_token, badgeid); } function SetFavoriteFeaturedBadge(access_token, badgeid) { $J.post( 'https://psteamapi.yuanyoumao.com/IPlayerService/SetFavoriteBadge/v1?', { access_token: access_token, badgeid: badgeid }); }
Sidst redigeret af м; 24. maj 2021 kl. 21:47
nee 25. maj 2021 kl. 2:01 
Oprindeligt skrevet af Buffer:
1) Log into your steam account on google chrome
2) Press F12
3) Click on the console tab
4) Copy paste the below and hit enter

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://psteamproxy.yuanyoumao.com/points/shop or https://psteamcommunity.yuanyoumao.com/my/edit/info"); SetFavoriteFeaturedBadge(access_token, badgeid); } function SetFavoriteFeaturedBadge(access_token, badgeid) { $J.post( 'https://psteamapi.yuanyoumao.com/IPlayerService/SetFavoriteBadge/v1?', { access_token: access_token, badgeid: badgeid }); }
Wow this was very helpful. Not putting any badge again just incase steam makes anything to change that.
nee 25. maj 2021 kl. 3:14 
Oprindeligt skrevet af Aazu:
Guys can you confirm is this legit way to hide badge?
Pretty afraid to paste these codez to mi steam account :/ :7

I made it and its all good.

Oprindeligt skrevet af Aazu:
Ive made already, and support tells to come ask from forums..so here I am.. :S

I dont think support really tells clients to go forums or at least when they dont know something they close the msg or just answer with something similar as this is not possible.
Aazu 27. maj 2021 kl. 7:33 
Oprindeligt skrevet af eisaku:

I dont think support really tells clients to go forums or at least when they dont know something they close the msg or just answer with something similar as this is not possible.

Yeb thats what was told, that they cant do anything, go ask forums...

Think I just wait till valve fixes this problem.
If there is no "legit" way to do it, so be it... :steamfacepalm:
click heads 28. maj 2021 kl. 6:32 
youtube it bro
Aazu 24. okt. 2021 kl. 8:26 
Hello again community!
Anyone got any updates on this, is this bug gonna be fixed any time soon?
Would be nice to have option to hide featured badge, if not want it to be displayed. :)

Any thoughts or ideas??
ElvisDeadly 24. okt. 2021 kl. 9:26 
Oprindeligt skrevet af Aazu:
Hello again community!
Anyone got any updates on this, is this bug gonna be fixed any time soon?
Would be nice to have option to hide featured badge, if not want it to be displayed. :)

Any thoughts or ideas??

Yeah, great news there is a solution!!!

Oprindeligt skrevet af Buffer:
1) Log into your steam account on google chrome
2) Press F12
3) Click on the console tab
4) Copy paste the below and hit enter

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://psteamproxy.yuanyoumao.com/points/shop or https://psteamcommunity.yuanyoumao.com/my/edit/info"); SetFavoriteFeaturedBadge(access_token, badgeid); } function SetFavoriteFeaturedBadge(access_token, badgeid) { $J.post( 'https://psteamapi.yuanyoumao.com/IPlayerService/SetFavoriteBadge/v1?', { access_token: access_token, badgeid: badgeid }); }

:mhwgood:
Aazu 21. maj 2022 kl. 16:16 
Seems featured badge feature is still broken and cant hide this badge like in the old days...

Anyone know any other way hiding it, than injecting some wonky code to my account?
< >
Viser 1-15 af 22 kommentarer
Per side: 1530 50