Suggestions for feature additions
Thanks to the authors for bringing a great product, and after a long period of in-depth use, the following suggestions have been made:
- Add the function of rotating video
- Add the function of webpage full screen
For feature 2, it should be added that, as discussed with the author before, the method provided by the author is to do capture and then full screen, thus indirectly realizing the webpage full screen function. I found that there are already a lot of simple scripts to realize this function, so it should no longer be a difficult function to realize.
Thanks to the authors for bringing a great product,
Thanks for the kind words!
I found that there are already a lot of simple scripts to realize this function,
Can you share the links for some of them?
Add the function of rotating video
Rotating video is possible through the FX panel, but you probably mean something else. Can you explain more?
This is a script you can refer to, which implements functions including but not limited to full-screen webpages and rotating videos. Link: GitHub: (https://github.com/xxxily/h5player) GreasyFork: (https://greasyfork.org/scripts/381682)
Regarding video rotation, I did achieve video rotation in the FX panel. But it's just a simple rotation, and it would be more perfect if the video could be automatically scaled. For example, a 1920x1080p horizontal video, because the video content needs to be displayed vertically. When I rotate 90 degrees, the sides of the video will be directly "cut off" and become a 608x1080p video.