stoically

Results 233 comments of stoically

[Here's a gist](https://gist.github.com/stoically/2b8c1af9b4d7845f2ee73dfe37039e77) of what I've tried so far regarding injecting the generated ts segment using the `webrequest` API.

To debug it would be helpful to have information about the HLS m3u8 requests that Twitch makes. An easy way to provide these would be: * Go to the twitch...

@SaiyanOfDarkness The steps are for OP since he mentioned using Firefox. For Chromium the steps are: - Go to the twitch directory (no stream playing) - Open the Developer Tools:...

That's odd, sounds like a browser bug. Maybe upgrade your version (if outdated) or try Chrome?

FWIW, I've tried the following, but what happens is that the Ad starts playing and after 1-2 seconds it stops and only shows the buffering circle. ```js browser.webRequest.onBeforeRequest.addListener(details => {...

Glad you like it. > I think fixing the media sequence is still mandatory. Could you elaborate on how fixing the sequence should work? Currently what happens, as I see...

Something I stumbled over while reading https://blog.mozilla.org/en/mozilla/firefox-rolls-out-total-cookie-protection-by-default-to-all-users-worldwide/. It seems that TCP works based on the same maintained list as ETP, but using containers instead of "just" blocking cookies. So if...

Could this get reopened? It's still reproducible with latest mailcow. Workaround: Add the address used in the whitelist as direct alias.

Turning the fragment into an `enum` sounds generally like a workaround that could work. However, while giving an implementation a quick look, it turned out that this might get tricky...

Didn't have a chance to continue working on this and probably won't for some time still. There's an `unquoted-text` branch, in case you are interested to give it look. I...