Sv443 7 месяцев назад
Родитель
Сommit
be68933d19
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dist/BetterYTM.user.js

+ 1 - 1
dist/BetterYTM.user.js

@@ -161,7 +161,7 @@ I welcome every contribution on GitHub!
     const modeRaw = "production";
     const branchRaw = "main";
     const hostRaw = "github";
-    const buildNumberRaw = "ec5f0c09";
+    const buildNumberRaw = "3b7852c0";
     /** The mode in which the script was built (production or development) */
     const mode = (modeRaw.match(/^#{{.+}}$/) ? "production" : modeRaw);
     /** The branch to use in various URLs that point to the GitHub repo */