Hugo Xu

Results 61 comments of Hugo Xu

Oh that's interesting... I'll look into it when I have time.

https://github.com/joeferner/node-http-mitm-proxy/blob/c2305aa485ee960e61dfd6ad948cdc6e8733a412/lib/proxy.js#L287 Looks like you need a custom handler to pipe the request over. I found an example here: https://newspaint.wordpress.com/2012/11/05/node-js-http-and-https-proxy/ If you don't want to log the amount of data passing...

@jasonswearingen If you have one specific proxy to always use, then I think you can configure Node to do that. If you want to dynamically determine whether or not the...

@gorhill Edge port is stuck (again), this time on 1.15.24. I think the problem is that nikrolls rewrote `vAPI` scripts, which means every time upstream changes those scripts, it's a...

@nikrolls Try this patch? https://github.com/NanoAdblocker/NanoCore2/blob/master/patches/10_0_user_css.patch

@gorhill I'm using the shim here: https://github.com/jspenguin2017/Edgyfy/blob/master/edgyfy.js No other changes should be needed beside the two patches mentioned above. The maintenance work is basically 0. It usually takes 2~3 minutes...

@gorhill Also keep in mind that some filters needs to be different in Edge, and neither uAssets nor the Subreddit are interested in handling them.

@gorhill You can run a VM, it's free, Windows 10 doesn't force you to buy a license.

@japborst Reload is working, just that it restores (un-maximizes) the window. Everything else is working as far as I tested, I published it 3 days ago and haven't received any...

@gorhill Do you have access to the store listing? Also make sure you have Windows SDK installed, otherwise ManifoldJS will send your code to a build server over HTTP. I...