Added
- Added support for Manifest V3
Changes
- Moved to Bun
- Replaced React with Svelte
- Greatly simplified the way clipboard data is checked for alterations
- Instead of comparing text, the extension now simply checks if
clipboardData
of theClipboardEvent
contains any data. This only happens when it was altered by Javascript. In all other cases this field is left empty by the browser as a security measure.
- Instead of comparing text, the extension now simply checks if