fix(detection+reliability): better at recognizing oddly sourced videos, better at not losing track of its speed, better at hiding properly, redid keyboard shortcut mechanism for more stability, added a version number to the settings and menu, hopefully fixed bugs surrounding skipping/pausing resetting the speed

This commit is contained in:
2026-03-21 11:25:56 -04:00
parent ef86a70ca5
commit f5692e659c
10 changed files with 1325 additions and 739 deletions
+10 -1
View File
@@ -20,6 +20,11 @@ h1 {
font-size: 1.5em;
margin: 21px 0 13px;
}
.version {
margin: 0 0 12px;
color: #6b6b6b;
font-size: 0.95em;
}
h3 {
font-size: 1.2em;
margin-bottom: 0.8em;
@@ -123,6 +128,10 @@ select {
color: #ffffff;
}
.version {
color: #a8a8a8;
}
header {
border-bottom: 1px solid #333;
background: linear-gradient(#1a1a1a, #1a1a1a 40%, rgba(26, 26, 26, 0.92));
@@ -183,4 +192,4 @@ select {
hr {
border-color: #333;
}
}
}