BrowserExtension icon indicating copy to clipboard operation
BrowserExtension copied to clipboard

Display SteamID info on user profiles

Open nolddor opened this issue 8 months ago • 2 comments

Is your feature request related to a problem? Please describe.

Yes, currently there is no an easy native way to check SteamID of a given user. People need to rely on third-party sites for this.

Describe the solution you'd like

I would like the Extension to add a new section at user profiles. I've created a mockup for this:

<div class="profile_count_link_preview_ctn" style="margin-bottom: 10px;">
  <div class="profile_count_link ellipsis">
    <a href="#"><span class="count_link_label">Account Details</span></a>
  </div>
  <div class="profile_count_link_preview">
    <div>AccountID: 1022946155</div>
    <div>Steam ID: 76561198983211883</div>
    <div>Steam2 ID: STEAM_1:1:511473077</div>
    <div>Steam3 ID: [U:1:1022946155]</div>
  </div>
</div>

Renders as:

Image

Describe alternatives you've considered

1.- Currently, I am using https://www.steamtrades.com/ search bar to calculate SteamIDs of the user. 2.- Steamdb link on other profiles dropdown, goes to calculator which has this info as well.

nolddor avatar May 10 '25 13:05 nolddor

The steamdb link goes to calculator which has steamids? On other profiles its in the dropdown.

xPaw avatar May 10 '25 13:05 xPaw

@xPaw thanks for the hint but i am aware of it...

However, this introduces a back and forth between steamcommunity.com and steamdb.info. Same "issue" this feature is trying to solve precisely. Not use any 3rd-party site (this incl. your own site as well) to display such info that is indeed present (hidden) at steamcommunity.com underlying HTML.

nolddor avatar May 10 '25 13:05 nolddor

I ended creating my own userscript to cover this. If you feel this makes sense to be added I can submit a PR eventually. Otherwise can be closed as not planned

Cheers

nolddor avatar Jun 28 '25 16:06 nolddor