Skip to content

Commit

Permalink
Better Chromium: ui2023 use new 'new tab' button
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Feb 20, 2024
1 parent afd67dc commit b4cd2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Better Chromium/install
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ fi
#New 2023 chrome UI
if [ "$chromerefresh2023" == TRUE ];then
#I found this flag after experimenting with chrome://flags and chrome://version
echo "Adding --enable-features=ChromeRefresh2023,ChromeWebuiRefresh2023,FluentScrollbar,FluentOverlayScrollbar,OverlayScrollbar --disable-features=ChromeLabs,SimplifiedBookmarkSaveFlow to ${folder}/chromerefresh2023"
echo "Adding --enable-features=ChromeRefresh2023,ChromeWebuiRefresh2023,ChromeRefresh2023NTB:Variation/GM3NewIconWithBackground,FluentScrollbar,FluentOverlayScrollbar,OverlayScrollbar --disable-features=ChromeLabs,SimplifiedBookmarkSaveFlow to ${folder}/chromerefresh2023"

cat << EOF | sudo tee "${folder}/chromerefresh2023" >/dev/null
export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --enable-features=ChromeRefresh2023,ChromeWebuiRefresh2023,FluentScrollbar,FluentOverlayScrollbar,OverlayScrollbar --disable-features=ChromeLabs,SimplifiedBookmarkSaveFlow"
export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --enable-features=ChromeRefresh2023,ChromeWebuiRefresh2023,ChromeRefresh2023NTB:Variation/GM3NewIconWithBackground,FluentScrollbar,FluentOverlayScrollbar,OverlayScrollbar --disable-features=ChromeLabs,SimplifiedBookmarkSaveFlow"
EOF
else
#chromerefresh2023 set to false - so remove the file
Expand Down

0 comments on commit b4cd2d3

Please sign in to comment.