The Developer Debugging Tool
Google Chrome features a robust Autofill system that attempts to automatically populate forms (like shipping addresses or credit card details) based on your past entries. To help developers understand how Chrome’s Autofill engine interprets different fields on a website, Chrome includes an experimental flag called “Show Autofill signatures”. When enabled, this flag injects cryptic debug strings (the “signatures”) directly into the HTML of web pages, overlaying them on top of or next to input fields.
This is an invaluable tool for web developers trying to optimize their forms to work seamlessly with Chrome’s Autofill heuristics. However, for a regular user, it is a complete disaster. If this flag is accidentally turned on, every time you visit a checkout page or a registration form, the page will be covered in bizarre, unreadable text strings, breaking the layout and making the form confusing or even impossible to fill out. Unless you are actively debugging a website’s form fields, you must disable this visual clutter.
How to Turn Off Autofill Signatures
You can remove these debugging strings via the experimental flags menu.
- Open Google Chrome.
- Click inside the main address bar at the top of the browser.
- Type
chrome://flagsand press Enter. - A page titled “Experiments” will load.
- In the search bar at the top, type Show Autofill signatures.
- The specific flag will appear highlighted in yellow. Next to it is a dropdown menu.
- Change the dropdown menu setting from “Enabled” to Disabled or Default.
- Click the blue Relaunch button at the bottom of the screen.
Upon restarting, Chrome will stop injecting those developer debug strings into your web pages. Forms will return to their normal, clean appearance, allowing you to fill them out without visual interference.