bcaso opened this issue 10 months ago · 0 comments
打开知乎专栏时光标会自动聚焦在评论区的输入框,当我用空格翻页或使用 vimium 插件按 hjkl 翻动页面时,空格或字符都会在评论区,我都会手动点击一下页面来取消光标聚焦到评论输入框。
希望能添加这个功能到脚本中。
取消光标自动聚焦到输入框:
// https://stackoverflow.com/a/4276900 document.activeElement.blur();