[Japanese] Ehon Navi Focus Check Disabler

Disables the unfocus screen when unfocused from a book

// ==UserScript==
// @name           [Japanese] Ehon Navi Focus Check Disabler
// @description    Disables the unfocus screen when unfocused from a book
// @author         Kai Krause ([email protected])
// @match          http://*.ehonnavi.net/*
// @match          https://*.ehonnavi.net/*
// @version        0.3
// @grant          none
// @namespace https://gf.qytechs.cn/users/3656
// ==/UserScript==

function checkWindow() {
}

function embedFunction(s) {
document.body.appendChild(document.createElement('script'))
.innerHTML=s.toString().replace(/([\s\S]*?return;){2}([\s\S]*)}/,'$2');
}

embedFunction(checkWindow);

QingJ © 2025

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