Injecting the content script earlier means it is added before any DOM or events fire, which greatly decreases false negatives, where a channel is not detected due to the yt-navigate-finish event firing before the content script can attach an event listener.
Closes #308
Injecting the content script earlier means it is added before any DOM or events fire, which greatly decreases false negatives, where a channel is not detected due to the
yt-navigate-finish
event firing before the content script can attach an event listener.