VALVE
VALVE#
SteamDB
Database covering the entire Steam catalog. Player charts, price history across all regions, update histories, and detailed data for every product.
Steam Status
Steam server status.
SteamID
Steam profile lookup with history.
Remove Featured Badge on profile (1)
-
- Edit Profile
- Featured Badge
- Paste in Console
- Save
- Edit Profile
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://api.steampowered.com/IPlayerService/SetFavoriteBadge/v1?', {
access_token: access_token,
badgeid: badgeid
});
}
