Discuții » Dezvoltare

TamperMonkey (Chrome) load userscript folder from filesystem?

§
Postat în: 16-05-2017

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?

Deleted user 20822
§
Postat în: 16-05-2017
Editat în: 16-05-2017

Or just setup a local HTTP server for your folder?

If you have python:

python2 -m SimpleHTTPServer

or

python3 -m http.server

Postează un raspuns

Autentifică-te pentru a posta un răspuns.