A simple browser extension that warns you when your copy action was hijacked.
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:
bun install
bun run dev
to run the dev task in watch modebun run build
to build a production (minified) versionbun run start:firefox
and a Firefox window will open with the extension installed.