mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-05-24 12:43:55 +00:00
Update 10 files
- /assets/js/jquery.pjax.min.js - /assets/js/main.js - /assets/js/pjax.js - /_layouts/default.html - /_layouts/post.html - /_data/proxylist.yml - /_data/other_repo_list.csv - /Live2dHistoire/live2d/js/message.js - /index.html - /search.html
This commit is contained in:
parent
862bffac80
commit
c4ae25dcb1
10 changed files with 519 additions and 104 deletions
|
|
@ -39,7 +39,7 @@ $(function () {
|
|||
"-webkit-filter": "grayscale(100%)",
|
||||
"filter": "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"
|
||||
})
|
||||
$('body').html(function(_, oldHTML) {
|
||||
$('body').html(function (_, oldHTML) {
|
||||
return oldHTML.replace(/Mayx/g, 'Ghost');
|
||||
});
|
||||
console.warn("Mayx may already be Dead");
|
||||
|
|
@ -66,4 +66,10 @@ function getSearchJSON(callback) {
|
|||
} else {
|
||||
callback(searchData);
|
||||
}
|
||||
}
|
||||
if (typeof window.go === 'undefined') {
|
||||
window.go = function (url) {
|
||||
window.location.href = url;
|
||||
return;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue