From 2ba348ac9822bc84d42fb3f5f93579bf3d817cfd Mon Sep 17 00:00:00 2001 From: yash Date: Tue, 21 Jul 2026 13:24:16 +0300 Subject: [PATCH] one more video --- content.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content.js b/content.js index d1ac6f7..f4f970c 100644 --- a/content.js +++ b/content.js @@ -1,14 +1,13 @@ const VIDEOS = [ "https://cdn.computernetthings.ru/nikit0s.mp4", "https://cdn.computernetthings.ru/nikit0s2.mp4", - // "https://cdn.computernetthings.ru/video2.mp4", + "https://cdn.computernetthings.ru/nikit0s3.mp4", ]; const PHOTOS = [ "https://cdn.computernetthings.ru/ph1.jpg", "https://cdn.computernetthings.ru/ph2.jpg", "https://cdn.computernetthings.ru/ph3.jpg", - // "https://cdn.computernetthings.ru/photo2.jpg", ]; const CANVAS_SELECTOR = ".VibeWidgetAnimation_root__7fpeP > canvas:nth-child(1)";