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.
21 Comments - Last post 37 minutes ago by RavenWings
14 Comments - Last post 1 hour ago by maruten
17,419 Comments - Last post 2 hours ago by RiderOfPhoenix
58 Comments - Last post 2 hours ago by trex33361
2 Comments - Last post 3 hours ago by LoneStar89
44 Comments - Last post 5 hours ago by lostsoul67
25 Comments - Last post 7 hours ago by lostsoul67
2,099 Comments - Last post 4 minutes ago by patrickmaher
119 Comments - Last post 6 minutes ago by ayuinaba
171 Comments - Last post 21 minutes ago by FanosSlapVt
190 Comments - Last post 47 minutes ago by f300
16,475 Comments - Last post 1 hour ago by SquishedPotatoe
2,052 Comments - Last post 1 hour ago by MouseWithBeer
479 Comments - Last post 2 hours ago by steveywonder75
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.