BlackBone
4225 posts
|
If you have ever wondered how to see a list of all the users you have muted this tutorial is for you! Special thanks to Ventero for making this all possible :)
1) Load up a game and make sure you are connected to the Kongregate servers, indicated by a green chat plug.

2) Copy and paste this javascript into your search bar and hit your enter key. (Note, your browser must support Javascript)
javascript:s="";for (var p in holodeck._chat_window._mutings){s+=p+'\n'};alert(s)

3) A list of all the users you have muted will pop up in front of the game window. It should look something like this.

If you don’t have anyone muted you should get a pop-up that looks like this.

**Using this java script javascript:var t=0,d=0,f=0,m=holodeck._chat_window._mutings;function checkDone(a){if(++d==t)alert(f ? "Couldn't unmute some users, please refresh and try again" :"Unmuted all users");}for(var p in m){if(!m.hasOwnProperty(p))continue;t++;new Ajax.Request('/accounts/'+holodeck._username+'/muted_users/'+p+'?from_chat=true',{method:'delete',onSuccess:checkDone,onFailure:function(r){f++;checkDone();}});}alert(t ? "Sent all requests, this might take a while now..." :"Nobody muted!");
in the search bar will un-mute all of the users you have muted.
|
|
|
Live2Die
2893 posts
|
Very awesome, BB.
I get asked this question a lot.
|
|
|
uuu2
2103 posts
|
I got a pop-up that looked like this: 
I’ve had this from quite a while ago, but it is good to help users who don’t know so thanks for this.
|
|
|
BlackBone
4225 posts
|
Originally posted by Live2Die:
Very awesome, BB.
I get asked this question a lot.
Thanks :) I aim to please
Originally posted by uuu2:
I got a pop-up that looked like this: 
I’ve had this from quite a while ago, but it is good to help users who don’t know so thanks for this.
May I suggest trying this in a different browser? Maybe FireFox or Chrome?
|
|
|
Hunkadunkus
7747 posts
|
UUU2, that means you’ve not muted anyone. There’s nothing to display in the box.
|
|
|
uuu2
2103 posts
|
Originally posted by BlackBone:
Originally posted by Live2Die:
Very awesome, BB.
I get asked this question a lot.
Thanks :) I aim to please
Originally posted by uuu2:
I got a pop-up that looked like this: 
I’ve had this from quite a while ago, but it is good to help users who don’t know so thanks for this.
May I suggest trying this in a different browser? Maybe FireFox or Chrome?
Oh it’s not broken or anything I just haven’t muted anybody, I was just showing what it would look like if you didn’t have anybody muted.
|
|
|
BlackBone
4225 posts
|
Oh, that answers some of my questions. I’ll add that to the guide :) Thanks
|
|
|
SicMirx
2867 posts
|
Let’s not forget about this little guy. He actually unmutes all of the users, so fair warning there…
javascript:var t=0,d=0,f=0,m=holodeck._chat_window._mutings;function checkDone(a){if(++d==t)alert(f ? "Couldn't unmute some users, please refresh and try again" :"Unmuted all users");}for(var p in m){if(!m.hasOwnProperty(p))continue;t++;new Ajax.Request('/accounts/'+holodeck._username+'/muted_users/'+p+'?from_chat=true',{method:'delete',onSuccess:checkDone,onFailure:function(r){f++;checkDone();}});}alert(t ? "Sent all requests, this might take a while now..." :"Nobody muted!");
Same process with replacing the URL with chat up and running.
I take no credit for this. I’m just passing it along.
|
|
|
Hunkadunkus
7747 posts
|
Originally posted by SicMirx:
Let’s not forget about this little guy. He actually unmutes all of the users, so fair warning there…
javascript:var t=0,d=0,f=0,m=holodeck._chat_window._mutings;function checkDone(a){if(++d==t)alert(f ? "Couldn't unmute some users, please refresh and try again" :"Unmuted all users");}for(var p in m){if(!m.hasOwnProperty(p))continue;t++;new Ajax.Request('/accounts/'+holodeck._username+'/muted_users/'+p+'?from_chat=true',{method:'delete',onSuccess:checkDone,onFailure:function(r){f++;checkDone();}});}alert(t ? "Sent all requests, this might take a while now..." :"Nobody muted!");
Same process with replacing the URL with chat up and running.
I take no credit for this. I’m just passing it along.

I wonder if that came up because of the code, or that I originally had no one muted beforehand.
|
|
|
BlackBone
4225 posts
|
Originally posted by SicMirx:
Let’s not forget about this little guy. He actually unmutes all of the users, so fair warning there…
javascript:var t=0,d=0,f=0,m=holodeck._chat_window._mutings;function checkDone(a){if(++d==t)alert(f ? "Couldn't unmute some users, please refresh and try again" :"Unmuted all users");}for(var p in m){if(!m.hasOwnProperty(p))continue;t++;new Ajax.Request('/accounts/'+holodeck._username+'/muted_users/'+p+'?from_chat=true',{method:'delete',onSuccess:checkDone,onFailure:function(r){f++;checkDone();}});}alert(t ? "Sent all requests, this might take a while now..." :"Nobody muted!");
Same process with replacing the URL with chat up and running.
I take no credit for this. I’m just passing it along.
Thanks for the tip, I’ll add it to my guide.
EDIT: Grats on 2000 posts :)
|
|
|
SamsterSamster
11590 posts
|
Awesome guide.

|
|
|
Conquerer95
2881 posts
|
First time a muted list javascript worked for me!
Thank you sir.
|
|
|
CowFriend
13333 posts
|
Thanks, Sic! I didn’t know you could do that, that just made my life a bit easier (even though I only have two players muted).
By the way, nice guide, BB! :)
|
|
|
graveyard890
1395 posts
|
I did what you guys said and it didnt work. It instead took me to bing.com with a lot of options to click
|
|
|
Hunkadunkus
7747 posts
|
Originally posted by graveyard890:
I did what you guys said and it didnt work. It instead took me to bing.com with a lot of options to click
That’s probably because you weren’t connected to the chat.
In your chat tab, while the plug is green… Do it then.
|
|
|
SicMirx
2867 posts
|
Originally posted by CowFriend:
Thanks, Sic! I didn’t know you could do that, that just made my life a bit easier (even though I only have two players muted).
Sorry, totally forgot to include the whole “The credit isn’t mine, it’s Ventero’s.” part in my last post. Thank that hunk.
|
|
|
graveyard890
1395 posts
|
Originally posted by Hunkadunkus:
Originally posted by graveyard890:
I did what you guys said and it didnt work. It instead took me to bing.com with a lot of options to click
That’s probably because you weren’t connected to the chat.
In your chat tab, while the plug is green… Do it then.
I was connected to chat, and I did it with Internet Explorer, does it work from Internet Explorer or not?
|
|
|
Hunkadunkus
7747 posts
|
Originally posted by graveyard890:
Originally posted by Hunkadunkus:
Originally posted by graveyard890:
I did what you guys said and it didnt work. It instead took me to bing.com with a lot of options to click
That’s probably because you weren’t connected to the chat.
In your chat tab, while the plug is green… Do it then.
I was connected to chat, and I did it with Internet Explorer, does it work from Internet Explorer or not?
It should.
Are you doing it on a computer with restricted access? Such as public computers or guest accounts?
Perhaps there’s an issue with that.
|
|
|
graveyard890
1395 posts
|
Originally posted by Hunkadunkus:
Originally posted by graveyard890:
Originally posted by Hunkadunkus:
Originally posted by graveyard890:
I did what you guys said and it didnt work. It instead took me to bing.com with a lot of options to click
That’s probably because you weren’t connected to the chat.
In your chat tab, while the plug is green… Do it then.
I was connected to chat, and I did it with Internet Explorer, does it work from Internet Explorer or not?
It should.
Are you doing it on a computer with restricted access? Such as public computers or guest accounts?
Perhaps there’s an issue with that.
Im not sure
|
|
|
CowFriend
13333 posts
|
Sorry, totally forgot to include the whole “The credit isn’t mine, it’s Ventero’s.” part in my last post. Thank that hunk.
I wouldn’t have known out about that script if you didn’t post it, would I? A true gentleman is always thankful.
|
|
|
randomboy839
1986 posts
|
Big thank you for the post, BB.
|
|
|
JudeMaverick
8844 posts
|
Originally posted by graveyard890:
Originally posted by Hunkadunkus:
Originally posted by graveyard890:
Originally posted by Hunkadunkus:
Originally posted by graveyard890:
I did what you guys said and it didnt work. It instead took me to bing.com with a lot of options to click
That’s probably because you weren’t connected to the chat.
In your chat tab, while the plug is green… Do it then.
I was connected to chat, and I did it with Internet Explorer, does it work from Internet Explorer or not?
It should.
Are you doing it on a computer with restricted access? Such as public computers or guest accounts?
Perhaps there’s an issue with that.
Im not sure
The only possible reason why it won’t work (besides human/copying error) is that your browser does not support Javascript. I don’t think IE is that horrible.
|
|
|
qazzaq123
7590 posts
|
The only possible reason why it won’t work (besides human/copying error) is that your browser does not support Javascript. I don’t think IE is that horrible.
IE works fine i just used the script and it works.
|
|
|
Maik50
6160 posts
|
It actually works. 3 people muted now, 1 is a bot
|
|
|
King_Matt
4710 posts
|
|