-
-
Notifications
You must be signed in to change notification settings - Fork 8
Asset Loader
Milkshift edited this page Oct 27, 2024
·
2 revisions
Asset loader is a feature that allows loading of custom JS and CSS code from a local folder. It is also used by GoofCord to load client mods.
- Open GoofCord folder from GoofCord settings and go to "assets".
- Put or create your script/style in the folder
Assets are loaded in alphanumerical order (on all systems?) and as soon as possible
You can stop a script from loading by appending ".disable" to its name.