mirror of https://gitlab.com/mayx/mayx.gitlab.io
Update file main.js
parent
824f34f25f
commit
6de5898f85
|
@ -39,7 +39,9 @@ $(function () {
|
||||||
"-webkit-filter": "grayscale(100%)",
|
"-webkit-filter": "grayscale(100%)",
|
||||||
"filter": "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"
|
"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");
|
console.warn("Mayx may already be Dead");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue