ajayyy / SponsorBlock

Skip YouTube video sponsors (browser extension)
https://sponsor.ajay.app
GNU General Public License v3.0
10.37k stars 327 forks source link

When loading a video, a lot of empty arrays are printed to the console #2111

Closed DerEingerostete closed 2 months ago

DerEingerostete commented 2 months ago

When loading a new video, the compiled content.js script prints a lot of empty arrays until the page finished loading. It seems like a debug console.log() call was not removed in pageUtils.ts https://github.com/ajayyy/SponsorBlock/blob/9f86aa6740eb71ff7202d6af6298fdab1a59e07d/src/utils/pageUtils.ts#L95

I am not sure if this is intentional or not, but I just wanted to point it out.

ajayyy commented 2 months ago

oops, thanks