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.

댓글 남기기

댓글을 남기려면 로그인하세요.