Th3 Posted September 11, 2016 Posted September 11, 2016 (edited) This is a simple and elegant script made by @Token and myself. It removes messages posted by @Acerd from the chatbox. To activate simply open browser console (f12) when you enter chat box and copy/paste the following in there. setInterval(function(){ jQuery(".chat-message span:contains('Acerd')").each(function( key, value ) { jQuery(value).parent().parent().hide();});}, 1000); Edited September 12, 2016 by Th3 6
Team Cape Posted September 11, 2016 Posted September 11, 2016 This is a simple and elegant script made by @Token and myself. It removes messages posted by @Acerd from the chatbox. To activate simply open browser console (f12) when you enter chat box and copy/paste the following in there. setInterval(function(){ jQuery(".chat-message span:contains('Acerd')").each(function( key, value ) { jQuery(value).parent().parent().hide(); }); }, 1000); this should be a premium script
Antonio Kala Posted September 11, 2016 Posted September 11, 2016 (edited) got the meme Edited September 11, 2016 by Antonio Kala
Administrator Maldesto Posted September 11, 2016 Administrator Posted September 11, 2016 Why he is a nice guy. 1
Th3 Posted September 11, 2016 Author Posted September 11, 2016 (edited) Which one of you edited the thread? show yourself Edited September 11, 2016 by Th3