B站直播间发送快捷弹幕
< 腳本快捷弹幕的回應
加载不出来可能是CDN连不上,网络原因或者有插件把CDN屏蔽了。(我的就是ublock把CDN屏蔽了)另外B站的按钮变多了,建议把var father = document.getElementsByClassName('bottom-actions p-relative')[0];的'bottom-actions p-relative'改成'bottom-actions p-relative'这样工具栏就在发送键左边。
登入以回復
加载不出来可能是CDN连不上,网络原因或者有插件把CDN屏蔽了。(我的就是ublock把CDN屏蔽了)
另外B站的按钮变多了,建议把
var father = document.getElementsByClassName('bottom-actions p-relative')[0];
的'bottom-actions p-relative'改成'bottom-actions p-relative'
这样工具栏就在发送键左边。