Bundle based on Kettu, made just for fun
-
Rooted: Shiggy Xposed
-
Non-Rooted: Shiggy Manager
- Injecting bundle:
https://github.com/kmmiio99o/ShiggyCord/releases/download/<VERSION>/shiggycord.js
- Install a ShiggyCord loader with loader config support (any mentioned in the Installing section).
- Go to Settings > General and enable Developer Settings.
- Clone the repo:
git clone https://github.com/kmmiio99o/Shiggycord.git - Install dependencies:
bun i - Build ShiggyCord's code:
bun run build - In the newly created
distdirectory, run a HTTP server. I recommend http-server. - Go to Settings > Developer enabled earlier. Enable
Load from custom urland input the IP address and port of the server (e.g.http://192.168.1.236:4040/shiggycord.js) in the new input box labelledShiggyCord URL. - Restart Discord. Upon reload, you should notice that your device will download ShiggyCord's bundled code from your server, rather than GitHub.
- Make your changes, rebuild, reload, go wild!
Alternatively, you can directly serve the bundled code by running bun run serve. shiggycord.js will be served on your local address under the port 4040. You will then insert http://<local ip address>:4040/shiggycord.js as a custom url and reload. Whenever you restart your mobile client, the script will rebuild the bundle as your client fetches it.