瀏覽代碼

auto acp scripted

dev
jfinn 5 年之前
父節點
當前提交
e6fbd6ebfd
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      modules/UI/shared_video/SharedVideo.js

+ 2
- 2
modules/UI/shared_video/SharedVideo.js 查看文件

285
         window.onPlayerReady = function(event) {
285
         window.onPlayerReady = function(event) {
286
             window.svm_win ? window.svm_win.svm({that:this,self,args:arguments,fn_name:"onPlayerReady"}) : 0
286
             window.svm_win ? window.svm_win.svm({that:this,self,args:arguments,fn_name:"onPlayerReady"}) : 0
287
             const player = event.target;
287
             const player = event.target;
288
-            window.glob_dbg.ytp_arr.push(player)
289
-            window.glob_dbg.opr_arr.push(player)
288
+            // window.glob_dbg.ytp_arr.push(player)
289
+            // window.glob_dbg.opr_arr.push(player)
290
             window.glob_dbg.ytp = player
290
             window.glob_dbg.ytp = player
291
             window.glob_dbg.ytp_pr = player
291
             window.glob_dbg.ytp_pr = player
292
             window.glob_dbg.slf = self
292
             window.glob_dbg.slf = self

Loading…
取消
儲存