You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crxviewer.js:494 Uncaught TypeError: Cannot read properties of undefined (reading 'getType')
at callback (crxviewer.js:494:26)
at crxviewer.js:260:13
at zip.js:577:7
at EfficientTextWriter.getData (efficienttextwriter.js:29:5)
at getWriterData (zip.js:576:13)
at onflush (zip.js:311:4)
at Worker.onmessage (zip.js:346:7)
The text was updated successfully, but these errors were encountered:
The assumption of the last script being the current script is not always
accurate, e.g. when a browser extension inserts an extra script tag in
the web version. Use `document.currentScript` instead.
- Rely on CORS instead of work-arounds for public XPI files from AMO (#92)
- Add work-around for crx access in Brave (#91)
- Support source viewing of extensions from Microsoft Edge (#95)
- Remove web_accessible_resourced to avoid UUID leak (#100)
- Correct 0-padding of hashes (#104)
- Update jsbeautifier to v1.14.0 (#110)
- Support source viewing of extensions from Thunderbird (#111)
- Fix domain front of AMO in Firefox add-on (#115)
- Recognize CRX3 files served by addons.opera.com (#118)
- Opera only: Add work-around to access addons.opera.com (#119)
- web only: Add crx keyword to input field for keyword search (#99)
- web only: Avoid breakage of web version when an extension runs a script (#113)
- Refactor: remove unsupported declarativeWebRequest path
- Refactor: Use declarative page actions to show button.
When I try to view JS/CSS via the online version, it doesn't work and these errors are in my console
The text was updated successfully, but these errors were encountered: