Update file main.js

master
mayx 2025-05-11 17:25:57 +00:00
parent 824f34f25f
commit 6de5898f85
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ $(function () {
"-webkit-filter": "grayscale(100%)",
"filter": "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"
})
$("html")[0].innerHTML = $("html")[0].innerHTML.replace(/Mayx/g, "Ghost");
$('body').html(function(_, oldHTML) {
return oldHTML.replace(/Mayx/g, 'Ghost');
});
console.warn("Mayx may already be Dead");
}
});