DM5

节省体力

当前为 2019-12-08 提交的版本,查看 最新版本

// ==UserScript==
// @name         DM5
// @namespace    http://tampermonkey.net/
// @version      0.1.1
// @description  节省体力
// @author       shiki
// @match         *://*.dm5.com/*
// @grant        none
// ==/UserScript==

document.addEventListener('keydown',(e)=>{
    if(e.keyCode===13 && ShowNext){
        ShowNext()
    }
})

QingJ © 2025

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