Travis Juntara

Results 30 comments of Travis Juntara

Hi, From what I can see when I try accessing bh.rako.space, there's a 301 forcing it to https, and then there's a 502 Bad Gateway error. I'd double check your...

Twitter images seem to get proxied from the nitter servers so that they avoid hotlinking to twitter servers. Firefox bandwidth hero is set to scout the request and determines it's...

Hi, can you confirm if you're using the Chrome or Firefox extension? It really sounds like you're using the firefox extension. For chrome, I don't think the current code should...

If you have your own signed build of the firefox extension, you'd change in https://github.com/ayastreb/bandwidth-hero/blob/aa8536eb525a16b7c52bc9a5ab1bbc574fc96b46/src/background.js#L132 to `return { redirectUrl }` and delete everything after that line up to line 151

optimally the UI for the firefox version would just have a checkbox to toggle that functionality on and off. I can add that to my existing pull request https://github.com/ayastreb/bandwidth-hero/pull/26, but...

if it made it to redirect.js, then I think that means that you're running into the same issue I ran into on google cloud functions. You can try my proxy...

I have a pull request in bandwidth-hero-proxy for handling and compressing audio and video in and tags and it works fairly well. However a lot of sites use .m3u for...

I could maybe try fixing this on the proxy server by setting the content-disposition 'filename' header, but then even if it works you'd be downloading a potentially very lossy .webp...

Best way to use it on your smartphone is to use it with Firefox for Android, which supports webextension add-ons. That's how I do it. For vpn compression you'd have...

Okay, this turned out to be a bigger change than I was anticipating. Imageset counts as active-mixed-content in firefox, so I'm only enabling that listener if using bandwidth hero with...