[DEPRECATED] Twitch Adblock

[DEPRECATED] Please use https://github.com/odensc/ttv-ublock instead

< Σχολιασμός για τον κώδικα [DEPRECATED] Twitch Adblock

Αναφορά: Καλός - ο κώδικας λειτουργεί

MSB
§
Δημοσιεύτηκε: 21/11/2020
Επεξεργάστηκε: 21/11/2020

Works, but it gets rid of FFZ's audio compressor and starts streams off at 480p. Hopefully that's fixable! (Chrome) Thanks!

§
Δημοσιεύτηκε: 21/11/2020
Επεξεργάστηκε: 21/11/2020

A FFZ-style audio compressor is in the works (https://github.com/odensc/ttv-ublock/issues/11#issuecomment-731607813)

For starting off streams at source quality, a quick hack is to replace

var quality = window.localStorage.getItem("embedQuality") || "chunked";

with

var quality = "chunked"; \\Chunked forces the player to source quality

This will mean you lose the "remember quality" feature that r3nderer added

MSB
§
Δημοσιεύτηκε: 21/11/2020

Awesome. Thanks rmanky. Appreciate it!

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.