From eb997a3d3f47b717559d37fb85d9b20065d6f10d Mon Sep 17 00:00:00 2001 From: 0x000011b <0x000011b@waifu.club> Date: Sun, 8 Jan 2023 12:16:38 -0300 Subject: [PATCH] chore: point CAI dumper userscript to the GitHub repo instead --- extras/characterai-dumper/README.md | 2 +- extras/characterai-dumper/characterai-dumper.user.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/characterai-dumper/README.md b/extras/characterai-dumper/README.md index 378ee90..24adc78 100644 --- a/extras/characterai-dumper/README.md +++ b/extras/characterai-dumper/README.md @@ -6,7 +6,7 @@ This userscript allows you to download your saved messages with any bot you've e - Install a userscript manager. - Personally I tested this with [Violentmonkey](https://violentmonkey.github.io/get-it/) on Firefox, but I think Greasemonkey and Tampermonkey should work as well. -- Install the userscript [from here](https://git.fuwafuwa.moe/waifu-collective/toolbox/raw/branch/master/extras/characterai-dumper/characterai-dumper.user.js). +- Install the userscript [from here](https://github.com/0x000011b/characterai-dumper/raw/master/characterai-dumper.user.js). - Now, while you're talking to a character, click on "View Saved Chats" to go to their histories page: ![Where to find "View Saved Chats"](./example-images/01.png) - After a few seconds, a `Download` link should pop up next to the "Your past conversations with so-and-so" header: diff --git a/extras/characterai-dumper/characterai-dumper.user.js b/extras/characterai-dumper/characterai-dumper.user.js index 6234f70..2266b48 100644 --- a/extras/characterai-dumper/characterai-dumper.user.js +++ b/extras/characterai-dumper/characterai-dumper.user.js @@ -6,8 +6,8 @@ // @version 1.4 // @author 0x000011b // @description Allows downloading saved chat messages and character definitions from CharacterAI. -// @downloadURL https://git.fuwafuwa.moe/waifu-collective/toolbox/raw/branch/master/extras/characterai-dumper/characterai-dumper.user.js -// @updateURL https://git.fuwafuwa.moe/waifu-collective/toolbox/raw/branch/master/extras/characterai-dumper/characterai-dumper.user.js +// @downloadURL https://github.com/0x000011b/characterai-dumper/raw/master/characterai-dumper.user.js +// @updateURL https://github.com/0x000011b/characterai-dumper/raw/master/characterai-dumper.user.js // ==/UserScript== const log = (firstArg, ...remainingArgs) =>