(I christen thee FOAC)
There's a FOAC on every page load before the content scripts kick in. It's mostly instant on inert sites like Hacker News but more noticeable on chunky single-page apps like the new Reddit.
Why is this happening? Content scripts documentation says css should be applied before the page load. Is this compromised by registering the scripts via background js instead of directly in the manifest file?
(I christen thee FOAC)
There's a FOAC on every page load before the content scripts kick in. It's mostly instant on inert sites like Hacker News but more noticeable on chunky single-page apps like the new Reddit.
Why is this happening? Content scripts documentation says css should be applied before the page load. Is this compromised by registering the scripts via background js instead of directly in the manifest file?