MediaWiki:Timeless.js

来自东方活动维基
稀神灵梦留言 | 贡献2024年5月26日 (日) 23:00的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 将为Timeless皮肤的用户加载此处的所有JavaScript  */

/* ART  */
var kawaiiconsole = String("\n✦ KIRAKIRA DOUGA - Coming Soon! ✦\n _____   ______  _____   ___  __  ______  ____        __      __  ______   __  __   ______     \n/\\  __ \\/\\__  _\\/\\  __ \\ \\  \\_\\ \\/\\  _  \\/\\  _ \\     /\\ \\  __/\\ \\/\\__  _\\ /\\ \\/\\ \\ /\\__  _\\    \n\\ \\ \\/\\ \\/_/\\ \\/\\ \\ \\/\\ \\/\\      \\ \\ \\/\\ \\ \\ \\/\\ \\   \\ \\ \\/\\ \\ \\ \\/_/\\ \\/ \\ \\ \\/ / \\/_/\\ \\/    \n \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\__\\ \\ \\  __ \\ \\ \\ \\ \\   \\ \\ \\ \\ \\ \\ \\ \\ \\ \\  \\ \\   <    \\ \\ \\    \n  \\ \\ \\_\\ \\ \\ \\ \\ \\ \\ \\_\\ \\ \\ \\_/\\ \\ \\ \\/\\ \\ \\ \\_\\ \\   \\ \\ \\_\\ \\_\\ \\ \\_\\ \\__\\ \\ \\\\ \\   \\_\\ \\__ \n   \\ \\_____\\ \\ \\_\\ \\ \\_____\\ \\_\\\\ \\_\\ \\_\\ \\_\\ \\____/    \\ \\____/___/ /\\_____\\\\ \\_\\ \\_\\ /\\_____\\\n    \\/_____/  \\/_/  \\/_____/\\/_/ \\/_/\\/_/\\/_/\\/___/      \\/___//__/  \\/_____/ \\/_/\\/_/ \\/_____/\n\n       ✧ Otomad Wiki ✧\n        - Designed by Aira in Shanghai # KAWAII FOREVER #\n         - Kawaii Timeless ♥\n")
kawaiiconsole = String("");
console.log('%c%s', 'color: #f06e8e', kawaiiconsole);

/* 卸载时在Console输出bye  */
window.addEventListener('beforeunload', function() {
  console.log('%c%s', 'color: #f06e8e', 'Bye~');
})