Greasy Fork

senddanmu

none

目前为 2022-08-25 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.cloud/scripts/450137/1085285/senddanmu.js

function douyu(){
    var area = document.getElementsByClassName('ChatSend-txt')[0]
    var btn = document.getElementsByClassName('ChatSend-button ')[0]
    area.value = '12345646'
    btn.click()
}