Romeo Additions

Enhances GR, especially for non-PLUS users

< 脚本Romeo Additions的反馈

提问/评论

§
发表于:2024-11-27

Currently, when this script is enabled, some website interactions as liking profile pictures does not work (on Firefox).

-Ray-作者
§
发表于:2024-11-28

This is a bug in Firefox only as it currently does not support the Request.body property (https://developer.mozilla.org/en-US/docs/Web/API/Request/body#browser_compatibility). I try to workaround this, but cannot guarantee a fix.

§
发表于:2024-11-28

This is a bug in Firefox only as it currently does not support the Request.body property (https://developer.mozilla.org/en-US/docs/Web/API/Request/body#browser_compatibility). I try to workaround this, but cannot guarantee a fix.

OK, can you post when you worked around?

Actually, liking profile pictures was working until recently with this script enabled.

-Ray-作者
§
发表于:2024-11-28

I've included an attempted fix in 7.9.1, let me know if it's still broken or works again. The reason for this being a new bug is that I require to hook the body of fetch requests for new functionality I can't easily skip around if not needed, and Firefox surprisingly not supporting a basic check if a body even exists which I workarounded now.

§
发表于:2024-11-28
编辑于:2024-11-28

I've included an attempted fix in 7.9.1, let me know if it's still broken or works again.

Seems to work again.
Thanks for your maintanance work!

-Ray-作者
§
发表于:2024-11-28

Good to hear it worked out. I try to test things as good as I can before I push them, but the script has become very long and Romeo constantly changes things around. If you find issues, especially since you're using Firefox, please let me know.

发表回复

登录以发表回复。