polywock / globalSpeed

Web extension to set a default speed for video and audio
https://chrome.google.com/webstore/detail/global-speed-youtube-netf/jpbjcnkcffbooppibceonlgknpkniiff?hl=en
1.62k stars 188 forks source link

🔴 关于「显示媒体信息」和「加深背景」,以及一些小建议 #509

Open Thomas-Harrell opened 4 months ago

Thomas-Harrell commented 4 months ago

image


image



polywock commented 4 months ago

设置使用快捷键切换「媒体信息」的「固定 / 隐藏」状态

或者让「媒体信息」在「自定义的时间」后自动隐藏

Currently not designed for that, but will consider it for a feature upgrade. Especially if there's more demand.

「加深背景」目前在 Chrome + macOS 下遇到了一些小问题

Also on Mac/Chrome but have't run into that. It might depend on the website's layout. Can you link the website where you're experiencing this? If logging in isn't required, I can test it out.

旧版本插件的快捷键编辑器可以设置一个「空白」的按键,但是新版本没有这个功能了

Wasn't sure if any one was using it. Should I add it back?

希望添加使用 Google Drive 云同步插件配置的功能

Syncing is hugely requested feature, but I can't find a great way of doing it. The easiest solution will be to use chrome.storage.sync, like most extensions do, but Global Speed handles state in a particular way that requires fast storage reading. From my testing, the sync storage area is 3x slower.

As for Google Drive, it has a few issues. Global Speed currently does everything client side, but with using the Google Drive API would require server side functionality as well. There will be a certain cost and I'll have to update the privacy policy as well. Do you have any examples of extensions using Google Drive? I'll see how they do it.

如果能在 Releases 页面添加插件的更新日志就好了

I really should automate that.

Thomas-Harrell commented 4 months ago

Currently not designed for that, but will consider it for a feature upgrade. Especially if there's more demand.

Also on Mac/Chrome but have't run into that. It might depend on the website's layout. Can you link the website where you're experiencing this? If logging in isn't required, I can test it out.

Wasn't sure if any one was using it. Should I add it back?

Do you have any examples of extensions using Google Drive? I'll see how they do it.

I really should automate that.

image

polywock commented 4 months ago

Hello. Both seem to work for me without the border issue (unless you're talking about the scroll bar). Maybe a browser version difference. Which browser version are you using?

I use this feature to block out shortcuts that come with some websites by default

That's also why I initially added it. I've restored it back, but It might take a few days for the update to get approved.

Thanks for those extension links. A changelog is something I wanted to add for a while, but never followed through. Hopefully soon.

Thomas-Harrell commented 4 months ago

@polywock


SCR-20240528-mvcx

SCR-20240528-mvoh


That's also why I initially added it. I've restored it back, but It might take a few days for the update to get approved.

polywock commented 4 months ago

Hello. Please update to 3.0.986 check if the issue remains. Although I wasn't able to reproduce your issue. I've removed the scroll bar while the shortcut is activated. To update, open chrome://extensions, enable Developer mode, and press Update to forcefully update to latest version.

Thomas-Harrell commented 4 months ago

@polywock

Still have this problem in version 3.0.987

polywock commented 4 months ago

@Thomas-Harrell I was hoping that would fix the problem. Since I can't reproduce it, It's much harder to experiment towards a solution. (A bit busy in the near future so the issue would probably remain)

Thomas-Harrell commented 4 months ago

@polywock

polywock commented 4 months ago

One more small suggestion, add a shortcut to intercept and save the current playing frame of the video

Can you elaborate on this? Sounds similar to the current set mark / seek mark shortcut.

Thomas-Harrell commented 4 months ago

@polywock