diff --git a/content.js b/content.js index 7b5f32dd..2b51f7f9 100644 --- a/content.js +++ b/content.js @@ -168,6 +168,9 @@ function sponsorCheck(sponsorTimes) { // Video skipping openSkipNotice(); setTimeout(() => closeSkipNotice(currentUUID), 7000); + + //send telemetry that a this sponsor was skipped happened + sendRequestToServer("GET", "/api/viewedVideoSponsorTime?UUID=" + currentUUID); } lastTime = v.currentTime;