mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-19 18:42:02 +00:00
Update file main.js
This commit is contained in:
parent
824f34f25f
commit
6de5898f85
@ -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");
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user