Greasy Fork is available in English.

HTML5视频播放器增强脚本

视频增强脚本,支持所有H5视频网站,例如:B站、抖音、腾讯视频、优酷、爱奇艺、西瓜视频、油管(YouTube)、微博视频、知乎视频、搜狐视频、网易公开课、百度网盘、阿里云盘、ted、instagram、twitter等。全程快捷键控制,支持:倍速播放/加速播放、视频画面截图、画中画、网页全屏、调节亮度、饱和度、对比度、自定义配置功能增强等功能,为你提供愉悦的在线视频播放体验。还有视频广告快进、在线教程/教育视频倍速快学、视频文件下载等能力

< Feedback on HTML5视频播放器增强脚本

Question/comment

§
Posted: 22/04/2020

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.

ankvpsAuthor
§
Posted: 23/04/2020

@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
§
Posted: 25/04/2020
Edited: 25/04/2020

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?

ankvpsAuthor
§
Posted: 26/04/2020

@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
§
Posted: 26/04/2020

@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', '\\', '|'],
ankvpsAuthor
§
Posted: 27/04/2020

@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

Post reply

Sign in to post a reply.