Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't upload through source on Firefox Developer Hub #103

Closed
ghost opened this issue Oct 25, 2022 · 5 comments
Closed

Can't upload through source on Firefox Developer Hub #103

ghost opened this issue Oct 25, 2022 · 5 comments

Comments

@ghost
Copy link

ghost commented Oct 25, 2022

Screenshot_20221025_153436

@tomer8007
Copy link
Owner

This is just weird, maybe try to delete the 'use strict' in the beginning of WhisperTextProtocol.js

@ghost
Copy link
Author

ghost commented Oct 25, 2022

This is just weird, maybe try to delete the 'use strict' in the beginning of WhisperTextProtocol.js

Still the issue persist.
Screenshot_20221025_223735

@9Gabr
Copy link

9Gabr commented Feb 2, 2023

With the Firefox 109, I think the extension will now works, the browser now accepts the same API Extension of Chromium (Manifest v3).

@9Gabr
Copy link

9Gabr commented Feb 6, 2023

This error is happening because the file is encoded in UTF-16 which is not supported by the Firefox lint. After converting I was able to submit my port.

WhisperTextProtocol.zip

And here is the final version of my port, it is still being analyzed by Mozilla, but it can be used in debug mode (about:debugging)

whatsapp-web-incognito-master.zip

@ghost
Copy link
Author

ghost commented Feb 6, 2023

Yes converting the file WhisperTextProtocol.js to UTF-8 does the job

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants