cryptogun
Results
12
comments of
cryptogun
Thanks for the reply. Rust is hard so I'm back to Django for faster development. 😆
找到原因了,并不是由于manifest v2被放弃支持导致的无法使用。而是在新版本的Chrome,pdf内容被放到#shadow-root (Shadow DOM)里面了。导致无法通过js代码判断本页面是不是内置pdf浏览器从而进行跳转。 GPT: A closed shadow root means that the internals of this shadow DOM are hidden from the outside JavaScript code.