Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
Or use Javascript.
Should you not want to resort to your browser, you can open up the Steam -client with -dev in the target field, then you go to the https://steamhost.cn/steamcommunity_com/my/edit/ and you hit F12.
Console works the same way.
You'd be changing the midst value for the other slots, yes.
SetShowcaseConfig(3, 7, 0)
SetShowcaseConfig(3, 8, 0)
SetShowcaseConfig(3, 9, 0)
SetShowcaseConfig(3, 10, 0)
And I just press enter after typing this in developer mode of chrome?
1) Click: https://steamhost.cn/steamcommunity_com/my/edit/
2) Press F12
3) Select the "Console" tab. It is located at the top beside "Elements".
4) Type in this command: SetShowcaseConfig(3, 0, 0) if you want to edit items in your "Item Showcase" and this command: SetShowCaseConfig(4, 0, 0) if you want to edit items in your "Items Up For Trade".
5) For example, I have 10 items in my item showcase right now. I want to remove the 8th, 9th and the 10th (last one) items. So I'll edit the command to SetShowCaseConfig(3, 8, 0) and hit "Enter" on my keyboard. Next, repeat, but change the command to SetShowCaseConfig(3, 9, 0). Hit "Enter" again and repeat again but change the command to SetShowCaseConfig(3, 10, 0) and hit "Enter" again.
6) Then proceed to click "Save Changes" on your profile and you're done.
7) Basically in this command "SetShowCaseConfig(3, 0, 0)". The first number, 3, represents the "Item Showcase", the second number, 0, represents the item's position and the last number, 0, means it's disabled.
P.S. If doing SetShowCaseConfig(3, 8, 0) doesn't clear the 8th item, then do SetShowCaseConfig(3, 7, 0). Applies for others too.
Cheers! :)
Uncaught ReferenceError: SetShowCaseConfig is not defined
at <anonymous>:1:2