Skip to content

Instantly share code, notes, and snippets.

/* Script Injection For use with Weinre */
var httpProxy = require('http-proxy');
var url = require('url');
httpProxy.createServer(function(req, res, proxy) {
var isHtml = false,
write = res.write,
writeHead = res.writeHead,