mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-09-10 04:15:23 +02:00
Update 2 files
- /assets/js/main.js - /_layouts/post.html
This commit is contained in:
@@ -35,7 +35,10 @@ $(function () {
|
||||
}
|
||||
|
||||
if (Math.floor((new Date().getTime() - lastUpdated.getTime()) / (24 * 60 * 60 * 1000)) > 90) {
|
||||
$("html")[0].style = "-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);";
|
||||
$("html").css({
|
||||
"-webkit-filter": "grayscale(100%)",
|
||||
"filter": "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"
|
||||
})
|
||||
$("html")[0].innerHTML = $("html")[0].innerHTML.replace(/Mayx/g, "Ghost");
|
||||
console.warn("Mayx may already be Dead");
|
||||
}
|
||||
|
Reference in New Issue
Block a user