This hasn't been supported for a while for (good) security reasons, but it's easy enough to host a single directory. Here's a nice list of one-line web servers: https://gist.github.com/willurd/5720255
So, for example, if you happen to have python 3 installed then you can run "python -m http.server 8000" in the directory where your script is, then browse to http://127.0.0.1:8000 and when you click the script it will install properly. Cheers! On Thursday, October 31, 2019 at 11:00:13 PM UTC-4, Paul Gee wrote: > > Thanks. > > No file://access for now, and maybe forever. > > That is unfortunate. > > I might make a PHP script where I upload a file and then offer it from the > server. > -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/greasemonkey-users/75202a4e-27b9-4ee0-ad9b-9c7bbe11f0b0%40googlegroups.com.
