How can I remove items from my wishlist in Steam?How do I remove a Steam game from my library?How can I move an installed game from one Steam library folder to another?How can I remove older items from the downloads page, and display newer ones?Can I remove emoticon button from Steam friends chat?Where can I see my perfect games in steam?What game is this Steam background from?How to remove all items from Steam store cart?Can I remove multiple games from steam's wishlist at once?How to remove multiple steam users from a computerHow to remove uninstalled game from list of steam tray
How can saying a song's name be a copyright violation?
Is there a hemisphere-neutral way of specifying a season?
Personal Teleportation: From Rags to Riches
How did the Super Star Destroyer Executor get destroyed exactly?
Avoiding the "not like other girls" trope?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Solving a recurrence relation (poker chips)
CAST throwing error when run in stored procedure but not when run as raw query
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
iPad being using in wall mount battery swollen
Bullying boss launched a smear campaign and made me unemployable
Cursor Replacement for Newbies
How do I deal with an unproductive colleague in a small company?
Intersection Puzzle
Why is consensus so controversial in Britain?
Detention in 1997
Why doesn't using multiple commands with a || or && conditional work?
Unable to supress ligatures in headings which are set in Caps
Why no variance term in Bayesian logistic regression?
Venezuelan girlfriend wants to travel the USA to be with me. What is the process?
Is it logically or scientifically possible to artificially send energy to the body?
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
What exploit Are these user agents trying to use?
Assassin's bullet with mercury
How can I remove items from my wishlist in Steam?
How do I remove a Steam game from my library?How can I move an installed game from one Steam library folder to another?How can I remove older items from the downloads page, and display newer ones?Can I remove emoticon button from Steam friends chat?Where can I see my perfect games in steam?What game is this Steam background from?How to remove all items from Steam store cart?Can I remove multiple games from steam's wishlist at once?How to remove multiple steam users from a computerHow to remove uninstalled game from list of steam tray
I was unable to find a link to remove a game from the list (in the web interface at least)
steam
add a comment |
I was unable to find a link to remove a game from the list (in the web interface at least)
steam
add a comment |
I was unable to find a link to remove a game from the list (in the web interface at least)
steam
I was unable to find a link to remove a game from the list (in the web interface at least)
steam
steam
asked Dec 7 '10 at 13:45
juanjuan
13.4k3499183
13.4k3499183
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
You want to go to view your wishlist: (yours is here)
(not my wishlist)
While viewing your wishlist, you will notice the "Added on" line below the title.
At the end of this line, there is a remove link. Use this remove link to remove an item from your wishlist.
Do note that you need to be logged in to be able to remove iitems from your wishlist.
7
I can't believe I missed that! -- Is it me or it can use a re-design? (I was looking in the "Links" drop down, in the right, at the top, but did not see it there)
– juan
Dec 7 '10 at 14:14
I think it's okayish, but I see your point. I think the dropdown was added very recently, this really changed the situation but the 'Remove' link wasn't reconsidered.
– Cort
Dec 7 '10 at 14:58
2
I don't have that link.. have they changed the design or is my account bunged?
– Damon
Nov 23 '13 at 4:58
2
O never mind.. it just logs me out everytime I turn around.
– Damon
Nov 23 '13 at 5:10
For those in mobile web/app, the link may not be viewable because the layout stacked against each other. Solution: view the web/app in landscape mode.
– aff
Dec 28 '17 at 5:58
add a comment |
You can do this from your Steam Community Profile page. Go to the Games section, then click on the Wishlist tab. From there you should see a remove link for each game.
add a comment |
In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.
Go your wishlist page, press F12, go to Console, and insert this:
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 0,
'sessionid' : g_sessionID
);
Replace the appid with the id from the list, and press enter.
For example, The Elder Scrolls V: Skyrim(Old one, hidden by Steam)'s appid is 72850.
(as i said, In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.)
Go to your wishlist page, F12, Sources, and type the following text and Enter.
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 72850,
'sessionid' : g_sessionID
);
and it will removed from your wishing list.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f12288%2fhow-can-i-remove-items-from-my-wishlist-in-steam%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You want to go to view your wishlist: (yours is here)
(not my wishlist)
While viewing your wishlist, you will notice the "Added on" line below the title.
At the end of this line, there is a remove link. Use this remove link to remove an item from your wishlist.
Do note that you need to be logged in to be able to remove iitems from your wishlist.
7
I can't believe I missed that! -- Is it me or it can use a re-design? (I was looking in the "Links" drop down, in the right, at the top, but did not see it there)
– juan
Dec 7 '10 at 14:14
I think it's okayish, but I see your point. I think the dropdown was added very recently, this really changed the situation but the 'Remove' link wasn't reconsidered.
– Cort
Dec 7 '10 at 14:58
2
I don't have that link.. have they changed the design or is my account bunged?
– Damon
Nov 23 '13 at 4:58
2
O never mind.. it just logs me out everytime I turn around.
– Damon
Nov 23 '13 at 5:10
For those in mobile web/app, the link may not be viewable because the layout stacked against each other. Solution: view the web/app in landscape mode.
– aff
Dec 28 '17 at 5:58
add a comment |
You want to go to view your wishlist: (yours is here)
(not my wishlist)
While viewing your wishlist, you will notice the "Added on" line below the title.
At the end of this line, there is a remove link. Use this remove link to remove an item from your wishlist.
Do note that you need to be logged in to be able to remove iitems from your wishlist.
7
I can't believe I missed that! -- Is it me or it can use a re-design? (I was looking in the "Links" drop down, in the right, at the top, but did not see it there)
– juan
Dec 7 '10 at 14:14
I think it's okayish, but I see your point. I think the dropdown was added very recently, this really changed the situation but the 'Remove' link wasn't reconsidered.
– Cort
Dec 7 '10 at 14:58
2
I don't have that link.. have they changed the design or is my account bunged?
– Damon
Nov 23 '13 at 4:58
2
O never mind.. it just logs me out everytime I turn around.
– Damon
Nov 23 '13 at 5:10
For those in mobile web/app, the link may not be viewable because the layout stacked against each other. Solution: view the web/app in landscape mode.
– aff
Dec 28 '17 at 5:58
add a comment |
You want to go to view your wishlist: (yours is here)
(not my wishlist)
While viewing your wishlist, you will notice the "Added on" line below the title.
At the end of this line, there is a remove link. Use this remove link to remove an item from your wishlist.
Do note that you need to be logged in to be able to remove iitems from your wishlist.
You want to go to view your wishlist: (yours is here)
(not my wishlist)
While viewing your wishlist, you will notice the "Added on" line below the title.
At the end of this line, there is a remove link. Use this remove link to remove an item from your wishlist.
Do note that you need to be logged in to be able to remove iitems from your wishlist.
edited Mar 9 '17 at 17:30
Community♦
1
1
answered Dec 7 '10 at 14:11
alexanderpasalexanderpas
14.7k1173123
14.7k1173123
7
I can't believe I missed that! -- Is it me or it can use a re-design? (I was looking in the "Links" drop down, in the right, at the top, but did not see it there)
– juan
Dec 7 '10 at 14:14
I think it's okayish, but I see your point. I think the dropdown was added very recently, this really changed the situation but the 'Remove' link wasn't reconsidered.
– Cort
Dec 7 '10 at 14:58
2
I don't have that link.. have they changed the design or is my account bunged?
– Damon
Nov 23 '13 at 4:58
2
O never mind.. it just logs me out everytime I turn around.
– Damon
Nov 23 '13 at 5:10
For those in mobile web/app, the link may not be viewable because the layout stacked against each other. Solution: view the web/app in landscape mode.
– aff
Dec 28 '17 at 5:58
add a comment |
7
I can't believe I missed that! -- Is it me or it can use a re-design? (I was looking in the "Links" drop down, in the right, at the top, but did not see it there)
– juan
Dec 7 '10 at 14:14
I think it's okayish, but I see your point. I think the dropdown was added very recently, this really changed the situation but the 'Remove' link wasn't reconsidered.
– Cort
Dec 7 '10 at 14:58
2
I don't have that link.. have they changed the design or is my account bunged?
– Damon
Nov 23 '13 at 4:58
2
O never mind.. it just logs me out everytime I turn around.
– Damon
Nov 23 '13 at 5:10
For those in mobile web/app, the link may not be viewable because the layout stacked against each other. Solution: view the web/app in landscape mode.
– aff
Dec 28 '17 at 5:58
7
7
I can't believe I missed that! -- Is it me or it can use a re-design? (I was looking in the "Links" drop down, in the right, at the top, but did not see it there)
– juan
Dec 7 '10 at 14:14
I can't believe I missed that! -- Is it me or it can use a re-design? (I was looking in the "Links" drop down, in the right, at the top, but did not see it there)
– juan
Dec 7 '10 at 14:14
I think it's okayish, but I see your point. I think the dropdown was added very recently, this really changed the situation but the 'Remove' link wasn't reconsidered.
– Cort
Dec 7 '10 at 14:58
I think it's okayish, but I see your point. I think the dropdown was added very recently, this really changed the situation but the 'Remove' link wasn't reconsidered.
– Cort
Dec 7 '10 at 14:58
2
2
I don't have that link.. have they changed the design or is my account bunged?
– Damon
Nov 23 '13 at 4:58
I don't have that link.. have they changed the design or is my account bunged?
– Damon
Nov 23 '13 at 4:58
2
2
O never mind.. it just logs me out everytime I turn around.
– Damon
Nov 23 '13 at 5:10
O never mind.. it just logs me out everytime I turn around.
– Damon
Nov 23 '13 at 5:10
For those in mobile web/app, the link may not be viewable because the layout stacked against each other. Solution: view the web/app in landscape mode.
– aff
Dec 28 '17 at 5:58
For those in mobile web/app, the link may not be viewable because the layout stacked against each other. Solution: view the web/app in landscape mode.
– aff
Dec 28 '17 at 5:58
add a comment |
You can do this from your Steam Community Profile page. Go to the Games section, then click on the Wishlist tab. From there you should see a remove link for each game.
add a comment |
You can do this from your Steam Community Profile page. Go to the Games section, then click on the Wishlist tab. From there you should see a remove link for each game.
add a comment |
You can do this from your Steam Community Profile page. Go to the Games section, then click on the Wishlist tab. From there you should see a remove link for each game.
You can do this from your Steam Community Profile page. Go to the Games section, then click on the Wishlist tab. From there you should see a remove link for each game.
answered Dec 7 '10 at 13:51
MBraedleyMBraedley
13.3k1786136
13.3k1786136
add a comment |
add a comment |
In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.
Go your wishlist page, press F12, go to Console, and insert this:
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 0,
'sessionid' : g_sessionID
);
Replace the appid with the id from the list, and press enter.
For example, The Elder Scrolls V: Skyrim(Old one, hidden by Steam)'s appid is 72850.
(as i said, In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.)
Go to your wishlist page, F12, Sources, and type the following text and Enter.
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 72850,
'sessionid' : g_sessionID
);
and it will removed from your wishing list.
New contributor
add a comment |
In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.
Go your wishlist page, press F12, go to Console, and insert this:
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 0,
'sessionid' : g_sessionID
);
Replace the appid with the id from the list, and press enter.
For example, The Elder Scrolls V: Skyrim(Old one, hidden by Steam)'s appid is 72850.
(as i said, In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.)
Go to your wishlist page, F12, Sources, and type the following text and Enter.
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 72850,
'sessionid' : g_sessionID
);
and it will removed from your wishing list.
New contributor
add a comment |
In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.
Go your wishlist page, press F12, go to Console, and insert this:
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 0,
'sessionid' : g_sessionID
);
Replace the appid with the id from the list, and press enter.
For example, The Elder Scrolls V: Skyrim(Old one, hidden by Steam)'s appid is 72850.
(as i said, In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.)
Go to your wishlist page, F12, Sources, and type the following text and Enter.
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 72850,
'sessionid' : g_sessionID
);
and it will removed from your wishing list.
New contributor
In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.
Go your wishlist page, press F12, go to Console, and insert this:
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 0,
'sessionid' : g_sessionID
);
Replace the appid with the id from the list, and press enter.
For example, The Elder Scrolls V: Skyrim(Old one, hidden by Steam)'s appid is 72850.
(as i said, In the source by press F12 In Chrome, look for this "var g_rgWishlistData =" in there you can find the appid.)
Go to your wishlist page, F12, Sources, and type the following text and Enter.
$J.post( g_strWishlistBaseURL + 'remove/',
'appid' : 72850,
'sessionid' : g_sessionID
);
and it will removed from your wishing list.
New contributor
New contributor
answered 2 mins ago
LucasLucas
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f12288%2fhow-can-i-remove-items-from-my-wishlist-in-steam%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown