youtube HTML5 Auto Loop

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

Fra og med 30.09.2017. Se den nyeste 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!)

Skaber
TNB
Bedømmelser
0 0 0
Version
1.2
Oprettet
11.02.2017
Opdateret
30.09.2017
Size
3,32 kB
Licens
N/A
Gælder for

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

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

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

17/09/30 youtube新verに対応