diff --git a/vivaldi/Vivaldi-notes.txt b/vivaldi/Vivaldi-notes.txt
index 3457a68..454bedc 100755
--- a/vivaldi/Vivaldi-notes.txt
+++ b/vivaldi/Vivaldi-notes.txt
@@ -1,5 +1,5 @@
INSTALLER COMMAND LINE OPTIONS
---vivaldi-install-dir
+--vivaldi-install-dir
--vivaldi-silent
--vivaldi-standalone
--vivaldi-register-standalone
@@ -17,7 +17,13 @@ vivaldi --ssl-key-log-file="%appdata%\wireshark\ssl-keys.log
PROXY
vivaldi --proxy-server="localhost:8080"
-DEBUGGING
+DEBUG LOGS
+https://www.chromium.org/for-testers/enable-logging/
+vivaldi --enable-logging
+Verbose: --v=3
+vivaldi --enable-logging=stderr --v=3 > log.txt 2>&1
+
+REMOTE DEBUGGING
https://chromedevtools.github.io/devtools-protocol/
vivaldi --remote-debugging-port=9222
@@ -31,12 +37,6 @@ curl 'http://127.0.0.1:9222/json'
websocat --jsonrpc --jsonrpc-omit-jsonrpc 'ws://127.0.0.1:9222/devtools/page/0F3F891DF180310443ECDEEC986678F2'
Page.navigate {"url":"https://example.com"}
-DEBUG LOGS
-vivaldi --enable-logging
-Verbose: --v=3
-vivaldi --enable-logging=stderr --v=3 > log.txt 2>&1
-https://www.chromium.org/for-testers/enable-logging/
-
DELETE BOOKMARK THUMBS
jq 'del(recurse | objects | select(has("Thumbnail")) .Thumbnail | select(startswith("data:image")))' Bookmarks > Bookmarks.new
Dangerous, deletes all thumbs:
diff --git a/vivaldi/index.html b/vivaldi/index.html
index 586418a..2a68bcb 100644
--- a/vivaldi/index.html
+++ b/vivaldi/index.html
@@ -32,7 +32,7 @@
[ 0 May 24 2025] adblock
[ 0 May 25 2025] mods
[ 0 May 24 2025] panels
-[ 0 May 24 2025] sdthumbs
+[ 0 Jan 10 0:13] sdthumbs
[ 0 Oct 7 10:09] themes
[ 0 Aug 22 23:17] tools
[ 0 Aug 27 15:21] userscript
@@ -42,7 +42,7 @@
[3.1K May 29 2024] Vivaldi-bookmarklets.txt
[1.8K Sep 1 13:36] Vivaldi-chains.txt
[2.0K Mar 21 2021] Vivaldi-logo-red.svg
-[2.8K Nov 11 9:00] Vivaldi-notes.txt
+[2.8K Dec 29 17:23] Vivaldi-notes.txt
[2.3K Dec 6 0:21] Vivaldi-settings.txt
..
-[5.5K Nov 29 21:04] custom.css
+[5.3K Jan 10 0:05] custom.css
[ 894 May 25 2025] find-in-page.css
-[2.5K Oct 7 10:07] header.css
+[2.4K Jan 10 0:02] header.css
[ 688 May 24 2025] quick-command-tweaks.css
[ 692 Jun 13 2025] speed-dials.css
[ 354 Oct 14 2023] tabcycler.css
diff --git a/vivaldi/mods/custom.css b/vivaldi/mods/custom.css
index 53f2567..a7711f6 100755
--- a/vivaldi/mods/custom.css
+++ b/vivaldi/mods/custom.css
@@ -1,24 +1,24 @@
/* CUSTOM CSS for Vivaldi */
/* Vivaldi logo */
-.vivaldi-v svg,
-.vivaldi-horizontal-icon svg {
+.vivaldi-v svg {
background: radial-gradient(white, white 50%, transparent 50%);
fill: #383838;
}
-.vivaldi-v, .vivaldi-horizontal-icon {opacity: 1 !important;}
/* Remove V button expand arrow */
-#browser:has(.vivaldi-v) {--menuWidth: 26px;}
.vivaldi .expand-arrow {display: none;}
-
-/* Skinnier mainbar */
-.mainbar .toolbar-mainbar,
-.mainbar .toolbar-mainbar .button-toolbar button,
-.mainbar .toolbar-mainbar .toolbar-extensions button {
- height: 30px;
+#browser:has(.vivaldi-v), #browser:has(.burger-icon) {
+ --menuWidth: 25px !important;
}
+/* Skinnier mainbar */
+.mainbar .toolbar-mainbar.toolbar-addressbar,
+.mainbar .toolbar-mainbar .button-toolbar button {
+ border-radius: var(--radius);
+ min-height: unset !important;
+ height: 30px;
+}
/* Skinnier mainbar - fix BookmarkButton focus */
.toolbar-mainbar .UrlBar-AddressField .BookmarkButton button {
height: 100%;
@@ -137,7 +137,7 @@
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
/* Toolbar buttons keyboard focus */
-.button-toolbar:focus-within, .button-toolbar:hover {
+.button-toolbar button:focus-within, .button-toolbar button:hover {
background-color: var(--colorAccentBgDark) !important;
}
@@ -208,3 +208,8 @@
.overlayinfobubble {
display: none;
}
+
+/* Width of empty spacer before tabs */
+.tabs-top #tabs-tabbar-container .toolbar-tabbar-before:empty {
+ min-width: 0px;
+}
diff --git a/vivaldi/mods/index.html b/vivaldi/mods/index.html
index d285bff..218220c 100644
--- a/vivaldi/mods/index.html
+++ b/vivaldi/mods/index.html
@@ -31,7 +31,7 @@
..
[ 0 May 24 2025] CSS
[ 0 May 24 2025] JS
-[5.2K Sep 16 17:47] custom.css
+[5.3K Jan 10 0:05] custom.css
[1.5K Mar 23 2024] custom.unused.css
[ 360 Jan 7 2025] page-confirm-info-bar.css
[ 854 Jun 7 2023] window-panel-tweaks.css
diff --git a/vivaldi/panels/Radio/index.html b/vivaldi/panels/Radio/index.html
index 29071ae..0828f17 100755
--- a/vivaldi/panels/Radio/index.html
+++ b/vivaldi/panels/Radio/index.html
@@ -4,8 +4,8 @@
diff --git a/vivaldi/sdthumbs/SVT-Play.png b/vivaldi/sdthumbs/SVT-Play.png
new file mode 100755
index 0000000..dc1a912
Binary files /dev/null and b/vivaldi/sdthumbs/SVT-Play.png differ
diff --git a/vivaldi/sdthumbs/index.html b/vivaldi/sdthumbs/index.html
index 3964efc..f2fc699 100644
--- a/vivaldi/sdthumbs/index.html
+++ b/vivaldi/sdthumbs/index.html
@@ -45,6 +45,7 @@
[ 23K Jun 17 2017] RPS-old.png
[8.8K Feb 28 2018] StartMe.png
[ 23K Oct 10 2016] Steam.png
+[ 24K Dec 28 0:31] SVT-Play.png
[ 43K Nov 23 2020] Telia-play.png
[ 39K Oct 22 2019] TheRegister.png
[ 59K Apr 1 2016] Tripwire.png
@@ -56,7 +57,7 @@
-0 directories, 23 files
+0 directories, 24 files