tomer8007 / whatsapp-web-incognito

A Chrome extension that disables read receipts and presence updates on WhatsApp Web
MIT License
318 stars 75 forks source link

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

Closed ghost closed 1 year ago

ghost commented 1 year ago

Screenshot_20221025_153436

tomer8007 commented 1 year ago

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

ghost commented 1 year ago

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 commented 1 year ago

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

9Gabr commented 1 year ago

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 commented 1 year ago

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