Closed DerEingerostete closed 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
content.js
console.log()
pageUtils.ts
I am not sure if this is intentional or not, but I just wanted to point it out.
oops, thanks
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 debugconsole.log()
call was not removed inpageUtils.ts
https://github.com/ajayyy/SponsorBlock/blob/9f86aa6740eb71ff7202d6af6298fdab1a59e07d/src/utils/pageUtils.ts#L95I am not sure if this is intentional or not, but I just wanted to point it out.