iamdiogo / DarkCloud

SoundCloud Dark Theme
MIT License
80 stars 21 forks source link

Extension slows down page #1

Closed c0bras closed 6 years ago

c0bras commented 6 years ago

The extension slows down the SoundCloud page usually when music is playing, and it has to do with how it loads the CSS code. I'm looking for contributions that might fix this problem!

Thank you!

danfelix commented 6 years ago

Pretty the sure problem, or at least a problem, is that the DOMNodeRemoved event fires a lot (30+ times) and the script inserts a new CSS every time the event fires.

I can take a stab at fixing it, should I just fork and create a 1.0.3 folder?