Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1177

EMPTY THREAD

by Vassilios - 21 February, 2020 - 08:23 PM
This post is by a banned member (Vassilios) - Unhide
Vassilios  
Supreme
269
Posts
38
Threads
5 Years of service
#9
(22 February, 2020 - 08:13 AM)BarryTheSpeedster Wrote: Show More
We can use Mute Also. it will hide messages of muted user from SB ! both works in same way or this script works on username ?

This works on username, I was thinking of extending it for forum posts and multiple users though.
[Image: 1724cf64e5e5b1b73c593976bf4643a6.png]
This post is by a banned member (Barry) - Unhide
Barry  
Staff
17.548
Posts
8
Threads
Staff Team
5 Years of service
#10
(22 February, 2020 - 11:25 AM)Vassilios Wrote: Show More
(22 February, 2020 - 08:13 AM)BarryTheSpeedster Wrote: Show More
We can use Mute Also. it will hide messages of muted user from SB ! both works in same way or this script works on username ?

This works on username, I was thinking of extending it for forum posts and multiple users though.

yes its nice share dude ! it worked.. well for forum posts and threads it has to be implemented from dev side i think so !
 1st spot available
[Image: 9Oq6tka.gif]
PRIVATEALPS.NET - Offshore Cloud Services - Dedicated Servers - TOR Friendly - DMCA Ignored 

Instant Deploy

Telegram : @PrivateAlps

Paid Advts Above----> I don't own above linked services, contact respective ownesr of the services for queries and issues
This post is by a banned member (Teken) - Unhide
Teken  
Staff
6.070
Posts
6
Threads
Staff Team
6 Years of service
#11
(21 February, 2020 - 08:23 PM)Vassilios Wrote: Show More
Hello! Everyone knows how tiring it is to keep up with some people in this community. Here is an easy solution to filter them out! Create a new Tamper-monkey script and add my source code inside, then reload cracked and be gone mesvak!
 
Code:
// ==UserScript==
// @name         Mesvak Exterminator
// @namespace    -
// @version      1.0
// @description  Remove Mesvak from the chatbox.
// @author       Vassilios
// @match        https://cracked.to/
// ==/UserScript==

(function() {
    'use strict';

    var target = document.querySelector("#container-main");

    var observer = new MutationObserver(function(mutations) {
        mutations.forEach(function(mutation) {
            if (mutation.type === "childList") {
                var targetValues = [].slice.call(target.children);

                targetValues.forEach(function(element) {
                    var userElement = element.childNodes[1];

                    if (userElement.innerHTML.toLowerCase().includes("mesvak")) {
                        userElement.parentElement.remove();
                        console.log("Mesvak Exterminated.");
                    }
                });
            }
        });
    });

    var config = { attributes: true, childList: true, characterData: true }

    observer.observe(target, config);
})();

Finally! i was looking for this for so long.
[Image: exit.gif]
This post is by a banned member (Zombie) - Unhide
Zombie  
Retired Staff
1.315
Posts
18
Threads
6 Years of service
#12
@Vassilios this is -imo - the best leak so far on this forum! :am1nol:
ONLY DISCORD: zombie#7550 (ID: 785571908267671613)
ONLY TELEGRAM: @zombie_dev


I DONT DO MM. CONFIRM ALWAYS VIA PM ON CRACKED!
This post is by a banned member (Vassilios) - Unhide
Vassilios  
Supreme
269
Posts
38
Threads
5 Years of service
#13
(22 February, 2020 - 12:21 PM)BarryTheSpeedster Wrote: Show More
(22 February, 2020 - 11:25 AM)Vassilios Wrote: Show More
(22 February, 2020 - 08:13 AM)BarryTheSpeedster Wrote: Show More
We can use Mute Also. it will hide messages of muted user from SB ! both works in same way or this script works on username ?

This works on username, I was thinking of extending it for forum posts and multiple users though.

yes its nice share dude ! it worked.. well for forum posts and threads it has to be implemented from dev side i think so !

I will look into extending it for forum posts and threads.
[Image: 1724cf64e5e5b1b73c593976bf4643a6.png]
This post is by a banned member (iSentryMBA) - Unhide
This post is by a banned member (Vassilios) - Unhide
Vassilios  
Supreme
269
Posts
38
Threads
5 Years of service
#15
(22 February, 2020 - 11:10 PM)iSentryMBA Wrote: Show More
(21 February, 2020 - 08:23 PM)Vassilios Wrote: Show More
Hello! Everyone knows how tiring it is to keep up with some people in this community. Here is an easy solution to filter them out! Create a new Tamper-monkey script and add my source code inside, then reload cracked and be gone mesvak!
 
Code:
// ==UserScript==
// @name         Mesvak Exterminator
// @namespace    -
// @version      1.0
// @description  Remove Mesvak from the chatbox.
// @author       Vassilios
// @match        https://cracked.to/
// ==/UserScript==

(function() {
    'use strict';

    var target = document.querySelector("#container-main");

    var observer = new MutationObserver(function(mutations) {
        mutations.forEach(function(mutation) {
            if (mutation.type === "childList") {
                var targetValues = [].slice.call(target.children);

                targetValues.forEach(function(element) {
                    var userElement = element.childNodes[1];

                    if (userElement.innerHTML.toLowerCase().includes("mesvak")) {
                        userElement.parentElement.remove();
                        console.log("Mesvak Exterminated.");
                    }
                });
            }
        });
    });

    var config = { attributes: true, childList: true, characterData: true }

    observer.observe(target, config);
})();

Nicely done mate but he's an okay person why target him ? thinking
Anyway mon frere do you know what is the name of the SHoutbox is it like this CKEditor ?
What kind of shoutbox/chatbox they used im sure this is a coded js script but i cannot find it on the web. Hoping you'd have the answer.

I will probably make it an extension for multiple users. I have no clue what shoutbox they are using, I think it's custom.
[Image: 1724cf64e5e5b1b73c593976bf4643a6.png]
This post is by a banned member (Barry) - Unhide
Barry  
Staff
17.548
Posts
8
Threads
Staff Team
5 Years of service
#16
clown2 yeah will wait for your next releases
 1st spot available
[Image: 9Oq6tka.gif]
PRIVATEALPS.NET - Offshore Cloud Services - Dedicated Servers - TOR Friendly - DMCA Ignored 

Instant Deploy

Telegram : @PrivateAlps

Paid Advts Above----> I don't own above linked services, contact respective ownesr of the services for queries and issues

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!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)