-
v1.0.12 Stable
released this
2026-05-17 01:11:29 +03:00 | 2 commits to master since this releaseHotfix on top of v1.0.11.
1. Passive OAuth popups suppressed. YouTube auto-opens
window.openonaccounts.google.com/...?passive=true&...at page load to silently pick up an existing Google session viapostMessage. Top-level popups don't carry the parent context Google expects, so the popup landed on "JavaScript отключен". Thesepassive=trueURLs are now filtered out — they no longer pop up. Active "Войти" clicks (nopassiveflag) continue through the OAuth popup as in 1.0.11.2. OAuth popup generalised to all known providers. Previously only
accounts.google.comwas intercepted; in-place navigation to other login pages (Yandex, Mail.ru, Microsoft, VK, Apple, GitHub, Facebook) would have hit the same embedded-browser checks. Now every known login host routes through the same clean popup + cookie-migration flow:accounts.google.compassport.yandex.ru/passport.yandex.com/oauth.yandex.rulogin.live.com/login.microsoftonline.comauth.mail.ru/login.mail.ru/oauth.mail.ruoauth.vk.com/login.vk.com/.vk.ruvariantsappleid.apple.com/idmsa.apple.comgithub.com/login*,*.facebook.com/login*
Per-provider cookie-domain lists describe what gets migrated back to the parent view's session after the popup hands control back to the original site.
LOGIN_PARTITIONrenamedpersist:google-login→persist:oauth-loginsince it now holds login state for all providers.Downloads