Code Monkey home page Code Monkey logo

Comments (18)

zoosewu avatar zoosewu commented on July 24, 2024 1

好 我研究一下問題在哪邊

from pttchatonyoutube.

aqer avatar aqer commented on July 24, 2024

這幾天我也遇到了,只要登入帳號P就不見,登出後才會出現,目前只能登出看QQ
p.s.我有youtube premium 不知道有沒有關係

from pttchatonyoutube.

TingYeeet avatar TingYeeet commented on July 24, 2024

今天同樣遇到P按鈕消失的問題,有試過把插件、暴力猴重新安裝,也有改成油猴看看,但都沒有用
另外在登出重整後也不會顯示,11/30時仍能正常使用

from pttchatonyoutube.

zoosewu avatar zoosewu commented on July 24, 2024

請問你們都有買premium嗎?

from pttchatonyoutube.

TingYeeet avatar TingYeeet commented on July 24, 2024

我沒有買,但有用FadBlock,不知道這個會不會影響

from pttchatonyoutube.

zoosewu avatar zoosewu commented on July 24, 2024

更新新版了 你們下載之後再將結果回報給我 感謝。

from pttchatonyoutube.

TingYeeet avatar TingYeeet commented on July 24, 2024

有顯示P按鈕,可以登入和搜尋討論串了
但載入完成後聊天室會卡在最上面(約18:00的時間點),然後停止載入新推文
往下滑之後按自動滾動的話一樣會跳回最上面

from pttchatonyoutube.

GaruPeng avatar GaruPeng commented on July 24, 2024

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

from pttchatonyoutube.

GaruPeng avatar GaruPeng commented on July 24, 2024

請問是否是這邊的內容沒正確抓到?

bug

from pttchatonyoutube.

zoosewu avatar zoosewu commented on July 24, 2024

好 我看看

from pttchatonyoutube.

zoosewu avatar zoosewu commented on July 24, 2024

更新了,在試一次看看。

from pttchatonyoutube.

HoshiyominoUC avatar HoshiyominoUC commented on July 24, 2024

有買premium,更新之後Youtube影片回放無法跟聊天室同步
log的影片時間變成當日12:00+影片撥放時間,如圖
image
測試影片為https://www.youtube.com/watch?v=u8GWaojrJhA

from pttchatonyoutube.

Gocv66341 avatar Gocv66341 commented on July 24, 2024

請問更新3.1.1版本後,在YT上面使用時的寬度有點大
有辦法去代碼裡面自己改寬度嗎?

from pttchatonyoutube.

zoosewu avatar zoosewu commented on July 24, 2024

請問更新3.1.1版本後,在YT上面使用時的寬度有點大 有辦法去代碼裡面自己改寬度嗎?

請另開一個issue,感謝。

from pttchatonyoutube.

zoosewu avatar zoosewu commented on July 24, 2024

有買premium,更新之後Youtube影片回放無法跟聊天室同步 log的影片時間變成當日12:00+影片撥放時間,如圖

了解,我再看看實況記錄檔問題在哪。

from pttchatonyoutube.

GaruPeng avatar GaruPeng commented on July 24, 2024

非常感謝您的付出,此套件真的非常好用

如果實況記錄檔問題聊天室同步還沒解決,可參考一下方式:
將此行
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版有用

from pttchatonyoutube.

zoosewu avatar zoosewu commented on July 24, 2024

改好了,
你再試試看新版有沒有效。

from pttchatonyoutube.

GaruPeng avatar GaruPeng commented on July 24, 2024

新版3.1.4有效,謝謝

from pttchatonyoutube.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.