zotero-pdf-background
zotero-pdf-background copied to clipboard
开启护眼之后翻译插件的按键就没有了
就是这个样子,开启护眼之后翻译的按键就没有了

我这里正常的,你的问题无法复现

我也遇到了同样的问题。而且原本应该存在的选项也消失了

I think you can fix this by adding
.cursor-text-selecting .textLayer {
display: block !important;
}
Might break something else tho