We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
改编脚本地址 在六间房适配中发现https://v.6.cn/ btn = document.getElementsByClassName('send-btn js-chat-msg-btn')[0]; txt = document.getElementsByClassName("to-text")[0].getElementsByTagName("input")[0]; 在浏览器 控制台 可以运行,但进入脚本后无法适配,不知道为什么,希望多多指教,点击 出动 无反应
The text was updated successfully, but these errors were encountered:
No branches or pull requests
改编脚本地址
在六间房适配中发现https://v.6.cn/
btn = document.getElementsByClassName('send-btn js-chat-msg-btn')[0];
txt = document.getElementsByClassName("to-text")[0].getElementsByTagName("input")[0];
在浏览器 控制台 可以运行,但进入脚本后无法适配,不知道为什么,希望多多指教,点击 出动 无反应
The text was updated successfully, but these errors were encountered: