I added so many items on my Steam Profile. My problem is that Enhanced Steam don't work. I can see in console that ES send requests to Steam but 0 items get deleted from my whislist. Did anyone know any other script or tool that can delete all items from my Steam whislist.

6 years ago

Comment has been collapsed.

Enhanced steam should work , but it most likely broke since you literally have 1/3rd of steam in your wishlist ....

6 years ago
Permalink

Comment has been collapsed.

That's what I'm talking about. ES can't work because of number of items on my whislist.

6 years ago
Permalink

Comment has been collapsed.

LOL.

6 years ago
Permalink

Comment has been collapsed.

Have you tried with another browser?

6 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 4 years ago.

6 years ago
Permalink

Comment has been collapsed.

Only...

6 years ago
Permalink

Comment has been collapsed.

Mine will only set me back $36,000. What a bargain!

6 years ago
Permalink

Comment has been collapsed.

That's a lot of wishes.

6 years ago
Permalink

Comment has been collapsed.

I am wishful person

6 years ago
Permalink

Comment has been collapsed.

4,416 wishlist items

Mother of god.

6 years ago
Permalink

Comment has been collapsed.

Until recently I thought, my 115 were very much.^^

6 years ago
Permalink

Comment has been collapsed.

Some people make SGTools giveaways that put a cap on how many WL items you can have. That makes me sad. I add anything to my wishlist that I'd want to play. The problem is I'm not a picky gamer - I want to play almost everything, so my wishlist is huge.

6 years ago
Permalink

Comment has been collapsed.

That wasn't meant to offend someone. :) I also like to play a variety of games/genres, but sadly, I don't have that much time. So I choose mostly the games for my Wishlist, that I's like to play most.

6 years ago
Permalink

Comment has been collapsed.

Turn off ES, delete all what you want, turn on ES.

6 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

6 years ago
Permalink

Comment has been collapsed.

ES doesn't remove anything from my wishlist (186 items) either. Like Bazilus said, I have to turn off ES or use the Steam client to remove something.

6 years ago*
Permalink

Comment has been collapsed.

I contacted ES developers on github but they replayed that everything is ok so they will not fix this.

6 years ago
Permalink

Comment has been collapsed.

Yeah, it's never worked for me. Use the Steam client or the store pages.

6 years ago
Permalink

Comment has been collapsed.

A quick and dirty thing that may work:

// ==UserScript==
// @name        Steam wishlist cleaner
// @version     0.1
// @grant       GM_addStyle
// @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @match       http://steamcommunity.com/id/RetiredTurtle/wishlist*
// ==/UserScript==

$(document).ready(function(){
    document.forms[0].submit();
});

Copy/paste as a new Tampermonkey / Greasemonkey / whatever script engine, then go to your wishlist page and wait for it reloading 4416 times :)
Edit: and of course remove the script afterwards, or it will continue emptying your WL in the future.

6 years ago*
Permalink

Comment has been collapsed.

You are my savior. Thanks!

6 years ago
Permalink

Comment has been collapsed.

I've added almost 9000 games on steam soi have to delete almost 5000 games until it can recognise my wishlist, freaking damn. better get to work then

5 years ago
Permalink

Comment has been collapsed.

Closed 5 years ago by Peroniko.