Retrowave: How to Delete Achievement from your Steam Showcase

Sometimes, for the best view, there is no need to occupy all the icons in the showcase. But Steam did not provide such an option, so it is considered impossible. Is that so?

 

Console

  1. Open a browser with console support (F12) and log in
  2. Go ”Edit Profile”
  3. Press F12

Removing

Paste the code.

  • FavoriteGameShowcaseOnGameChange(this.parentNode, 17, ‘0’, 1, 0, 0)

The penultimate ”0” is the achievement number (counted from 0)

”1” is the number of the row where the changes will take place

Here’s what happens if you remove the last achievement

Bonus

You can also remove other items/items/screenshots, etc

To do this, we change the code FavoriteGameShowcaseOnGameChange(this.parentNode, 2, ‘0’, 1, 0, 0)

In this case, ”2” is the showcase id

This is how it will look

Here are all the id’s of the showcases that will need it:

  • id2 – Game Collector
  • id3 – Item Showcase
  • id4 – Items Up For Trade
  • id5 – Badge Collector
  • id7 – Screenshot Showcase
  • id9 – Favorite Group
  • id10 – Review Showcase
  • id11 – Workshop Showcase
  • id12 – Video Showcase
  • id13 – Artworks Showcase
  • id15 – Favorite Guide
  • id16 – Guide Showcase
  • id17 – Achievement Showcase

Thanks to numk for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.

Related Posts:

Leave a Comment