Return to site

Steam hide previous names

broken image

When you first load a page in Chrome, an element without a style attribute will appear like this in the DOM inspector: element. The reason is that using display = 'block' is causing additional margin/whitespace next to the element being made visible in both IE (11) and Chrome (Version. Congrats Your alias history is now cleared.

broken image
broken image

Save it, and repeat this step by adding an additional pastebin character each time until you've filled your entire alias history with empty space. Next, click on your profile in the top-right corner of the Steam Home page. Go back into the change profile name panel from your friends list and paste a second character. Click on the link to download or update Steam. I would suggest this to hide elements (as others have suggested): document.getElementById(id).style.display = 'none' īut to make elements visible, I'd suggest this (instead of display = 'block'): document.getElementById(id).style.display = '' Your alias history now shows one empty space.