youtube HTML5 Auto Loop

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

As of 2018-09-28. See the latest version.

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.

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

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!)

Author
TNB
Ratings
0 0 0
Version
1.4
Created
2017-02-11
Updated
2018-09-28
Size
3.09 KB
License
N/A
Applies to

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

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

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

17/09/30 youtube新verに対応
18/09/29 トップページからでもループ出来るように修正
     動かなくなっていた機能を修正