Greasy Fork is available in English.
Translate any text selected into a tooltip
< 腳本youdaodict的回應
能不能做个非空判断?
当点击一个链接发生跳转的时候,document.getSelection().anchorNode就会是null,因为没有非空判断,脚本第40行就会出错。
document.getSelection().anchorNode
null
已更新
登入以回復
能不能做个非空判断?
当点击一个链接发生跳转的时候,
document.getSelection().anchorNode
就会是null
,因为没有非空判断,脚本第40行就会出错。