September 11, 20169 yr 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, 20169 yr by Th3
September 11, 20169 yr 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
September 11, 20169 yr Author Which one of you edited the thread? show yourself Edited September 11, 20169 yr by Th3
Create an account or sign in to comment