mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-02-23 15:35:42 -05:00
Update files
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
[ 0 May 24 2025] <a class="DIR" href="./adblock/">adblock</a><br>
|
||||
[ 0 May 25 2025] <a class="DIR" href="./mods/">mods</a><br>
|
||||
[ 0 May 24 2025] <a class="DIR" href="./panels/">panels</a><br>
|
||||
[ 0 May 24 2025] <a class="DIR" href="./sdthumbs/">sdthumbs</a><br>
|
||||
[ 0 Jan 10 0:13] <a class="DIR" href="./sdthumbs/">sdthumbs</a><br>
|
||||
[ 0 Oct 7 10:09] <a class="DIR" href="./themes/">themes</a><br>
|
||||
[ 0 Aug 22 23:17] <a class="DIR" href="./tools/">tools</a><br>
|
||||
[ 0 Aug 27 15:21] <a class="DIR" href="./userscript/">userscript</a><br>
|
||||
@@ -42,7 +42,7 @@
|
||||
[3.1K May 29 2024] <a class="EXEC" href="./Vivaldi-bookmarklets.txt">Vivaldi-bookmarklets.txt</a><br>
|
||||
[1.8K Sep 1 13:36] <a class="EXEC" href="./Vivaldi-chains.txt">Vivaldi-chains.txt</a><br>
|
||||
[2.0K Mar 21 2021] <a class="EXEC" href="./Vivaldi-logo-red.svg">Vivaldi-logo-red.svg</a><br>
|
||||
[2.8K Nov 11 9:00] <a class="EXEC" href="./Vivaldi-notes.txt">Vivaldi-notes.txt</a><br>
|
||||
[2.8K Dec 29 17:23] <a class="EXEC" href="./Vivaldi-notes.txt">Vivaldi-notes.txt</a><br>
|
||||
[2.3K Dec 6 0:21] <a class="EXEC" href="./Vivaldi-settings.txt">Vivaldi-settings.txt</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
|
||||
/* Remove V button expand arrow */
|
||||
.vivaldi .expand-arrow {display: none;}
|
||||
#browser:has(.vivaldi-v), #browser:has(.burger-icon) {--menuWidth: 25px;}
|
||||
#browser:has(.vivaldi-v), #browser:has(.burger-icon) {
|
||||
--menuWidth: 25px !important;
|
||||
}
|
||||
|
||||
/* Skinnier mainbar */
|
||||
.mainbar .toolbar-mainbar.toolbar-addressbar,
|
||||
@@ -211,12 +213,3 @@
|
||||
.tabs-top #tabs-tabbar-container .toolbar-tabbar-before:empty {
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
/* FIX for duplicate window controls */
|
||||
/*#browser:not(.tabs-off) .toolbar-mainbar .window-buttongroup.on-mainbar {
|
||||
display: none;
|
||||
}
|
||||
#browser:not(.tabs-off) .toolbar-mainbar {
|
||||
padding-right: unset !important;
|
||||
}*/
|
||||
|
||||
|
||||
@@ -8,11 +8,9 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Set mainbar/bookmark-bar l/r padding */
|
||||
#browser:not(.tabs-top) .toolbar-mainbar,
|
||||
#browser:not(.tabs-top):not(.address-top):not(.normal) .bookmark-bar {
|
||||
padding-left: 26px;
|
||||
padding-right: 130px;
|
||||
/* Unset padding of page title */
|
||||
#browser #header #titlebar #pagetitle {
|
||||
padding: unset;
|
||||
}
|
||||
|
||||
/* Remove tabbar/icon padding/margin when windowed */
|
||||
@@ -27,18 +25,19 @@
|
||||
#browser.maximized .window-buttongroup button,
|
||||
#browser.normal.tabs-top .window-buttongroup button {
|
||||
height: 30px !important;
|
||||
z-index: 10 !important;
|
||||
}
|
||||
|
||||
/* Window buttons size when windowed */
|
||||
#browser.normal:not(.tabs-top) #titlebar .vivaldi,
|
||||
#browser.disable-titlebar .window-buttongroup,
|
||||
#browser.normal:not(.tabs-top) .toolbar-mainbar .vivaldi,
|
||||
#browser.normal:not(.tabs-top) .window-buttongroup button {
|
||||
height: 25px !important;
|
||||
height: 30px !important;
|
||||
}
|
||||
|
||||
/* V icon size + zindex */
|
||||
#browser:not(.tabs-top) #titlebar .vivaldi {
|
||||
#browser:not(.tabs-top) .toolbar-mainbar .vivaldi {
|
||||
width: 25px;
|
||||
margin: unset;
|
||||
scale: unset;
|
||||
z-index: 10;
|
||||
}
|
||||
@@ -57,14 +56,15 @@
|
||||
}
|
||||
|
||||
/* Show buttons on windowed/minimal-ui */
|
||||
#browser.normal .vivaldi,
|
||||
#browser.minimal-ui:not(.fullscreen) .vivaldi,
|
||||
#browser.normal .window-buttongroup,
|
||||
#browser.normal .window-buttongroup button,
|
||||
#browser.minimal-ui .window-buttongroup,
|
||||
#browser.minimal-ui .window-buttongroup button {
|
||||
display: initial !important;
|
||||
#browser.normal #titlebar .vivaldi,
|
||||
#browser.minimal-ui #titlebar .vivaldi,
|
||||
#browser.normal #titlebar .window-buttongroup,
|
||||
#browser.minimal-ui #titlebar .window-buttongroup,
|
||||
#browser.normal #titlebar .window-buttongroup button,
|
||||
#browser.minimal-ui #titlebar .window-buttongroup button {
|
||||
display: initial;
|
||||
height: calc(24px / var(--uiZoomLevel)) !important;
|
||||
scale: unset;
|
||||
}
|
||||
|
||||
/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
|
||||
@@ -75,7 +75,7 @@
|
||||
min-height: calc(25px / var(--uiZoomLevel)) !important;
|
||||
}
|
||||
|
||||
/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
|
||||
/* Reset mainbar on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
|
||||
#browser.normal .toolbar-mainbar,
|
||||
#browser.minimal-ui .toolbar-mainbar,
|
||||
#browser.address-bottom .toolbar-mainbar,
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
<body>
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[5.5K Nov 29 21:04] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[5.3K Jan 10 0:05] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 894 May 25 2025] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.5K Oct 7 10:07] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[2.4K Jan 10 0:02] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 688 May 24 2025] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
[ 692 Jun 13 2025] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 354 Oct 14 2023] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 May 24 2025] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 May 24 2025] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[5.2K Sep 16 17:47] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[5.3K Jan 10 0:05] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.5K Mar 23 2024] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
[ 360 Jan 7 2025] <a class="EXEC" href="./page-confirm-info-bar.css">page-confirm-info-bar.css</a><br>
|
||||
[ 854 Jun 7 2023] <a class="EXEC" href="./window-panel-tweaks.css">window-panel-tweaks.css</a><br>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<link rel="icon" href="radio.png">
|
||||
<style>
|
||||
body {color-scheme: dark; color: white; background: black;}
|
||||
div {display: flex; align-items: center; background: #1a1a1a; border: 1px solid #303030;}
|
||||
div img {height: 80px; padding: 8px;border: 1px solid #303030;}
|
||||
div {display: flex; align-items: center; background: #1a1a1a;}
|
||||
div img {height: 80px; padding: 8px; border: 1px solid #303030;}
|
||||
div audio {padding: 0 10px; width: 100%;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
BIN
vivaldi/sdthumbs/SVT-Play.png
Executable file
BIN
vivaldi/sdthumbs/SVT-Play.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -45,6 +45,7 @@
|
||||
[ 23K Jun 17 2017] <a class="EXEC" href="./RPS-old.png">RPS-old.png</a><br>
|
||||
[8.8K Feb 28 2018] <a class="EXEC" href="./StartMe.png">StartMe.png</a><br>
|
||||
[ 23K Oct 10 2016] <a class="EXEC" href="./Steam.png">Steam.png</a><br>
|
||||
[ 24K Dec 28 0:31] <a class="EXEC" href="./SVT-Play.png">SVT-Play.png</a><br>
|
||||
[ 43K Nov 23 2020] <a class="EXEC" href="./Telia-play.png">Telia-play.png</a><br>
|
||||
[ 39K Oct 22 2019] <a class="EXEC" href="./TheRegister.png">TheRegister.png</a><br>
|
||||
[ 59K Apr 1 2016] <a class="EXEC" href="./Tripwire.png">Tripwire.png</a><br>
|
||||
@@ -56,7 +57,7 @@
|
||||
</p>
|
||||
<p>
|
||||
|
||||
0 directories, 23 files
|
||||
0 directories, 24 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<body>
|
||||
<h1>themes</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Oct 7 10:12] <a class="DIR" href="./tony/">tony</a><br>
|
||||
[ 0 Jan 10 0:14] <a class="DIR" href="./tony/">tony</a><br>
|
||||
[ 182 Sep 18 19:46] <a class="EXEC" href="./Extensions.svg">Extensions.svg</a><br>
|
||||
[350K May 23 2025] <a class="EXEC" href="./Stians-Theme.zip">Stians-Theme.zip</a><br>
|
||||
[ 912 May 24 2025] <a class="EXEC" href="./SyncedTabs.svg">SyncedTabs.svg</a><br>
|
||||
|
||||
@@ -29,14 +29,16 @@
|
||||
<body>
|
||||
<h1>tony</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 44K Dec 19 20:16] <a class="EXEC" href="./tony-confused.webp">tony-confused.webp</a><br>
|
||||
[ 39K Dec 19 20:15] <a class="EXEC" href="./tony-cool.webp">tony-cool.webp</a><br>
|
||||
[ 77K Aug 26 13:36] <a class="EXEC" href="./tony-hello.png">tony-hello.png</a><br>
|
||||
[ 31K Sep 9 14:19] <a class="EXEC" href="./tony-love.png">tony-love.png</a><br>
|
||||
[ 62K Sep 20 0:10] <a class="EXEC" href="./tony-sad.png">tony-sad.png</a><br>
|
||||
[ 64K Nov 20 15:11] <a class="EXEC" href="./tony-sad.png">tony-sad.png</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
0 directories, 3 files
|
||||
0 directories, 5 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
BIN
vivaldi/themes/tony/tony-confused.webp
Executable file
BIN
vivaldi/themes/tony/tony-confused.webp
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
BIN
vivaldi/themes/tony/tony-cool.webp
Executable file
BIN
vivaldi/themes/tony/tony-cool.webp
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 64 KiB |
Reference in New Issue
Block a user