FUSAM Integration: https://sidiousious.gitlab.io/bc-addon-loader/ This addon allows you to enable/disable many other mods from a single location, including LSCG.
Stable: https://github.com/littlesera/LSCG/raw/main/lscgLoader.user.js
Dev: https://github.com/littlesera/LSCG/raw/dev/lscgLoader-dev.user.js
Stable:
javascript:(()=>{fetch('https://littlesera.github.io/LSCG/bundle.js').then(r=>r.text()).then(r=>eval(r));})();
Dev:
javascript:(()=>{fetch('https://littlesera.github.io/LSCG/dev/bundle.js').then(r=>r.text()).then(r=>eval(r));})();