How can I enable dark mode when viewing a pdf file in firefox [closed]
Create a bookmarklet – a bookmark with the following in the location/address/URL field: javascript:(function(){var el = typeof viewer !== ‘undefined’ ? viewer : document.body; el.style.filter=”grayscale(1) invert(1) sepia(1) contrast(75%)”;})() Then, click on this bookmark after you open a PDF in Firefox.