raingart / Nova-YouTube-extension

Apache License 2.0
199 stars 9 forks source link

[Bug] Compatibility for mobile version. #34

Closed kyoyacchi closed 1 year ago

kyoyacchi commented 1 year ago

Describe the bug None of settings in Nova works in mobile version of YouTube. Also, Turkish translation looks very bad-translated.

raingart commented 1 year ago

Last time I tested m.youtube.com then only ~40% of the plugins were compatible. Now I don't know the status. I can try part of plugins trying to adapt. One of the reasons (besides being lazy because I personally don't use the mobile version) is that I need to somehow separate/specify the list of mobile-compatible plugins.

For the translat. You can send me the corrected version. Or I can turn it off completely Turkish localize. If you want to improve the translation, then look for lines in the /plugins/ directory that contain these :tr':

raingart commented 1 year ago

I partially checked the compatibility there are two main plugins that change the speed and quality of the video. To adapt the rest, you need to duplicate some plugins in parallel.

Send me a list of plugins you would like.

raingart commented 1 year ago

List of working plugins of the test ver:

Screenshot from 2022-11-17 17-55-50

Screenshot from 2022-11-17 17-55-01

The problem is that the module for determining the transition to a new page (lazy loading) does not work. If you manually reload the page, they start working currect.

I'll try to fix it. If it doesn't work, I will completely disable the work in the mobile ver.