A simple browser extension that warns you when your copy action was hijacked.
Read the blog post for more in-depth info
This extension warns you whenever your copy action was hijacked. When you select text and copy it, this extension will check if your clipboard data was altered by Javascript, or if your text selection contains hidden elements. If either one is the case, a native notification will be triggered.
Available for the following browsers:
- Warns you when JavaScript alters your clipboard data after copying
- Warns you when the selection you copied contains hidden elements
- Whitelist websites
- Export list of website that altered your clipboard
- Clone repo
bun install
bun run dev
to run the dev task in watch modebun run build
to build a production (minified) version
- Complete the steps to build the project above
- Go to chrome://extensions in Google Chrome or brave://extensions in Brave.
- With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo
- Complete the steps to build the project above
- Run
bun run start:firefox
and a Firefox window will open with the extension installed.