KANJAX on all Websites v2

Adds scripts to find Kanji on website page and makes them interactive with Kanji Koohi data + kanji strokes.

// ==UserScript==
// @name         KANJAX on all Websites v2
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Adds scripts to find Kanji on website page and makes them interactive with Kanji Koohi data + kanji strokes.
// @author       superpawko
// @match        *://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    var scriptElementBpop = document.createElement( "script" );
    scriptElementBpop.type = "text/javascript";
    scriptElementBpop.src = "http://127.0.0.1:8887/_jquery.bpopup.min.js";
    document.body.appendChild( scriptElementBpop );


    var scriptElement = document.createElement( "script" );
    scriptElement.type = "text/javascript";
    scriptElement.src = "http://127.0.0.1:8887/_kanjax_with_koohii.js";
    document.body.appendChild( scriptElement );
})();

QingJ © 2025

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