浏览代码

chore: comment

Sv443 1 年之前
父节点
当前提交
ab476aa74f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/dev/ytForceShowVideoTime.js

+ 1 - 0
src/dev/ytForceShowVideoTime.js

@@ -1,6 +1,7 @@
 // caveats:
 // only works once for some reason (should be enough tho)
 
+// needed because otherwise YTM errors out - see https://github.com/Sv443/BetterYTM/issues/18#show_issue
 const view = unsafeWindow ?? window;
 
 const player = document.querySelector("#movie_player");