From 50f6ed6feef972b807ae00c1a2e5da2d6bba5e87 Mon Sep 17 00:00:00 2001 From: Stian Lund <1493836+Pathduck@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:46:20 +0100 Subject: [PATCH] Update --- vivaldi/adblock/index.html | 4 +- vivaldi/index.html | 22 ++++----- vivaldi/mods/CSS/custom.css | 19 +++++--- vivaldi/mods/CSS/index.html | 2 +- vivaldi/mods/custom.css | 41 +++++++++++----- vivaldi/mods/index.html | 8 ++-- vivaldi/mods/page-confirm-info-bar.css | 19 ++------ vivaldi/panels/index.html | 32 ++++++------- vivaldi/panels/res/index.html | 22 ++++----- .../panels/unicodeChartsPanel/pics/index.html | 4 +- vivaldi/sdthumbs/index.html | 46 +++++++++--------- vivaldi/tools/chrome-pak/index.html | 8 ++-- vivaldi/tools/index.html | 16 +++---- .../chrome/index.html | 6 +-- .../vivaldi-searchengine-sync/index.html | 6 +-- vivaldi/user_files/index.html | 6 +-- vivaldi/userscript/index.html | 48 +++++++++---------- 17 files changed, 162 insertions(+), 147 deletions(-) diff --git a/vivaldi/adblock/index.html b/vivaldi/adblock/index.html index 0444087..d599d84 100644 --- a/vivaldi/adblock/index.html +++ b/vivaldi/adblock/index.html @@ -29,8 +29,8 @@

adblock

..
-[ 738 Oct 16 15:30]  filters.txt
-[1.5K Jun  6  2024]  filters-ublock.txt
+[ 738 Jan  6 20:23]  filters.txt
+[1.5K Jan  6 20:23]  filters-ublock.txt


diff --git a/vivaldi/index.html b/vivaldi/index.html index f02bf1d..584f28a 100644 --- a/vivaldi/index.html +++ b/vivaldi/index.html @@ -29,17 +29,17 @@

vivaldi

..
-[   0 Nov 19 12:33]  adblock
-[   0 May 10  2024]  mods
-[   0 Aug 28 17:34]  panels
-[   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  2024]  keyboard.html
-[9.9K Aug  8 12:44]  keyboard.md
-[2.0K Mar 21  2021]  Vivaldi-logo-red.svg
-[320K Dec  2  2021]  Vivaldi-stars.jpg
+[   0 Jan  6 20:23]  adblock
+[   0 Jan  6 20:23]  mods
+[   0 Jan  6 20:23]  panels
+[   0 Jan  6 20:23]  sdthumbs
+[   0 Jan  6 20:23]  tools
+[   0 Jan  6 20:23]  user_files
+[   0 Jan  6 20:23]  userscript
+[ 29K Jan  6 20:23]  keyboard.html
+[9.9K Jan  6 20:23]  keyboard.md
+[2.0K Jan  6 20:23]  Vivaldi-logo-red.svg
+[320K Jan  6 20:23]  Vivaldi-stars.jpg


diff --git a/vivaldi/mods/CSS/custom.css b/vivaldi/mods/CSS/custom.css index 8e3cb21..51c957e 100755 --- a/vivaldi/mods/CSS/custom.css +++ b/vivaldi/mods/CSS/custom.css @@ -38,6 +38,13 @@ height: 100%; } +/* SiteInfoButton */ +.SiteInfoButton { + opacity: unset !important; + height: 22px; + width: 22px; +} + /* SiteInfo V logo */ .SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path { d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z"); @@ -52,9 +59,6 @@ /* SiteInfo secure background colour */ .SiteInfoButton.secure, .SiteInfoButton.certified { background-color: #004400 !important; - opacity: unset; - height: 22px; - width: 22px; } /* SiteInfo hide EV/Not Secure text */ @@ -104,7 +108,7 @@ /* Extensions toggle button */ .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; + opacity: 0.5; } /* Extensions buttons background */ @@ -118,8 +122,9 @@ background-color: var(--colorAccentBgDark) !important; } -/* Address + Search field icons dimmed */ -.toolbar-insideinput button { +/* Address + Search field buttons dimmed */ +.UrlBar-AddressField .toolbar-insideinput button, +.UrlBar-SearchField .toolbar-insideinput button { opacity: 0.5; } @@ -135,7 +140,7 @@ /* Bookmark button active opacity */ .BookmarkButton .button-on { - opacity: 1; + opacity: unset !important; } /* Bookmarks Panel input width */ diff --git a/vivaldi/mods/CSS/index.html b/vivaldi/mods/CSS/index.html index 8f74a25..38f7cdd 100644 --- a/vivaldi/mods/CSS/index.html +++ b/vivaldi/mods/CSS/index.html @@ -29,7 +29,7 @@

CSS

..
-[5.1K Dec 10 12:59]  custom.css
+[5.2K Jan  6 13:13]  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/custom.css b/vivaldi/mods/custom.css index 4163a06..51c957e 100755 --- a/vivaldi/mods/custom.css +++ b/vivaldi/mods/custom.css @@ -21,6 +21,11 @@ height: 100%; } +/* Unset statusbar top border */ +#browser footer#footer { + border-top: unset !important; +} + /* Skinnier statusbar */ #browser footer .toolbar-statusbar { height: 20px; @@ -33,6 +38,13 @@ height: 100%; } +/* SiteInfoButton */ +.SiteInfoButton { + opacity: unset !important; + height: 22px; + width: 22px; +} + /* SiteInfo V logo */ .SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path { d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z"); @@ -47,9 +59,6 @@ /* SiteInfo secure background colour */ .SiteInfoButton.secure, .SiteInfoButton.certified { background-color: #004400 !important; - opacity: unset; - height: 22px; - width: 22px; } /* SiteInfo hide EV/Not Secure text */ @@ -97,9 +106,9 @@ } /* 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; + opacity: 0.5; } /* Extensions buttons background */ @@ -113,8 +122,9 @@ background-color: var(--colorAccentBgDark) !important; } -/* Address + Search field icons dimmed */ -.toolbar-insideinput button { +/* Address + Search field buttons dimmed */ +.UrlBar-AddressField .toolbar-insideinput button, +.UrlBar-SearchField .toolbar-insideinput button { opacity: 0.5; } @@ -130,7 +140,7 @@ /* Bookmark button active opacity */ .BookmarkButton .button-on { - opacity: 1; + opacity: unset !important; } /* Bookmarks Panel input width */ @@ -154,9 +164,8 @@ font-weight: bold; } -/* Tab tooltip hide size+ruler+thumbnail */ -#vivaldi-tooltip .tooltip-item .thumbnail-text hr, -#vivaldi-tooltip .tooltip-item .thumbnail-image { +/* Tab tooltip hide thumbnail */ +#vivaldi-tooltip .tooltip .thumbnail-image { display: none !important; } @@ -185,5 +194,15 @@ background-color: var(--colorAccentBg) !important; } +/* Hide overlay info bubble */ +.overlayinfobubble { + display: none; +} + /* 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/index.html b/vivaldi/mods/index.html index e960db5..c11d1fd 100644 --- a/vivaldi/mods/index.html +++ b/vivaldi/mods/index.html @@ -31,10 +31,10 @@ ..
[   0 Sep  2 21:58]  CSS
[   0 Aug  8 12:39]  JS
-[4.9K Aug 17 16:37]  custom.css
-[1.5K Mar 23  2024]  custom.unused.css
-[ 560 Nov 19 16:07]  page-confirm-info-bar.css
-[ 854 Jun  7  2023]  window-panel-tweaks.css
+[5.2K Jan  6 13:13]  custom.css
+[1.5K Jan  6 20:23]  custom.unused.css
+[ 360 Jan  7 14:35]  page-confirm-info-bar.css
+[ 854 Jan  6 20:23]  window-panel-tweaks.css


diff --git a/vivaldi/mods/page-confirm-info-bar.css b/vivaldi/mods/page-confirm-info-bar.css index aa2944d..bf847cc 100755 --- a/vivaldi/mods/page-confirm-info-bar.css +++ b/vivaldi/mods/page-confirm-info-bar.css @@ -4,22 +4,13 @@ background: var(--colorBg); } -.webpageview:has(.page-confirm-info-bar) .webpage, -.webpageview.internal:has(.page-confirm-info-bar) .internal-page { - top: 25px; -} - -.webpageview:has(.page-confirm-info-bar) .find-in-page-wrapper { - top: 25px; - position: relative; -} - -.page-confirm-info-bar .infobar-controls input[type='button'] { - height: 20px; +.page-confirm-info-bar .infobar-controls input { + height: 20px; color: white; background: darkred; } -.page-confirm-info-bar .infobar-controls svg { - fill: var(--colorFgFadedMost); +.page-confirm-info-bar .infobar-controls input:hover { + color: var(--colorHighlightFg); + background: var(--colorHighlightBg) !important; } diff --git a/vivaldi/panels/index.html b/vivaldi/panels/index.html index 2c896bf..bb6223c 100644 --- a/vivaldi/panels/index.html +++ b/vivaldi/panels/index.html @@ -29,22 +29,22 @@

panels

..
-[   0 Jun  6  2023]  CSS
-[   0 Jun  6  2023]  HTML
-[   0 Jun  6  2023]  HTTP
-[   0 Jun  6  2023]  JS
-[   0 May 24  2024]  res
-[   0 Jun  6  2023]  unicodeChartsPanel
-[ 421 Aug 15  2023]  html-chars.css
-[ 30K Apr  7  2023]  html-chars.html
-[4.2K Nov 25  2022]  html-chars.ico
-[1.4K Aug  8 10:57]  multisearch.html
-[3.2K Aug  8 10:45]  multisearch.ico
-[1.2K Nov 19 12:34]  multisearch2.html
-[ 32K Jun  4  2022]  triplecolors.html
-[3.2K Sep 13  2022]  triplecolors.ico
-[1.0K May 24  2024]  tunein-radio.html
-[2.2K Nov 26  2022]  tunein-radio.ico
+[   0 Jan  6 20:23]  CSS
+[   0 Jan  6 20:23]  HTML
+[   0 Jan  6 20:23]  HTTP
+[   0 Jan  6 20:23]  JS
+[   0 Jan  6 20:23]  res
+[   0 Jan  6 20:23]  unicodeChartsPanel
+[ 421 Jan  6 20:23]  html-chars.css
+[ 30K Jan  6 20:23]  html-chars.html
+[4.2K Jan  6 20:23]  html-chars.ico
+[1.4K Jan  6 20:23]  multisearch.html
+[3.2K Jan  6 20:23]  multisearch.ico
+[1.2K Jan  6 20:23]  multisearch2.html
+[ 32K Jan  6 20:23]  triplecolors.html
+[3.2K Jan  6 20:23]  triplecolors.ico
+[1.0K Jan  6 20:23]  tunein-radio.html
+[2.2K Jan  6 20:23]  tunein-radio.ico


diff --git a/vivaldi/panels/res/index.html b/vivaldi/panels/res/index.html index 5c6a672..27719e2 100644 --- a/vivaldi/panels/res/index.html +++ b/vivaldi/panels/res/index.html @@ -29,17 +29,17 @@

res

..
-[  43 Apr  3  2010]  arrow-bl.gif
-[  63 Jan 23  2020]  arrow-minus.gif
-[  64 Jan 23  2020]  arrow-plus.gif
-[3.6K May 14  2013]  css.ico
-[ 766 May 14  2013]  html.ico
-[6.4K Apr 14  2022]  http.ico
-[4.1K May 14  2013]  qr.css
-[ 201 May 17  2013]  qr-1.css
-[ 200 Apr 18  2013]  qr-2.css
-[3.7K Jun  4  2022]  script.ico
-[3.3K May 17  2013]  setup.js
+[  43 Jan  6 20:23]  arrow-bl.gif
+[  63 Jan  6 20:23]  arrow-minus.gif
+[  64 Jan  6 20:23]  arrow-plus.gif
+[3.6K Jan  6 20:23]  css.ico
+[ 766 Jan  6 20:23]  html.ico
+[6.4K Jan  6 20:23]  http.ico
+[4.1K Jan  6 20:23]  qr.css
+[ 201 Jan  6 20:23]  qr-1.css
+[ 200 Jan  6 20:23]  qr-2.css
+[3.7K Jan  6 20:23]  script.ico
+[3.3K Jan  6 20:23]  setup.js


diff --git a/vivaldi/panels/unicodeChartsPanel/pics/index.html b/vivaldi/panels/unicodeChartsPanel/pics/index.html index 4db9efc..db6cccb 100644 --- a/vivaldi/panels/unicodeChartsPanel/pics/index.html +++ b/vivaldi/panels/unicodeChartsPanel/pics/index.html @@ -29,8 +29,8 @@

pics

..
-[ 16K Aug 13  2013]  metall10d.gif
-[2.2K Aug 13  2013]  metall5breit.gif
+[ 16K Jan  6 20:23]  metall10d.gif
+[2.2K Jan  6 20:23]  metall5breit.gif


diff --git a/vivaldi/sdthumbs/index.html b/vivaldi/sdthumbs/index.html index 0365010..fce41bf 100644 --- a/vivaldi/sdthumbs/index.html +++ b/vivaldi/sdthumbs/index.html @@ -29,29 +29,29 @@

sdthumbs

..
-[ 73K May 21  2017]  1337x.png
-[ 20K Apr  2  2016]  Aftenposten.png
-[ 15K Mar 30  2016]  BBC.png
-[ 11K Oct 10  2016]  Feedly.png
-[7.9K Oct 23  2019]  GOG.png
-[ 34K Nov 13  2022]  GOG-old.png
-[ 57K Apr  1  2016]  Hinterland.png
-[ 70K Feb  2  2019]  Inmatrix.png
-[ 16K Dec 11  2022]  Mastodon.png
-[ 17K Sep  6  2018]  NRK.png
-[4.4K Aug 21  2021]  NRK-TV.png
-[8.4K Nov 18  2018]  RPS.png
-[ 52K Jan 27  2021]  RPS-new.png
-[ 23K Jun 17  2017]  RPS-old.png
-[8.8K Feb 28  2018]  StartMe.png
-[ 23K Oct 10  2016]  Steam.png
-[ 43K Nov 23  2020]  Telia-play.png
-[ 39K Oct 22  2019]  TheRegister.png
-[ 59K Apr  1  2016]  Tripwire.png
-[ 35K Mar 30  2016]  TWCenter.png
-[ 73K Jun 28  2017]  Vivaldi.png
-[8.3K Apr  9  2017]  Waxy.png
-[8.6K Oct 21  2019]  Youtube.png
+[ 73K Jan  6 20:23]  1337x.png
+[ 20K Jan  6 20:23]  Aftenposten.png
+[ 15K Jan  6 20:23]  BBC.png
+[ 11K Jan  6 20:23]  Feedly.png
+[7.9K Jan  6 20:23]  GOG.png
+[ 34K Jan  6 20:23]  GOG-old.png
+[ 57K Jan  6 20:23]  Hinterland.png
+[ 70K Jan  6 20:23]  Inmatrix.png
+[ 16K Jan  6 20:23]  Mastodon.png
+[ 17K Jan  6 20:23]  NRK.png
+[4.4K Jan  6 20:23]  NRK-TV.png
+[8.4K Jan  6 20:23]  RPS.png
+[ 52K Jan  6 20:23]  RPS-new.png
+[ 23K Jan  6 20:23]  RPS-old.png
+[8.8K Jan  6 20:23]  StartMe.png
+[ 23K Jan  6 20:23]  Steam.png
+[ 43K Jan  6 20:23]  Telia-play.png
+[ 39K Jan  6 20:23]  TheRegister.png
+[ 59K Jan  6 20:23]  Tripwire.png
+[ 35K Jan  6 20:23]  TWCenter.png
+[ 73K Jan  6 20:23]  Vivaldi.png
+[8.3K Jan  6 20:23]  Waxy.png
+[8.6K Jan  6 20:23]  Youtube.png


diff --git a/vivaldi/tools/chrome-pak/index.html b/vivaldi/tools/chrome-pak/index.html index ba5ccaf..cce5702 100644 --- a/vivaldi/tools/chrome-pak/index.html +++ b/vivaldi/tools/chrome-pak/index.html @@ -29,10 +29,10 @@

chrome-pak

..
-[ 586 Apr 15  2018]  pack.bat
-[ 14K Apr 15  2018]  pak_mingw32.exe
-[ 16K Apr 15  2018]  pak_mingw64.exe
-[ 647 Apr 15  2018]  unpack.bat
+[ 586 Jan  6 20:23]  pack.bat
+[ 14K Jan  6 20:23]  pak_mingw32.exe
+[ 16K Jan  6 20:23]  pak_mingw64.exe
+[ 647 Jan  6 20:23]  unpack.bat


diff --git a/vivaldi/tools/index.html b/vivaldi/tools/index.html index b431625..3fda915 100644 --- a/vivaldi/tools/index.html +++ b/vivaldi/tools/index.html @@ -29,14 +29,14 @@

tools

..
-[   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  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
+[   0 Jan  6 20:23]  chrome-pak
+[   0 Jan  6 20:23]  vivaldi-searchengine-sync
+[1.7K Jan  6 20:23]  anonymize-history.sql
+[ 631 Jan  6 20:23]  create-cookie-file.sql
+[3.2M Jan  6 20:23]  Giant-Bookmarks.zip
+[  96 Jan  6 20:23]  keepass-to-chrome-csv.cmd
+[689K Jan  6 20:23]  ListExtensions.exe
+[2.5M Jan  6 20:23]  python27.dll


diff --git a/vivaldi/tools/vivaldi-searchengine-sync/chrome/index.html b/vivaldi/tools/vivaldi-searchengine-sync/chrome/index.html index 4bedfb8..071a1c4 100644 --- a/vivaldi/tools/vivaldi-searchengine-sync/chrome/index.html +++ b/vivaldi/tools/vivaldi-searchengine-sync/chrome/index.html @@ -29,9 +29,9 @@

chrome

..
-[ 348 Dec 29  2010]  export_chrome_search_engines.sh
-[1.1K Jan 18  2011]  import_chrome_search_engines.cmd
-[ 665 Jan 18  2011]  import_chrome_search_engines.sh
+[ 348 Jan  6 20:23]  export_chrome_search_engines.sh
+[1.1K Jan  6 20:23]  import_chrome_search_engines.cmd
+[ 665 Jan  6 20:23]  import_chrome_search_engines.sh


diff --git a/vivaldi/tools/vivaldi-searchengine-sync/index.html b/vivaldi/tools/vivaldi-searchengine-sync/index.html index 1526510..55d573d 100644 --- a/vivaldi/tools/vivaldi-searchengine-sync/index.html +++ b/vivaldi/tools/vivaldi-searchengine-sync/index.html @@ -29,9 +29,9 @@

vivaldi-searchengine-sync

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


diff --git a/vivaldi/user_files/index.html b/vivaldi/user_files/index.html index 2cfc631..80ff9d2 100644 --- a/vivaldi/user_files/index.html +++ b/vivaldi/user_files/index.html @@ -29,9 +29,9 @@

user_files

..
-[6.3K Nov 25  2003]  Emulate_text_browser.css
-[4.9K Nov 25  2003]  Nostalgia.css
-[5.6K Jun  8  2006]  Textonly.css
+[6.3K Jan  6 20:23]  Emulate_text_browser.css
+[4.9K Jan  6 20:23]  Nostalgia.css
+[5.6K Jan  6 20:23]  Textonly.css


diff --git a/vivaldi/userscript/index.html b/vivaldi/userscript/index.html index 16896ec..e88b2ad 100644 --- a/vivaldi/userscript/index.html +++ b/vivaldi/userscript/index.html @@ -29,30 +29,30 @@

userscript

..
-[ 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  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
-[ 941 Aug 17 14:15]  Google I'm Feeling Lucky Redirect.options.json
-[  30 Aug 17 14:15]  Google I'm Feeling Lucky Redirect.storage.json
-[ 899 Dec 31  2022]  Google I'm Feeling Lucky Redirect.user.js
-[ 819 Aug 17 14:15]  Jira Night.options.json
-[  30 Aug 17 14:15]  Jira Night.storage.json
-[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  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
-[ 939 Aug 17 14:15]  Vivaldi Forum Tweaks.options.json
-[  30 Aug 17 14:15]  Vivaldi Forum Tweaks.storage.json
-[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  2024]  YouTube fast fullscreen toggle.user.js
+[ 982 Jan  6 20:23]  Absolute Enable Right Click & Copy.options.json
+[  30 Jan  6 20:23]  Absolute Enable Right Click & Copy.storage.json
+[6.3K Jan  6 20:23]  Absolute Enable Right Click & Copy.user.js
+[ 929 Jan  6 20:23]  Disable page close confirmation.options.json
+[  30 Jan  6 20:23]  Disable page close confirmation.storage.json
+[ 834 Jan  6 20:23]  Disable page close confirmation.user.js
+[ 941 Jan  6 20:23]  Google I'm Feeling Lucky Redirect.options.json
+[  30 Jan  6 20:23]  Google I'm Feeling Lucky Redirect.storage.json
+[ 899 Jan  6 20:23]  Google I'm Feeling Lucky Redirect.user.js
+[ 819 Jan  6 20:23]  Jira Night.options.json
+[  30 Jan  6 20:23]  Jira Night.storage.json
+[2.6K Jan  6 20:23]  Jira Night.user.js
+[ 877 Jan  6 20:23]  RPS Night Mode.options.json
+[  30 Jan  6 20:23]  RPS Night Mode.storage.json
+[2.2K Jan  6 20:23]  RPS Night Mode.user.js
+[ 766 Jan  6 20:23]  Unobtrusive Scrollbar.options.json
+[  30 Jan  6 20:23]  Unobtrusive Scrollbar.storage.json
+[ 638 Jan  6 20:23]  Unobtrusive Scrollbar.user.js
+[ 939 Jan  6 20:23]  Vivaldi Forum Tweaks.options.json
+[  30 Jan  6 20:23]  Vivaldi Forum Tweaks.storage.json
+[5.1K Jan  6 20:23]  Vivaldi Forum Tweaks.user.js
+[ 909 Jan  6 20:23]  YouTube fast fullscreen toggle.options.json
+[  30 Jan  6 20:23]  YouTube fast fullscreen toggle.storage.json
+[5.4K Jan  6 20:23]  YouTube fast fullscreen toggle.user.js