From fd48ce8481ea49cfb62307f57ab042c0e39ee7b5 Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:05:24 +0200 Subject: [PATCH] Fix site access banner overlay and immediate guidance --- website/site-access-help.html | 21 ++++++++++++--------- website/styles/foundation.css | 17 ++++++++++++++--- website/template.html | 3 +-- 3 files changed, 27 insertions(+), 14 deletions(-) diff --git a/website/site-access-help.html b/website/site-access-help.html index a2c0650..c153785 100644 --- a/website/site-access-help.html +++ b/website/site-access-help.html @@ -4,7 +4,7 @@ KoalaSync Cannot Access Your Video Site? Fix Website Access - + @@ -69,32 +69,35 @@
- Start here -

Use the built-in one-click fix

+ Immediate workaround — no extension update required +

Allow KoalaSync in your browser now

    -
  1. Open the video website and then open the KoalaSync popup.
  2. -
  3. Select the video tab. If access is blocked, KoalaSync shows an access notice instead of silently pretending the tab is connected.
  4. -
  5. Select Allow access and approve the browser prompt. KoalaSync retries the tab automatically.
  6. -
  7. If the prompt does not appear, use the manual browser steps below and reload the video page once.
  8. +
  9. Keep the affected video website open.
  10. +
  11. Open the browser’s extensions menu next to the address bar.
  12. +
  13. If KoalaSync appears under Access requested, select KoalaSync to grant access.
  14. +
  15. If that section is missing, open KoalaSync’s menu or extension details and set website access to On this site or On all sites.
  16. +
  17. Reload the video page once, open KoalaSync, and select the video tab again.
+

This manual workaround works even while KoalaSync 2.6.2 is still waiting for approval or rollout in your browser’s extension store.

This is not a new KoalaSync permission. -

Modern browsers let users, profiles, and administrators withhold extension access per website. Chrome’s newer extension menu makes that existing control much more visible. KoalaSync now detects the blocked state and asks for access only after you select a video tab.

+

Modern browsers let users, profiles, and administrators withhold extension access per website. Chrome’s newer extension menu makes that existing control much more visible. KoalaSync 2.6.2 detects the blocked state and adds a guided recovery action after the store update reaches you; the manual steps above work immediately on older KoalaSync releases.

- Chrome, Edge, Brave, Opera + Chrome, Edge, Brave, Opera, Vivaldi

Allow KoalaSync on the current site

  1. Keep the affected video tab open.
  2. Open the browser’s extensions menu near the address bar.
  3. Under Access requested, select KoalaSync and allow access.
  4. +
  5. In browsers with the older menu, right-click KoalaSync and choose This can read and change site data, then allow the current site.
  6. If needed, open KoalaSync’s extension details and change site access to On this site or On all sites.
  7. Reload the video tab and select it again in KoalaSync.
diff --git a/website/styles/foundation.css b/website/styles/foundation.css index a8eeb15..6f6faae 100644 --- a/website/styles/foundation.css +++ b/website/styles/foundation.css @@ -93,12 +93,19 @@ } .site-access-banner { - position: relative; + position: fixed; + top: 89px; + left: 0; + width: 100%; z-index: 900; - margin-top: 96px; border-block: 1px solid color-mix(in oklch, var(--accent) 42%, transparent); background: color-mix(in oklch, var(--accent) 16%, var(--bg)); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16); + transition: top 0.3s ease; +} + +nav.nav-scrolled + .site-access-banner { + top: 59px; } .site-access-banner-inner { @@ -143,7 +150,11 @@ @media (max-width: 768px) { .site-access-banner { - margin-top: 76px; + top: 73px; + } + + nav.nav-scrolled + .site-access-banner { + top: 59px; } .site-access-banner-inner { diff --git a/website/template.html b/website/template.html index 3cabda0..aaf39d5 100644 --- a/website/template.html +++ b/website/template.html @@ -210,7 +210,7 @@ - +
@@ -366,7 +366,6 @@ {{SUPPORT_BANNER_TEXT}} {{SUPPORT_BANNER_CTA}} -