HTML5ビデオプレーヤーの拡張スクリプト

ビデオ拡張スクリプトは、Bilibili、Douyin、Tencent Video、Youku、iQiyi、Xigua Video、YouTube、Weibo Video、Zhihu Video、Sohu Video、NetEase Open Course、Baidu ネットワーク ディスク、Alibaba クラウド ディスクなど、すべての H5 ビデオ Web サイトをサポートします。テッド、インスタグラム、ツイッターなど 完全なショートカット キー コントロール、サポート: 倍速再生/加速再生、ビデオ スクリーンショット、ピクチャー イン ピクチャー、フルスクリーン Web ページ、明るさ、彩度、コントラストの調整、カスタム構成の強化、その他の機能により、快適なオンラインを提供します。ビデオ再生体験。 ビデオ広告、オンライン チュートリアル/教育ビデオなどを早送りする機能もあります。

< HTML5ビデオプレーヤーの拡張スクリプトについてのフィードバック

質問/コメント

§
投稿日: 2020/04/22

can you change language?

this script works very good. but i wonder if you can provide some option to add english language or disable it? like the 5sec/volume percent. thank you.

ankvps作者
§
投稿日: 2020/04/23

@evilray 说道: this script works very good. but i wonder if you can provide some option to add english language or disable it? like the 5sec/volume percent. thank you.

The next version will support multiple languages

Deleted user 173690
§
投稿日: 2020/04/25
編集日: 2020/04/25

i have translated from chinese to english exactly this script. So you can install same script but with english language :)

@evilray : this script works very good. but i wonder if you can provide some option to add english language or disable it?

ankvps作者
§
投稿日: 2020/04/26

@SighT 说道: i have translated from chinese to english exactly this script. So you can install same script but with english language :)

@evilray : this script works very good. but i wonder if you can provide some option to add english language or disable it?

Thanks for your translation, it saved me a lot of development time. The latest version already supports multiple languages, and my language skills are relatively weak. If there are errors, please correct me.

Deleted user 173690
§
投稿日: 2020/04/26

@ankvps said: Thanks for your translation, it saved me a lot of development time. The latest version already supports multiple languages, and my language skills are relatively weak. If there are errors, please correct me.

Could you change the language setting and move it to the start lines, since it is very difficult for an ordinary person to find the language setting in the middle of script.

Look how I made the script (created "variable" to the beginning, and then sent it where it already changes the language), it’s very easy to set everything up.

And please, add languages for (console.error messages)

I dont know, its error or no, but why is 2x arrowright ?

keyList: ['enter', 'shift', 'control', 'alt', 'escape', ' ', 'arrowleft',
'arrowright',
'arrowright',
'arrowup', 'arrowdown', '1', '2', '3', '4', 'c', 'd', 'e', 'f', 'i', 'j', 'k', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'w', 'x', 'y', 'z', '\\', '|'],
ankvps作者
§
投稿日: 2020/04/27

@SighT 说道: Look how I made the script (created "variable" to the beginning, and then sent it where it already changes the language), it’s very easy to set everything up.

And please, add languages for (console.error messages)

I dont know, its error or no, but why is 2x arrowright ?

keyList: ['enter', 'shift', 'control', 'alt', 'escape', ' ', 'arrowleft',
'arrowright',
'arrowright',
'arrowup', 'arrowdown', '1', '2', '3', '4', 'c', 'd', 'e', 'f', 'i', 'j', 'k', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'w', 'x', 'y', 'z', '\\', '|'],
  1. The current language information is automatically obtained for automatic adjustment. The user does not need to set the language variable. Even if the language variable has been set, it will be reset when the script is updated. Most users do not like this kind of toss, and will provide a visual setting interface later, at this time, language configuration items will be added.
  2. The follow-up work is mainly focused on the development of the visual configuration interface. Currently, there will be no multilingual translation of debugging information. If you can provide a translated corpus, I will add it as soon as possible
  3. Two arrowrights are bugs, fixed

返信を投稿

返信を投稿するにはログインしてください。