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
During debugging of #807 I noticed that there are a lot of duplicated stylesheets from vimperator. I assume that styles.removeSheet() is not working properly.
Furthermore I noticed that each style (e.g. each :highlight) is loaded as a separate stylesheet. This might affect the performance of Firefox.
The text was updated successfully, but these errors were encountered:
During debugging of #807 I noticed that there are a lot of duplicated stylesheets from vimperator. I assume that
styles.removeSheet()
is not working properly.Furthermore I noticed that each style (e.g. each
:highlight
) is loaded as a separate stylesheet. This might affect the performance of Firefox.The text was updated successfully, but these errors were encountered: