GaruP

Results 4 comments of GaruP

使用新版3.1.0,youtube的P按鈕回來了,但推文不會捲動。 發現log欄的"影片當下時間"不正確,應該是document.getElementById('scriptTag').innerHTML失效,所以沒有正確startDate

請問是否是這邊的內容沒正確抓到? ![bug](https://github.com/zoosewu/PTTChatOnYoutube/assets/35939974/326dbaa0-76cf-4fd3-a8b7-aa59365fc3c2)

非常感謝您的付出,此套件真的非常好用 如果實況記錄檔問題聊天室同步還沒解決,可參考一下方式: 將此行 const videoInfo = JSON.parse($('player-microformat-renderer')[0].children[0].innerHTML); 改成 const videoinfo = JSON.parse(document.querySelector("#microformat > player-microformat-renderer > script").innerHTML) //此作法經測試在3.0.8版有用