aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--content.js3
1 files changed, 3 insertions, 0 deletions
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;