Tips - Great free ways to read pdf files on your computer
Tips - Great free ways to read pdf files on your computer
Using firefox extensions
- https://addons.mozilla.org/en-US/firefox/addon/doqment/
using development tools
(note: i’ve only tried this option using firefox)
- Press F12
- Go to console
- Write : “Allow pasting”
- and then copy and paste the following javascript code
1
document.getElementById('viewerContainer').style.filter = 'invert(0.95)';
This post is licensed under CC BY 4.0 by the author.