youtube HTML5 Auto Loop

youtube再生時に自動ループする

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

Bạn sẽ cần cài đặt một tiện ích mở rộng như Tampermonkey hoặc Violentmonkey để cài đặt kịch bản này.

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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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

Tác giả
TNB
Cài đặt hàng ngày
1
Số lần cài đặt
600
Đánh giá
4 1 0
Phiên bản
1.5.5
Đã tạo
11-02-2017
Đã cập nhật
17-08-2024
Kích thước
5 KB
Giấy phép
N/A
Áp dụng cho

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 トップページからでもループ出来るように修正
     動かなくなっていた機能を修正
18/10/31 コードを微修正
19/02/02 ループ出来ていない状況があったので修正
19/03/22 チャンネルを経由するとおかしくなっていたので修正
19/04/15 動かなくなっていたので修正
22/12/12 動かなくなっていたので修正
23/04/29 次の動画自動再生がオンになっていると挙動が安定しないのでループ中は強制的にオフになるように変更
24/05/28 プレイリスト再生時の挙動を修正
24/08/17 ループが止まることがあるがどういう条件で発生するのか原因がわからないため一旦リロードすることで対応