mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
remove useless code
This commit is contained in:
parent
aa651e5690
commit
18e0911efc
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue