diff --git a/html/poketube.ejs b/html/poketube.ejs
index 0d8d93e9..7c8d965d 100644
--- a/html/poketube.ejs
+++ b/html/poketube.ejs
@@ -1475,7 +1475,7 @@ links.forEach(link => {
// Redirect to the link after a short delay to show the loading overlay
setTimeout(() => {
window.location.href = link.href;
- }, 500);
+ }, 005);
}
});
});