(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!
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];
(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!
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];
Nicely done mate but he's an okay person why target him ?
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.
(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!
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];
Nicely done mate but he's an okay person why target him ?
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.