I removed ~750 wishlist items manually, 3 times (because it didn't work and reset itself -.-) just yesterday.
(the enhanced steam (current version) function to empty the wishlist didn't work either)
It was worth it though, as the lag (browser freezing for 1-2 seconds) when opening my steam profile is now gone :)
Comment has been collapsed.
Here you go.
-- DO NOTE THAT THIS CODE WAS NOT TESTED ---
---- CODE -----
// Click on Leave Group
function triggerMouseEvent(node, eventType) {
var clickEvent = document.createEvent('MouseEvents');
clickEvent.initEvent(eventType, true, true);
node.dispatchEvent(clickEvent);
}
// Loop through the array searching for the leave group link
var arrayLength = $J('.linkStandard').length ;
for (var i = 0; i < arrayLength; i++) {
if( $J('.linkStandard')[i].href.indexOf( "leaveGroupPrompt" ) > 0 ) {
triggerMouseEvent( $J('.linkStandard')[i], 'click');
}
};
Comment has been collapsed.
That's Odd, I just tested it and it worked perfectly fine.
You had to add a ';' at the end, which is what I missed.
Comment has been collapsed.
That's the problem.
That is not "Remember all tries", it's "Do not let this page make additional pop ups".
In other words, it disables the script.
For the script to work, you need to click on the "OK" button everytime. Hitting enter DOESN'T work.
Comment has been collapsed.
37 Comments - Last post 23 minutes ago by gonsi
15 Comments - Last post 32 minutes ago by RowdyOne
20 Comments - Last post 1 hour ago by QuartzPort
1,063 Comments - Last post 2 hours ago by Mayanaise
12 Comments - Last post 3 hours ago by Formidolosus
331 Comments - Last post 7 hours ago by Daud
22 Comments - Last post 8 hours ago by FEGuy
89 Comments - Last post 15 seconds ago by schmoan
107 Comments - Last post 13 minutes ago by darktribble
87 Comments - Last post 26 minutes ago by SilentGuy
2,768 Comments - Last post 26 minutes ago by Fluffster
104 Comments - Last post 31 minutes ago by MarvashMagalli
23 Comments - Last post 54 minutes ago by Deleted2137
1,257 Comments - Last post 1 hour ago by ProphetFinagle
I am in 149 groups and I want to leave half of them, but it takes forever.
So I am asking if there is any other way to faster it up?
Thanks for help:)
Comment has been collapsed.