Skip to content

fix flash of unstyled content in browser extension

Warren Gifford requested to merge bext-unstyled-flash into master

Created by: sqs

The elements were being injected before the stylesheet finished loading (even though it is a local stylesheet, it still takes a brief moment to load). This fixes it so that the injection waits until the styles are loaded.

fix #4033 (closed)

before and after videos

Merge request reports

Loading