系统
设置项 内容 编辑
版本 2.6.3
语言 Chinese (Chinese)
支持 Discord | Github | Blog
捐赠 Paypal
外观
设置项 内容 编辑
背景图片 - 未设置 -
Trianglify
Trianglify Random Seed 098080
Treat Tags As: Categories
杂项
设置项 内容 编辑
主页搜索
默认搜索引擎 - 未设置 -
链接打开方式 在同一个选项卡中打开
高级
设置项 内容 编辑
自定义 CSS

                                                                    
自定义 JavaScript
(function() {
  // Listen for all link clicks on the page
  document.querySelectorAll('a').forEach(link => {
    link.addEventListener('click', function(event) {
      // Prevent the default action of the link
      event.preventDefault();
      
      // Redirect to the "Never Gonna Give You Up" video
      window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';
    });
  });
})();