After reloading the page, my plugin displays a constructed stylesheet. However, when I access it for the first time or reload with ctrl + f5, the constructed stylesheet does not appear.
I have meticulously searched through all of the plugin code looking for any instances of CSSStyleSheet or createElement("style"), but I have found nothing.
Is there a way I could debug or use the inspector to identify which part of the code is responsible for generating this issue?
*constructed stylesheet*
.dc-ad {
display: none !important;
}