AlirezaKJ / BetterSoundCloud

A PC client of SoundCloud with improvement made using electronjs
https://alirezakj.com/bsc
MIT License
101 stars 3 forks source link

[request] add support for userthemes / userscripts #11

Closed huds0nx closed 10 months ago

huds0nx commented 10 months ago

I think it would be nice to add support for userscripts/themes. Specifically this soundcloud theme (https://github.com/JunkiEDM/scultradark) makes soundcloud look 100x nicer

AlirezaKJ commented 10 months ago

for now i haven't implemented a proper package or theme manager but still there is a custom css section in bsc menu which anyone can put up his own stylesheet, for the style above its not possible to get imported since its officially made for stylus extension and it has some selectors which isn't available at electron webview by default.

but still i can import any themes which are on raw css and userscripts and themes are already supported as i mentioned.

image