luciopaiva / witchcraft

Inject Javascript and CSS right from your file system. Think GreaseMonkey for more advanced users.
https://luciopaiva.com/witchcraft
MIT License
254 stars 18 forks source link

add locally stored custom css/js #47

Open MaxBr5 opened 2 years ago

MaxBr5 commented 2 years ago
Due to the unpredictability of
gists, I would like locally
stored CSS and JS as an option
and I'm not asking for much.
gillyspy commented 2 years ago

Due to the unpredictability of gists, I would like locally stored CSS and JS as an option and I'm not asking for much.

this is how it already works. You just need to serve those locally stored files through a webserver and the docs provide how to do that. Note that i'm using https://github.com/terreng/simple-web-server which i think is better than the one in the docs.