Chrome Newtab Most_visited9 //top\\ -
How long you stay on a page indicates its importance.
Since that exact phrase isn’t a standard user-facing feature, I’ll assume you’d like a , using most_visited9 as a placeholder for the 9th tile in the grid.
most_visited9 is a relic and a sign that Chrome’s New Tab Page is built on a flexible grid system that supports more shortcuts than it shows by default. While most users will never need to touch it, developers and curious tinkerers can use this knowledge to build smarter new tab extensions or troubleshoot missing shortcuts. chrome newtab most_visited9
: While Chrome often automates these, users can manually "pin" specific sites to these nine slots or remove ones they don't want to see. Technical Implementation
In Chrome’s source code and internal rendering logic, each shortcut tile on the New Tab Page is assigned a numeric index: most_visited0 through most_visited7 (or most_visited8 depending on the version). But some Chromium builds, experiments, or debugging tools show indices up to most_visited9 . How long you stay on a page indicates its importance
: If a site you rarely visit appears, you can hover over the tile and click the 'X' to remove it; Chrome will then cycle in the next most visited site in your history.
When a user opens a new tab in Chrome, the browser displays a grid of website shortcuts automatically generated based on browsing history. These shortcuts are indexed internally for rendering and accessibility purposes. While most users will never need to touch
If you’ve ever poked around Chrome’s internals— chrome://flags , chrome://version , or the browser’s local state files—you might have stumbled upon strange class names like most_visited1 , most_visited9 , or similar. These aren’t errors; they’re Chrome’s internal handles for your tiles on the New Tab Page.
Google has moved away from the strict "9-tile grid" in newer versions of Chrome, often favoring a more flexible "Shortcuts" approach. However, the most_visited logic remains the core engine that determines which icons appear when a user hasn't manually set their own shortcuts.