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.
192 Comments - Last post 18 minutes ago by Golwar
318 Comments - Last post 26 minutes ago by Gamy7
31 Comments - Last post 1 hour ago by EloyOn
27 Comments - Last post 1 hour ago by FateOfOne
366 Comments - Last post 1 hour ago by Aliaxi
26 Comments - Last post 2 hours ago by Chris76de
25 Comments - Last post 2 hours ago by SupportForFun
625 Comments - Last post 2 minutes ago by dorkknight
58 Comments - Last post 3 minutes ago by moonlightdriver
68 Comments - Last post 16 minutes ago by zevnda
600 Comments - Last post 38 minutes ago by ExcelElmira
276 Comments - Last post 56 minutes ago by SlappyBag
132 Comments - Last post 1 hour ago by reigifts
3 Comments - Last post 1 hour ago by mhetralla
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.