Обновить LE: Delete NoPopular Video.js
This commit is contained in:
parent
22a95820d3
commit
717c0bc23d
@ -12,6 +12,7 @@
|
||||
|
||||
(function() {
|
||||
|
||||
setTimeout(() => {
|
||||
document.querySelectorAll(`span.inline-metadata-item.style-scope.ytd-video-meta-block`).forEach(span => {
|
||||
const text = span.textContent.trim();
|
||||
// Проверяем, соответствует ли текст нужному шаблону
|
||||
@ -27,5 +28,6 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
}, 5000); // Задержка в миллисекундах (5000 = 5 секунд)
|
||||
|
||||
})();
|
||||
Loading…
Reference in New Issue
Block a user