Jump to content

Stealth Th3 Blocker


Recommended Posts

Posted (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);

5gR6lRR.png

Edited by Th3
  • Like 6
Posted

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);

5gR6lRR.png

 

this should be a premium script

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...