From 73427b9a01421379f8f13a0dd1853a4494f995e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:54:36 +0000 Subject: [PATCH 1/2] Add VRChat entry to sites.json Agent-Logs-Url: https://github.com/daviddavo/jgmd/sessions/faccfb4b-ea54-4e4f-bc47-97aa7bd5f283 Co-authored-by: daviddavo <10263941+daviddavo@users.noreply.github.com> --- _data/sites.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_data/sites.json b/_data/sites.json index e2f86fc1..7299733b 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -1007,6 +1007,13 @@ "notes": "To request your account data, please send an email to info@virtcloud.net with the subject 'Account Data Request'. Include your full name and registered email address. Once verified, a copy of all data associated with your account will be sent to you within 48 hours." }, + { + "name": "VRChat", + "url": "https://help.vrchat.com/hc/requests/new", + "difficulty": "hard", + "notes": "Go to the linked website, make a ZenDesk account, and submit a request to download your account data. IMPORTANT: After VRChat makes your data available, the download URL will be kept active indefinitely, even if you delete your VRChat at a later date. This effectively means VRChat will still have a copy of your data after account deletion. YOU MUST make a separate request asking for your ZenDesk account, support tickets, and data packages be deleted to fully remove all information from VRChat." + }, + { "name": "Walmart", "url": "https://cpa-ui.walmart.com/affirmation?brandCode=WMT", From 4e5869aee19c529da4ab869985d2eae76c4d41ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:55:08 +0000 Subject: [PATCH 2/2] Fix missing word 'account' in VRChat notes Agent-Logs-Url: https://github.com/daviddavo/jgmd/sessions/faccfb4b-ea54-4e4f-bc47-97aa7bd5f283 Co-authored-by: daviddavo <10263941+daviddavo@users.noreply.github.com> --- _data/sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/sites.json b/_data/sites.json index 7299733b..2ce389d6 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -1011,7 +1011,7 @@ "name": "VRChat", "url": "https://help.vrchat.com/hc/requests/new", "difficulty": "hard", - "notes": "Go to the linked website, make a ZenDesk account, and submit a request to download your account data. IMPORTANT: After VRChat makes your data available, the download URL will be kept active indefinitely, even if you delete your VRChat at a later date. This effectively means VRChat will still have a copy of your data after account deletion. YOU MUST make a separate request asking for your ZenDesk account, support tickets, and data packages be deleted to fully remove all information from VRChat." + "notes": "Go to the linked website, make a ZenDesk account, and submit a request to download your account data. IMPORTANT: After VRChat makes your data available, the download URL will be kept active indefinitely, even if you delete your VRChat account at a later date. This effectively means VRChat will still have a copy of your data after account deletion. YOU MUST make a separate request asking for your ZenDesk account, support tickets, and data packages be deleted to fully remove all information from VRChat." }, {