From 18e0911efc3a5bc77615d15fbfee5636961ccf80 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 22 Oct 2023 11:01:50 +0000 Subject: [PATCH] remove useless code --- css/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.js b/css/app.js index 810d1df7..85e0040f 100644 --- a/css/app.js +++ b/css/app.js @@ -175,6 +175,7 @@ function fetchUrls(urls) { }); } +/* // Fetch channel URLs const channelUrls = document.querySelectorAll('a[href*="/channel?id="]'); fetchUrls(channelUrls); @@ -186,7 +187,7 @@ fetchUrls(downloadUrls); // fetch videos urls const urls = document.querySelectorAll('a[href*="/watch?v="]'); fetchUrls(urls); - +*/ var popupMenu = document.getElementById("popupMenu"); var loopOption = document.getElementById("loopOption"); var speedOption = document.getElementById("speedOption");