Romeo Additions

Enhances GR, especially for non-PLUS users

< Feedback on Romeo Additions

Question/comment

§
Posted: 27 November 2024

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

-Ray-Pembuat
§
Posted: 28 November 2024

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.

§
Posted: 28 November 2024

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-Pembuat
§
Posted: 28 November 2024

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.

§
Posted: 28 November 2024
Edited: 28 November 2024

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-Pembuat
§
Posted: 28 November 2024

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.

Post reply

Sign in to post a reply.