You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Violentmonkey (and potentially other extensions) load all resources sequentially, meaning it can take a couple minutes to install.
To fix, either the pngs need to be stitched together into a texture atlas and all SVG icons into one XML bundle, or the resources should just be fetched from the GitHub CDN directly, on demand. This would leverage the browser asset cache instead of the userscript manager extension's cache.
The text was updated successfully, but these errors were encountered:
Violentmonkey (and potentially other extensions) load all resources sequentially, meaning it can take a couple minutes to install.
To fix, either the pngs need to be stitched together into a texture atlas and all SVG icons into one XML bundle, or the resources should just be fetched from the GitHub CDN directly, on demand. This would leverage the browser asset cache instead of the userscript manager extension's cache.
The text was updated successfully, but these errors were encountered: