Firefox
- Read your PDF files in dark mode
// run this script in the browser tab where PDF is opened
;(function () {
var el = typeof viewer !== "undefined" ? viewer : document.body
el.style.filter = "grayscale(1) invert(1) sepia(1) contrast(75%)"
})()
// source: https://stackoverflow.com/questions/61814564/how-can-i-enable-dark-mode-when-viewing-a-pdf-file-in-firefox- Some of the extensions I use with firefox