youtube HTML5 Auto Loop

youtubeHTML5プレイヤー再生時に自動ループする

Від 30.09.2017. Дивіться остання версія.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
TNB
Рейтинги
0 0 0
Версія
1.2
Створено
11.02.2017
Оновлено
30.09.2017
Size
3,3 кБ
Ліцензія
Н/Д
Відноситься до

youtubeHTML5プレイヤー再生時に自動ループします。

スクリプト内の設定。trueするとその状況下ではループしません。

var loop_off = {
when_enable_next_video_autoplay: false, //次の動画自動再生オンの時。trueにすると自動再生ボタンでループの切り替えが可能になります。
when_playlist: false,  //プレイリスト再生時
with_embedded_video: false  //埋め込み動画再生時
};

17/09/30 youtube新verに対応