instance01 / Twitch-HLS-AdBlock

Block advertisements that are inserted in Twitch streams directly.
MIT License
261 stars 24 forks source link

fix undefined & regex no-match errors #14

Closed azala closed 5 years ago

azala commented 5 years ago

Cleans up the console and seems to stall less often.

instance01 commented 5 years ago

Thanks for the PR, good catch. I think the textStr === undefined check isn't needed, other than that seems good to me.