bzoj娱乐插件:kirka

在bzoj站底,提供kirka小窗口服务

目前為 2021-10-19 提交的版本,檢視 最新版本

// ==UserScript==
// @name         bzoj娱乐插件:kirka
// @namespace    http://tampermonkey.net/
// @version      1.0.0
// @description  在bzoj站底,提供kirka小窗口服务
// @author       gy
// @match        *://bzoj.org/*
// @grant        none
// @run-at       document-end
// ==/UserScript==
 
(function() {
  setTimeout(function(){
  var status_html = "<iframe src=\"https://kirka.io\" width=\"800px\" height=\"300px\">";
  // function init() {
    var node = document.getElementsByClassName("footer");
    node[0].innerHTML = status_html;
    // document.querySelector('section.side > div:nth-child(2)').insertAdjacentElement('afterend', node);
  // }
  },1000);
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址