Skip to content

Instantly share code, notes, and snippets.

View SalbugVR's full-sized avatar
☁️
Aloft in Virtual Reality™

Salbug SalbugVR

☁️
Aloft in Virtual Reality™
View GitHub Profile
@SalbugVR
SalbugVR / custom.js
Last active April 4, 2025 01:04
Custom Javascript for VRCX. Allows backing up of VRChat Screenshots, Prints and Stickers to Discord channels via webhooks. Code by Nekromateion.
(() => {
const stickersWebhookUrls = ["INSERT WEBHOOK URL HERE"];
const printsWebhookUrls = ["INSERT WEBHOOK URL HERE"];
const screenshotsWebhookUrls = ["INSERT WEBHOOK URL HERE"];
const availableMessageParts = ["type", "fileName", "date", "worldId", "instanceId", "worldName", "playerListNameOnly", "playerListUserIdOnly", "playerList", "DD/MM/YYYY HH:mm:ss"];
// modify the arrays below with values from availableMessageParts to make changes to the message attached to the image
const stickersOrder = ["type"];
const printsOrder = ["type"];