From 5707cbe29a63e25f6eb7668bc25f5b547aaca1e8 Mon Sep 17 00:00:00 2001 From: Stian Lund <1493836+Pathduck@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:12:27 +0100 Subject: [PATCH] Update --- vivaldi/index.html | 6 +++--- vivaldi/mods/CSS/custom.css | 7 ++++++- vivaldi/mods/CSS/index.html | 2 +- vivaldi/mods/index.html | 8 ++++---- vivaldi/mods/page-confirm-info-bar.css | 9 +++++---- vivaldi/tools/index.html | 6 +++--- vivaldi/tools/vivaldi-searchengine-sync/index.html | 2 +- vivaldi/userscript/index.html | 6 +++--- 8 files changed, 26 insertions(+), 20 deletions(-) diff --git a/vivaldi/index.html b/vivaldi/index.html index b901f5e..0e28138 100644 --- a/vivaldi/index.html +++ b/vivaldi/index.html @@ -30,10 +30,10 @@

vivaldi

..
[   0 Aug 17 16:47]  adblock
-[   0 May 10 15:08]  mods
+[   0 May 10  2024]  mods
[   0 Aug 28 17:34]  panels
-[   0 May 10 15:08]  sdthumbs
-[   0 May 10 15:08]  tools
+[   0 May 10  2024]  sdthumbs
+[   0 May 10  2024]  tools
[   0 Dec 14  2023]  user_files
[   0 Aug 17 16:48]  userscript
[ 29K May 27 18:29]  keyboard.html
diff --git a/vivaldi/mods/CSS/custom.css b/vivaldi/mods/CSS/custom.css index 4163a06..995e035 100755 --- a/vivaldi/mods/CSS/custom.css +++ b/vivaldi/mods/CSS/custom.css @@ -97,7 +97,7 @@ } /* Extensions toggle button */ -.toolbar-extensions button svg path { +.toolbar-extensions .ExtensionToggleIcon button svg path { d: path("M10 13l3.634-3.634c.504-.504 1.366-.147 1.366.566v6.137c0 .713-.862 1.07-1.366.566l-3.634-3.634z"); opacity: .5; } @@ -187,3 +187,8 @@ /* Hide Extension buttons */ .button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;} + +/* Fix for stupid modal QC dialog */ +/*.modal-faded-background { + display: none; +}*/ \ No newline at end of file diff --git a/vivaldi/mods/CSS/index.html b/vivaldi/mods/CSS/index.html index 6847247..c765a90 100644 --- a/vivaldi/mods/CSS/index.html +++ b/vivaldi/mods/CSS/index.html @@ -29,7 +29,7 @@

CSS

..
-[4.9K Aug 17 16:37]  custom.css
+[5.0K Oct 18 12:31]  custom.css
[ 923 Aug  6 18:05]  find-in-page.css
[2.3K Aug  7 16:23]  header.css
[ 922 Jun  8  2023]  quick-command-tweaks.css
diff --git a/vivaldi/mods/index.html b/vivaldi/mods/index.html index 6314e1d..84e47bc 100644 --- a/vivaldi/mods/index.html +++ b/vivaldi/mods/index.html @@ -29,11 +29,11 @@

mods

..
-[   0 May 17 13:50]  CSS
-[   0 May 27 18:23]  JS
+[   0 Sep  2 21:58]  CSS
+[   0 Aug  8 12:39]  JS
[4.9K Aug 17 16:37]  custom.css
-[1.5K Mar 23 15:03]  custom.unused.css
-[ 485 Apr 21  1:20]  page-confirm-info-bar.css
+[1.5K Mar 23  2024]  custom.unused.css
+[ 529 Nov 19 11:09]  page-confirm-info-bar.css
[ 854 Jun  7  2023]  window-panel-tweaks.css


diff --git a/vivaldi/mods/page-confirm-info-bar.css b/vivaldi/mods/page-confirm-info-bar.css index 74c64bb..eaba35a 100755 --- a/vivaldi/mods/page-confirm-info-bar.css +++ b/vivaldi/mods/page-confirm-info-bar.css @@ -13,13 +13,14 @@ position: relative; } -.infobar-controls input[type='button'] { +.page-confirm-info-bar .infobar-controls input[type='button'] { height: 20px; color: white; background: darkred; } -.infobar-close svg { - height: 20px !important; - fill: var(--colorFgFadedMost) !important; +.page-confirm-info-bar .infobar-controls svg { + width: 10px; + height: 10px; + fill: var(--colorFgFadedMost); } diff --git a/vivaldi/tools/index.html b/vivaldi/tools/index.html index 0f2827c..b431625 100644 --- a/vivaldi/tools/index.html +++ b/vivaldi/tools/index.html @@ -29,11 +29,11 @@

tools

..
-[   0 May 10 15:08]  chrome-pak
-[   0 May 10 15:08]  vivaldi-searchengine-sync
+[   0 May 10  2024]  chrome-pak
+[   0 May 10  2024]  vivaldi-searchengine-sync
[1.7K Feb 18  2024]  anonymize-history.sql
[ 631 Feb 17  2024]  create-cookie-file.sql
-[3.2M May  5 14:20]  Giant-Bookmarks.zip
+[3.2M May  5  2024]  Giant-Bookmarks.zip
[  96 Jan 29  2020]  keepass-to-chrome-csv.cmd
[689K Dec 18  2017]  ListExtensions.exe
[2.5M Sep 16  2017]  python27.dll
diff --git a/vivaldi/tools/vivaldi-searchengine-sync/index.html b/vivaldi/tools/vivaldi-searchengine-sync/index.html index 2a3728c..1526510 100644 --- a/vivaldi/tools/vivaldi-searchengine-sync/index.html +++ b/vivaldi/tools/vivaldi-searchengine-sync/index.html @@ -29,7 +29,7 @@

vivaldi-searchengine-sync

..
-[   0 May 10 15:08]  chrome
+[   0 May 10  2024]  chrome
[1.4K Jul 11  2023]  vivaldi-keywords-insert.sql
[1.4K Jul 18  2023]  vivaldi-searchengine-sync.cmd


diff --git a/vivaldi/userscript/index.html b/vivaldi/userscript/index.html index b19e34c..16896ec 100644 --- a/vivaldi/userscript/index.html +++ b/vivaldi/userscript/index.html @@ -31,7 +31,7 @@ ..
[ 982 Aug 17 14:15]  Absolute Enable Right Click & Copy.options.json
[  30 Aug 17 14:15]  Absolute Enable Right Click & Copy.storage.json
-[6.3K Apr 20 16:05]  Absolute Enable Right Click & Copy.user.js
+[6.3K Apr 20  2024]  Absolute Enable Right Click & Copy.user.js
[ 929 Aug 17 14:15]  Disable page close confirmation.options.json
[  30 Aug 17 14:15]  Disable page close confirmation.storage.json
[ 834 Jan 14  2022]  Disable page close confirmation.user.js
@@ -43,7 +43,7 @@ [2.6K Jun  8  2023]  Jira Night.user.js
[ 877 Aug 17 14:15]  RPS Night Mode.options.json
[  30 Aug 17 14:15]  RPS Night Mode.storage.json
-[2.2K Mar 23 16:56]  RPS Night Mode.user.js
+[2.2K Mar 23  2024]  RPS Night Mode.user.js
[ 766 Aug 17 14:15]  Unobtrusive Scrollbar.options.json
[  30 Aug 17 14:15]  Unobtrusive Scrollbar.storage.json
[ 638 Jul 17 10:22]  Unobtrusive Scrollbar.user.js
@@ -52,7 +52,7 @@ [5.1K Jun 19 17:57]  Vivaldi Forum Tweaks.user.js
[ 909 Aug 17 14:15]  YouTube fast fullscreen toggle.options.json
[  30 Aug 17 14:15]  YouTube fast fullscreen toggle.storage.json
-[5.4K Apr 19 21:17]  YouTube fast fullscreen toggle.user.js
+[5.4K Apr 19  2024]  YouTube fast fullscreen toggle.user.js