added a dark reader javascript function to be used in firefox

This commit is contained in:
z3rOR0ne 2021-12-07 02:51:16 -08:00
parent aeb3fbc2b9
commit 68e29bf437

View file

@ -0,0 +1,4 @@
# To get dark reader on pdf in firefox, simply hit F12, and paste this into the console:
javascript:(function(){viewer.style = 'filter: grayscale(1) invert(1) sepia(1) contrast(75%)';})()