Dotjs — hack the web
51–60 of 66 posts
Re: Dotjs — hack the web
#52Re: Dotjs — hack the web
#53Earlier quoted context omitted.
Chrome extensions can't access the local filesystem so we have to start a tiny webserver in the background. If someone knows a way around this limitation, or a simpler webserver to require / embed, I would be thrilled. But so far this is the best I've found.
ahahahahah what? Dude, do you work for Microsoft? "Well see, we just have to run MS-SQL server (DESKTOP OMG EXPRESS ENGINE) here, and then we run IIS on top of it to serve this file listing..."
Re: Dotjs — hack the web
#54Earlier quoted context omitted.
But Ruby is the language the developer uses when doing something basic like this?
Python usually, as far as I can tell. Either language is fine, I just think these things should be done in something that comes pre-installed on more systems.
Re: Dotjs — hack the web
#55Re: Dotjs — hack the web
#56Sorry, how is this different to greasemonkey?
Re: Dotjs — hack the web
#57I think it might be because I use VirtualHostX - http://clickontyler.com/virtualhostx/ - which alters my hosts file. I had to create a host - http://dotjs/ - pointing to my ~/.js/ folder - then edit the Extension JS to point the Ajax to http://dotjs/ instead of http://localhost:3131. A bit of pain but it might just be who this affects.
Re: Dotjs — hack the web
#58just change your file extension from .js to .coffee
https://github.com/eightbitraptor/dotjs/commit/20c97774eb29f...
Re: Dotjs — hack the web
#59[1] https://chrome.google.com/webstore/detail/kmgmkbicahmbceidoi...