mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
Update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="Author" content="Made by 'tree'">
|
||||
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
|
||||
<title>vivaldi</title>
|
||||
<title>Vivaldi</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
BODY { color: lime; background: black; font-family : ariel, monospace, sans-serif; }
|
||||
@@ -27,7 +27,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>vivaldi</h1><p>
|
||||
<h1>Vivaldi</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./adblock/">adblock</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./mods/">mods</a><br>
|
||||
@@ -36,8 +36,8 @@
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./tools/">tools</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./user_files/">user_files</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./userscript/">userscript</a><br>
|
||||
[ 29K Jan 6 20:23] <a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
|
||||
[9.9K Jan 6 20:23] <a class="EXEC" href="./keyboard.md">keyboard.md</a><br>
|
||||
[ 31K Jan 12 17:34] <a class="EXEC" href="./keyboard.html">keyboard.html</a><br>
|
||||
[9.9K Aug 8 2024] <a class="EXEC" href="./keyboard.md">keyboard.md</a><br>
|
||||
[2.0K Jan 6 20:23] <a class="EXEC" href="./Vivaldi-logo-red.svg">Vivaldi-logo-red.svg</a><br>
|
||||
[320K Jan 6 20:23] <a class="EXEC" href="./Vivaldi-stars.jpg">Vivaldi-stars.jpg</a><br>
|
||||
<br><br>
|
||||
|
||||
@@ -143,8 +143,9 @@
|
||||
}
|
||||
|
||||
/* Trashcan dimmed */
|
||||
.toolbar-tabbar.sync-and-trash-container button {
|
||||
opacity: 0.3;
|
||||
#tabs-container .synced-tabs-button button,
|
||||
#tabs-container .toggle-trash button {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Bookmark button fill colour */
|
||||
@@ -211,7 +212,8 @@
|
||||
/* Hide Extension buttons */
|
||||
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
|
||||
|
||||
/* Fix for stupid modal QC dialog */
|
||||
/*.modal-faded-background {
|
||||
display: none;
|
||||
}*/
|
||||
/* TEMP fix for VB-117286 */
|
||||
.toolbar-tabbar-before.modifier:empty,
|
||||
.toolbar-tabbar-after.modifier:empty {
|
||||
width: unset !important;
|
||||
}
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
<body>
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[5.5K Apr 3 15:46] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[5.6K May 23 16:31] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1002 Jan 8 10:51] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.3K Aug 7 2024] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 922 Jun 8 2023] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
[ 947 Apr 8 16:43] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 688 May 24 12:59] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
[ 947 May 23 14:27] <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>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
@@ -1,34 +1,25 @@
|
||||
/* Placement */
|
||||
.qc-modal {top: 15vh !important;}
|
||||
|
||||
/* Width + Height */
|
||||
.quick-command-container {width: 60vw !important;}
|
||||
.quick-commands .VivaldiList {height: 60vh !important;}
|
||||
|
||||
/* Transparency */
|
||||
.qc-entry, .quick-commands {background-color: var(--colorBgAlphaHeavy) !important;}
|
||||
|
||||
/* Selected line */
|
||||
.quick-command[data-selected] {background-color: var(--colorHighlightBg) !important;}
|
||||
|
||||
/* Styling */
|
||||
.qc-modal .modal-wrapper {
|
||||
color: var(--colorFgIntense) !important;
|
||||
background-color: var(--colorBgAlphaBlur) !important;
|
||||
backdrop-filter: var(--backgroundBlur);
|
||||
backdrop-filter: blur(3px);
|
||||
border: 2px solid var(--colorAccentBgAlphaHeavy);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
/* Width */
|
||||
.quick-command-container, .quick-commands > div {width: 60vw !important;}
|
||||
.quick-commands > div > div {max-width: 100% !important;}
|
||||
|
||||
/* Height */
|
||||
.quick-commands > div {height: 60vh !important;}
|
||||
.quick-commands {max-height: 100% !important;}
|
||||
|
||||
/* Transparency */
|
||||
.quick-commands, .qc-entry {background-color: var(--colorBgAlphaHeavy) !important;}
|
||||
|
||||
/* Selected line */
|
||||
.quick-command[data-selected] {background-color: var(--colorHighlightBg) !important;}
|
||||
|
||||
/* Hide scrollbar */
|
||||
/***
|
||||
.qc-modal ::-webkit-scrollbar-track,
|
||||
.qc-modal ::-webkit-scrollbar-thumb,
|
||||
.qc-modal ::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
/* Quick command URL */
|
||||
.quick-command-url {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
***/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Speed Dials Mods */
|
||||
.SpeedDialView-Head, .SpeedDialView-Head:empty {
|
||||
margin: 1em auto;
|
||||
.SpeedDialView, .SpeedDialView:empty {
|
||||
padding: 40px 0 !important;
|
||||
}
|
||||
|
||||
/* Speed Dials search field position (if shown) */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Backup Search Engines
|
||||
// version 2022.4.0
|
||||
// version 2025.1.0
|
||||
// https://forum.vivaldi.net/post/277594
|
||||
// Adds functionality to backup and restore search engines in
|
||||
// vivaldi://settings/search.
|
||||
@@ -50,8 +50,8 @@
|
||||
collection.defaultSpeeddialsPrivate,
|
||||
];
|
||||
engines.templateUrls.forEach((engine) => {
|
||||
if (oldDefaults.indexOf(engine.id) === -1) {
|
||||
vivaldi.searchEngines.removeTemplateUrl(engine.id);
|
||||
if (oldDefaults.indexOf(engine.guid) === -1) {
|
||||
vivaldi.searchEngines.removeTemplateUrl(engine.guid);
|
||||
}
|
||||
});
|
||||
console.info("restoring search engines...");
|
||||
@@ -59,9 +59,9 @@
|
||||
collection.templateUrls.forEach((collect) => {
|
||||
vivaldi.searchEngines.addTemplateUrl(collect, () => {
|
||||
console.info(` \u2022 ${collect.name}`);
|
||||
if (newDefaults.indexOf(collect.id) > -1) {
|
||||
if (newDefaults.indexOf(collect.guid) > -1) {
|
||||
const indeces = newDefaults
|
||||
.map((e, i) => (e === collect.id ? i : ""))
|
||||
.map((e, i) => (e === collect.guid ? i : ""))
|
||||
.filter(String);
|
||||
indeces.forEach((index) => {
|
||||
let ds;
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<h1>JS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[1.3K Aug 8 2024] <a class="EXEC" href="./backup-keyboard-cheat-sheet.js">backup-keyboard-cheat-sheet.js</a><br>
|
||||
[6.2K Jul 22 2024] <a class="EXEC" href="./backup-search-engines.js">backup-search-engines.js</a><br>
|
||||
[6.2K May 7 15:32] <a class="EXEC" href="./backup-search-engines.js">backup-search-engines.js</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user