Youtube Better Player

Scroll wheel volume, "Are you there" popup bypass, Volume percent display, Infinite autoplay, Volume save

< Feedback on Youtube Better Player

Review: Good - script works

§
Posted: 2024-03-04

so good !
感謝您製作的腳本,使用非常方便
詢問這個功能是打開[自動播放下一個影片]嗎?Infinite autoplay

Thank you for the script you made, it is very convenient to use
Ask if this function is to turn on [Autoplay next video]? Infinite autoplay

jeanwllAuthor
§
Posted: 2024-03-09

Thank you!

Youtube would limit the autoplay after sometime if they suspect you are inactive, similarly to the "Are you there" popup.

The infinite autoplay features means that this limit will be ignored.

init($video) {
    ...

    $video.addEventListener('ended', forceNextVideo)

    ...
}

forceNextVideo() {
    if (this.autoNavEnabled && !document.hasFocus()) this.api.nextVideo()
}
§
Posted: 2024-03-09
Edited: 2024-03-09

感謝!
我一開始誤會是這個...
thank you!
I misunderstood this at first.

Scroll wheel volume
is good good good!!

§
Posted: 2024-03-20

求助!
由於YT新增了首頁的廣告影片,腳本會讓預設靜音的廣告,變成打開聲音
Help!
Since YT has added an advertising videos on the homepage, the script covers the preset mute advertisement and becomes an open sound.

§
Posted: 2024-03-20

@match
https://www.youtube.com/watch

剛剛才想到,暫時設定這樣就不會影響首頁了
I just discovered that setting it up like this will not affect the homepage.

§
Posted: 2024-04-12
Edited: 2024-04-12

不好意思,最近才發現,如果在背景頁,會自動觸發影片結束[自動播放](控制列已經關閉了)
有用新開視窗,即使重新整理網頁也一樣
如果是多螢幕,滑鼠焦點在其他螢幕,也會觸發影片結束[自動播放]
Sorry, I just discovered recently that if it is on the background page, it will automatically trigger the end of the video [auto-play] (the control bar has been turned off)
It is a new window, even if the web page is reorganized
If there are multiple screens, the video end [auto-play] will also be triggered when the mouse focus is on other screens.

§
Posted: 2024-04-12

影片結束後自動播放下一個影片
Automatically play the next video after the video ends
Even if I have stopped [auto play switch] automatically play the next video after the video ends

jeanwllAuthor
§
Posted: 2024-04-28

You are right, there has been a change on the autoplay state storage.
I just published an update that should fix your issue.
Thank you for the report, and sorry for the late reply!

§
Posted: 2024-04-28

我之前暫時把自動播放註解了。
//$('.ytp-autonav-toggle-button').addEventListener('click', onToggleAutoNav)
辛苦了,感謝更新
順利使用中!!
I temporarily annotated the autoplay before.
Good job, thanks for the update
In use smoothly!!

§
Posted: 2024-05-05

// @icon https://www.youtube.com/favicon.ico
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com

請問之後會考慮加入類似這樣的icon嗎
Will you consider adding an icon like this in the future?

§
Posted: 2024-05-05
Edited: 2024-05-05

另外就是More YouTube Hotkeys這個腳本,可以用快速鍵[`]執行click來開關左邊側欄
但是和Better Player衝突,無法開關(只有首頁)
[More YouTube Hotkeys]This script can use the hotkey [`] to execute click to open and close the left sidebar.
But it conflicts with Better Player and cannot be turned on or off.(Home page only)
More YouTube Hotkeys
https://greasyfork.org/zh-TW/scripts/383570-more-youtube-hotkeys

§
Posted: 2024-05-05
Edited: 2024-05-05

抱歉,我搞錯了,沒有衝突~ㄚㄚ~
真不好意思
Sorry, I made a mistake, there is no conflict~
AH~
I am sorry

Post reply

Sign in to post a reply.