Fra*_*urt 16 windows pdf google-chrome color-theme
如何在暗模式/反色下使用 Google Chrome 预览 PDF?
默认情况下它是白色的:
Was*_*sif 28
将此 JavaScript 代码粘贴到您的控制台中:
var cover = document.createElement("div");
let css = `
position: fixed;
pointer-events: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: white;
mix-blend-mode: difference;
z-index: 1;
`
cover.setAttribute("style", css);
document.body.appendChild(cover);
Run Code Online (Sandbox Code Playgroud)
特别鸣谢:https : //www.reddit.com/r/chrome/comments/e3txhi/comment/fem1cto
您可以使用Dark Reader Google Chrome 扩展程序并使用该Filter+模式。它适用于在线 PDF 文件,但不适用于本地 PDF 文件。
| 归档时间: |
|
| 查看次数: |
18576 次 |
| 最近记录: |