Ignacio Nelson
Ignacio Nelson
Hi @tshives26 Sorry for the delay. The project is always active! If you check the code tab you'll see that I've been pushing code updates. But I can only work...
Thank you for your kind words! I'll try to add this features that you request. Some of them seem simple enough but useful for a general audience too. Dark mode...
WOW!! That looks AWESOME. I'm working on a few features for the next release, but the shortcut you provided will probably mean that I can include this one as well!
Still looking into implementing this!
By creating a custom HTML asset with this code you can have it working ASAP ` DarkReader.enable({ brightness: 100, contrast: 90, sepia: 10 }); ` These are the settings 
Seems like you are having an issue that prevents the page from rendering. You need to enable debug mode (by editing your personal includes/config.php file and changing define('DEBUG', false); to...
It could be anything from a missing php dependency, or a version conflict, etc. So enabling debug would be the best way to check it. If nothing comes up, then...
Seems like you are missing a php extension Check the selected answer here: https://stackoverflow.com/questions/45831079/call-to-undefined-function-mime-content-type "You need to install fileinfo extension in order to use mime_content_type. In debian based system you...
That seems like an error on my part, the key is part of the options and might not have been generated during install. It's just a matter of adding a...
Were you able to fix your instance?