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.
269 Comments - Last post 12 minutes ago by ViToos
22 Comments - Last post 20 minutes ago by AureasAetas
131 Comments - Last post 29 minutes ago by Dunther
97 Comments - Last post 32 minutes ago by stlpaul
0 Comments - Created 40 minutes ago by Chris76de
247 Comments - Last post 42 minutes ago by rehsinuP
44 Comments - Last post 47 minutes ago by wigglenose
90 Comments - Last post 2 minutes ago by Rubenius
4 Comments - Last post 7 minutes ago by JMM72
298 Comments - Last post 8 minutes ago by Lugum
188 Comments - Last post 16 minutes ago by vaalita
11,041 Comments - Last post 29 minutes ago by lav29
127 Comments - Last post 32 minutes ago by Metalhead8489
775 Comments - Last post 52 minutes ago by Fitz10024
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.