惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
爱范儿
爱范儿
量子位
博客园 - 聂微东
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
GbyAI
GbyAI
MyScale Blog
MyScale Blog
IT之家
IT之家
P
Proofpoint News Feed
M
MIT News - Artificial intelligence
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
The Register - Security
The Register - Security
Microsoft Security Blog
Microsoft Security Blog
博客园_首页
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
雷峰网
雷峰网
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
博客园 - 叶小钗
D
DataBreaches.Net
B
Blog
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
腾讯CDC
T
Threat Research - Cisco Blogs
SecWiki News
SecWiki News
Martin Fowler
Martin Fowler
D
Docker
Cisco Talos Blog
Cisco Talos Blog
T
Tenable Blog
Webroot Blog
Webroot Blog
宝玉的分享
宝玉的分享

Tech Journey

How to have faster internet speed on iPhone 15? Uncovering the Many Ways to Earn with ChatGPT “Top 10 Must-Play Video Games You Don’t Want to Miss” Expert Guide to Mastering Database Management for Improved SEO Which Operating System is Best for Developers: Windows, Mac, or Linux? NoSQL Databases: An Introduction to Non-Relational Technology SQL Database Explained: A Beginner’s Guide to Understanding the Fundamentals SQL Databases: Understanding the Benefits and Key Use Cases Maximizing Your Database Potential: A Complete Guide to Choosing between SQL and NoSQL Solutions
Restore Tabs Scrolling in Chrome and Brave
LK · 2026-01-22 · via Tech Journey
Skip to content

Restore Tabs Scrolling in Chrome and Brave

Restore Tabs Scrolling in Chrome and Brave

After upgrading to Chromium version 144, many Chromium based browser (e.g. Google Chrome version 144, Brave version version 1.86.139, Helium 0.8 etc.) users noticed that the tab scrolling feature of tabstrip is not working. In fact, all the tabs are squeezed into tiny pinned width on the horizontal bar which makes the browser looks very messy, very hard to manage huge amount of tabs, almost impossible to locate and open specific tab, and especially those the overflowed out at the end of tabstrip are essentially hidden from view.

According to staffs of Google , this is in fact the intended change made to Google Chrome browser. Various flags that are related to tab scrolling have been removed on Chromium version 144, including #scrollable-tabstrip flag that enables the tab scrolling feature. As the changes are done at upstream Chromium code, it also affects various Chromium based browsers, including Google Chrome, Brave and Helium.

If you can’t live without tabs scrolling, here’s a few workarounds that are able to fix or mitigate the issue.

1. Use Vertical Tabs

Due to the design of vertical tabs, scrolling is always integrated by default. In fact, Chromium will have Vertical Tabstrip which integrated tabs scrolling by default beginning from version 145. Unfortunately, Google Chrome version 145 on Stable channel is still probably a few weeks away.

However, Brave, Microsoft Edge, Vivaldi and Google Chrome on Beta, Dev or Canary channels already have vertical tabs feature enabled, so you can switch to them temporarily.

2. Move Overflowed Tabs to Another Window

Another workaround is by moving tabs to another new browser window, which can be done by drag and drop. In this case, the number of tabs will reduce in original window, potentially fix the tabs overflowed out of tabstrip issue.

3. Downgrade Google Chrome / Brave Browser

The most effective, but not recommended method (due to potential missing out critical security updates or compatibility updates), is by downgrading the web browser to the last version which supports tabs scrolling. Here’s how you can downgrade Google Chrome and Brave web browser.

Downgrade Google Chrome

1. Close all Google Chrome windows, and perform the backup of your profiles (use chrome://version to find out the path to your profiles.)

2. Uninstall Google Chrome.

3. Unfortunately, Google does not provide download links for older versions of Chrome. So, download older version of Chrome for the OS from third party sites such as UpToDown (Windows here or macOS here). The last version of Chrome which still has scrollable tabstrip option is 143.0.7499.193.

4. Install the older version of Google Chrome.

5. Disable Google Chrome automatic updates.

On Windows:

  1. Type Win + R, and type in services.msc, and press Enter to open the Services Manager.
  2. Find Google Update Service (gupdate) and Google Update Service (gupdatem) in the list.
  3. Double-click each service, go to the General tab, and change the Startup type to Disabled.
  4. Stop the services if applicable (make sure the status is “Stopped”).
  5. Click Apply, and then OK.

On macOS:

  1. Open Terminal.
  2. Empty the following directories:

    /Library/Google/GoogleSoftwareUpdate/
    ~/Library/Google/GoogleSoftwareUpdate/

  3. Change the permissions on the “GoogleSoftwareUpdate” folder so that there’s no owner and no read/write/execute permissions with the following commands:

    cd /Library/Google/
    sudo chown nobody:nogroup GoogleSoftwareUpdate
    sudo chmod 000 GoogleSoftwareUpdate

    cd ~/Library/Google/
    sudo chown nobody:nogroup GoogleSoftwareUpdate
    sudo chmod 000 GoogleSoftwareUpdate

On macOS, while Google Chrome will still attempt to update the web browser, the attempt will fail with error.

6. Launch the newly installed previous version of Chrome. Enter: chrome://flags in address bar and search for Tab Scrolling. Enable it to bring back the tabs scrolling feature.

Downgrade Brave

1. Close all Brave windows, and perform the backup of your profiles (use brave://version to find out the path to your profiles.)

2. Uninstall Brave.

3. Download the older version of Brave from Github (the last version of Brave that utilizes Chromium version 143 which still have tabstrip scrolling support is Brave version v1.85.120.

4. Install the older version of Brave.

5. Disable Brave automatic updates by adding the following DNS entries into hosts file of the operating system:

127.0.0.1 updates.bravesoftware.com
127.0.0.1 updates-cdn.bravesoftware.com

6. Launch the newly installed previous version of Brave. Enter: brave://flags in address bar and search for Tab Scrolling. Enable it to bring back the tabs scrolling feature.

About the Author:

LK is a technology writer for Tech Journey with background of system and network administrator. He has be documenting his experiences in digital and technology world for over 15 years. Connect with LK through Tech Journey on Facebook, Twitter or Google+.
Page load link
Go to Top