np guys

. I'm enjoying making it.
note to modders:
If you want it to work with your mod you can:
(a) link me a copy of the mod file to upload. If you're familiar with svn I could give you permissions to upload your own mods.
(b) download it and serve it yourself. Its free & open source. Currently you'll need to use svn or contact me for a zip. It needs no particular software but it does need to be served from a webserver. It won't work from the file system on recent browsers as ajax calls from the file system are considered a security risk.
usage:
Once the mod file is alongside the html page its just a matter of referring to it in the url.
eg:
blahblahurl?mod=mymodfile.dm
it supports loading multiple mods:
eg:
blahblahurl?mod=mymodfile.dm&mod=anothermod.dm
no guarantee:
It might not work as intended. Please report issues in this thread.