younesaassila / ttv-lol-pro

TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect.
GNU General Public License v3.0
1.44k stars 29 forks source link

Added support for SOCKS proxies #317

Closed Newcool1230 closed 5 months ago

Newcool1230 commented 5 months ago

Added support for SOCKS4 and SOCKS5 proxies

younesaassila commented 5 months ago

Thanks again for your contribution! I feel like this is a bit too hacky -- the current extension really isn't meant to support different proxy types since proxies are stored as strings. If there is strong demand for it in the future, we could refactor the storage aspect by storing proxies as objects like { url: string, type: ProxyType }