How can I remove items from my wishlist in Steam?












25















I was unable to find a link to remove a game from the list (in the web interface at least)










share|improve this question



























    25















    I was unable to find a link to remove a game from the list (in the web interface at least)










    share|improve this question

























      25












      25








      25








      I was unable to find a link to remove a game from the list (in the web interface at least)










      share|improve this question














      I was unable to find a link to remove a game from the list (in the web interface at least)







      steam






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 7 '10 at 13:45









      juanjuan

      13.4k3499183




      13.4k3499183






















          3 Answers
          3






          active

          oldest

          votes


















          34














          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.



          alt text



          Do note that you need to be logged in to be able to remove iitems from your wishlist.






          share|improve this answer





















          • 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



















          2














          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.






          share|improve this answer































            0














            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.





            share








            New contributor




            Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              34














              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.



              alt text



              Do note that you need to be logged in to be able to remove iitems from your wishlist.






              share|improve this answer





















              • 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
















              34














              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.



              alt text



              Do note that you need to be logged in to be able to remove iitems from your wishlist.






              share|improve this answer





















              • 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














              34












              34








              34







              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.



              alt text



              Do note that you need to be logged in to be able to remove iitems from your wishlist.






              share|improve this answer















              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.



              alt text



              Do note that you need to be logged in to be able to remove iitems from your wishlist.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              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














              • 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













              2














              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.






              share|improve this answer




























                2














                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.






                share|improve this answer


























                  2












                  2








                  2







                  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.






                  share|improve this answer













                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 7 '10 at 13:51









                  MBraedleyMBraedley

                  13.3k1786136




                  13.3k1786136























                      0














                      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.





                      share








                      New contributor




                      Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.

























                        0














                        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.





                        share








                        New contributor




                        Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.























                          0












                          0








                          0







                          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.





                          share








                          New contributor




                          Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          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.






                          share








                          New contributor




                          Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.








                          share


                          share






                          New contributor




                          Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 3 mins ago









                          LucasLucas

                          1




                          1




                          New contributor




                          Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Lucas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Cosme II de Mèdici

                              Hivernacle

                              Eisenach