Optimize the loading experience for the popup: - do the [updates check](https://github.com/quoid/userscripts/blob/2a83cf0b62932077d0019df5f704c35725f0fa4a/src/popup/App.svelte#L318) some time *after* the popup loads - figure out a better way for [checking/updating `@require`ed assets](https://github.com/quoid/userscripts/blob/2a83cf0b62932077d0019df5f704c35725f0fa4a/extension/Userscripts%20Extension/Functions.swift#L1877) that is *outside* the `popupInit` function
Optimize the loading experience for the popup:
@requireed assets that is outside thepopupInitfunction