Created
June 15, 2025 07:05
-
-
Save ygxxii/f59b8ecf1f67973aed7644e34c6137b2 to your computer and use it in GitHub Desktop.
Chrome Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Disable swipe history navigation (--disable-features=OverscrollHistoryNavigation) | |
| # Chrome | |
| defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false | |
| # Arc | |
| defaults write company.thebrowser.Browser AppleEnableSwipeNavigateWithScrolls -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment