Sam0230/No-Fingerprint — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small browser privacy tool called No Fingerprint that helps block browser fingerprinting. It should work as a userscript and also be installable as a simple browser extension.

The main job is to stop websites from easily identifying a user by adding random noise to things like canvas or graphics rendering, and by preventing sites from reading stable identifying details like screen resolution, color depth, installed plugins, mime types, timezone offset, audio output, and similar browser fingerprint data.

Keep it lightweight and simple. Include a manifest so Chrome users can load it as an unpacked extension, and make the userscript version suitable for Tampermonkey or Greasemonkey. Add a clear README that explains what browser fingerprinting is, what the script changes, and how to install it through a userscript manager, Chrome developer mode, or Firefox add ons.

Use the existing name and icon style if possible. Look up current browser extension and userscript docs online if you need to.

Want more depth? Deep Reverse