1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:14:39 -05:00

remove useless code

This commit is contained in:
Ashley 2023-10-22 11:01:50 +00:00
parent aa651e5690
commit 18e0911efc

View file

@ -175,6 +175,7 @@ function fetchUrls(urls) {
}); });
} }
/*
// Fetch channel URLs // Fetch channel URLs
const channelUrls = document.querySelectorAll('a[href*="/channel?id="]'); const channelUrls = document.querySelectorAll('a[href*="/channel?id="]');
fetchUrls(channelUrls); fetchUrls(channelUrls);
@ -186,7 +187,7 @@ fetchUrls(downloadUrls);
// fetch videos urls // fetch videos urls
const urls = document.querySelectorAll('a[href*="/watch?v="]'); const urls = document.querySelectorAll('a[href*="/watch?v="]');
fetchUrls(urls); fetchUrls(urls);
*/
var popupMenu = document.getElementById("popupMenu"); var popupMenu = document.getElementById("popupMenu");
var loopOption = document.getElementById("loopOption"); var loopOption = document.getElementById("loopOption");
var speedOption = document.getElementById("speedOption"); var speedOption = document.getElementById("speedOption");