Anyone use the Vivalvi browser before?
https://en.wikipedia.org/wiki/Vivaldi_%28web_browser%29Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies, a company founded by Opera Software co-founder and former CEO Jon Stephenson von Tetzchner and Tatsuki Tomita. It was officially launched on April 6, 2016.[10][11]
Although intended for general users, it is first and foremost targeted towards technically-inclined users as well as former Opera users disgruntled by its transition from the Presto layout engine to a Chromium-based browser that resulted in the loss of many of its iconic features.[10][12] Despite also being Chromium-based, Vivaldi aims to revive the features of the Presto-based Opera with its own proprietary modifications.[13][14]
As of March 2019, Vivaldi has 1.2 million active monthly users.[15]
Vivaldi released a mobile (Android) beta version on September 6, 2019 and a regular release on April 22, 2020.[16][17]
I was looking at different browsers over the past couple of months.
Ampera pointed me to a Chrome Vanilla build without the
chrome Google branding.
I tried that Edge browser based on Chrome which looks a little better, the history and settings don't have that big blue spammy bar stuck there.
I use Palemoon but limited extensions.
Now I found Vivaldi and I never heard of it before. This one seems to be based on Chrome and can use the extensions from there.
I find I can customize in the way that I want like with the Palemoon 2.8 and the Firefox from many years go. This has made my day. I spent some time changing the settings to suit me and there is even a CSS script to put tabs
at the bottom under the bookmarks. It did take me while as I didn't like the defaults.
Edit: Updated picture with bookmarks at the top.
Also into setup I can specify "Portable" in a certain directory where it would put the program and profile.
More pictures:https://imgur.com/a/zCBA4QWhttps://forum.vivaldi.net/topic/15834/tabs-on-bottom-for-1-8/23?lang=en-GB&page=2Tabsonbottom.css#tabs-container.bottom {
order: -1;
border-top: none;
padding-top: var(--padding);
padding-bottom: 0px !important;
}
/* bookmarks bar above tabs */
/*
.bookmark-bar {
order: -2;
}
*/
.toolbar.toolbar-addressbar {
order: -3;
}
/* corner rounding */
.tabs-bottom .tab-position .tab {
border-top-left-radius: var(--radiusHalf);
border-top-right-radius: var(--radiusHalf);
border-bottom-left-radius: unset;
border-bottom-right-radius: unset;
}
/* tab group indicators*/
.tabs-bottom .tab-strip .tab-group-indicator {
bottom: 28px !important;
};
Bookmarksabovetab.css/* tabs below address bar */
#tabs-container.no-thumbs.bottom, #tabs-container.view-thumbs.bottom {
order: -1;
padding-top: 4px;
padding-bottom: 0px;
}
.bookmark-bar {
order: -2;
}
.toolbar.toolbar-addressbar {
order: -3;
}
.stacks-on.tabs-bottom .tab-strip .tab-group-indicator {
bottom: 28px;
}
.stacks-on.tabs-bottom .tab-strip .tab-group-indicator .tab-indicator.active {
padding-top: 2px;
}