Skip to content

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.

How to add an asset

  1. Open GoofCord folder from GoofCord settings and go to "assets".
  2. Put or create your script/style in the folder

Assets are loaded in alphanumerical order (on all systems?) and as soon as possible

Disabling scripts

You can stop a script from loading by appending ".disable" to its name.

Clone this wiki locally