Or just setup a local HTTP server for your folder?
If you have python:
python2 -m SimpleHTTPServer
or
python3 -m http.server
Or just setup a local HTTP server for your folder?
If you have python:
python2 -m SimpleHTTPServer
or
python3 -m http.server
TamperMonkey (Chrome) load userscript folder from filesystem?
I was looking into making a simple git folder for me to put all my userscripts in so I don't lose track of them and I can't seem to find a simple way to have TamperMonkey import scripts from my filesystem. Is a Greasy Fork webhook really the best choice I have here?