Wetbikeboy2500 / Resurgence

This aims to fix and enhance the Scratch website
MIT License
6 stars 1 forks source link

Some pages don't handle dark theme correctly #44

Open infinitytec opened 4 years ago

infinitytec commented 4 years ago

https://scratch.mit.edu/scratch_1.4 image

https://scratch.mit.edu/download image

https://scratch.mit.edu/download/scratch2 image

https://scratch.mit.edu/ideas image

The editor is also messed up by the dark theme. It would be nice to either add a dark theme to the editor or just disable it. image

Wetbikeboy2500 commented 4 years ago

Sorry it took me so long to notice this. github is always spamming me with repos I watch 11.5 should fix the issue with the editor, but it has to use a weird workaround since scratch seems to rebuild the dom between and editor and project view which means my userscript doesn't reload. I have added event listeners to each button that goes in a loop to add another event listener since the dom keeps getting rebuilt. This also made me realize that the 2.0 view for projects also wasn't always working but now should have more success. Hopefully the Scratch Team chill out with all the changes and actually use universal classes for themes but whatever.

infinitytec commented 4 years ago

I have some theme userscripts if you want to use those.

infinitytec commented 4 years ago

Oh and found another image

Wetbikeboy2500 commented 4 years ago

Would it be okay to put your userscript into mine?

infinitytec commented 4 years ago

Absolutely!