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.
12 Comments - Last post 23 seconds ago by damianea103
1,727 Comments - Last post 1 minute ago by MeguminShiro
429 Comments - Last post 1 minute ago by Chris76de
390 Comments - Last post 6 minutes ago by Massulan
17,128 Comments - Last post 8 minutes ago by BHTrellis188
2 Comments - Last post 9 minutes ago by pivotalHarry
1,274 Comments - Last post 15 minutes ago by sensualshakti
10,811 Comments - Last post 3 minutes ago by Yobi5TailedFox
596 Comments - Last post 4 minutes ago by Prosac
74 Comments - Last post 11 minutes ago by LittleBibo1
37 Comments - Last post 28 minutes ago by Noodles91
306 Comments - Last post 32 minutes ago by Khazadson
602 Comments - Last post 33 minutes ago by Fluffster
4,196 Comments - Last post 38 minutes ago by Midnight12891
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.