Character.ai Unofficial Notepad

Adds a small context window for note taking on the character.ai website for usages with various characters.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
leftover
今日安裝
1
安裝總數
399
評價
1 0 0
版本
1.0
建立日期
2023-05-27
更新日期
2023-05-27
尺寸
3.9 KB
授權條款
MIT
腳本執行於

Certainly! Here's a user guide explaining how the "Character.ai Unofficial Notepad" userscript works:

1. Installation:
- Install a userscript manager extension in your web browser. For example, you can use Tampermonkey (available for popular browsers like Chrome, Firefox, Safari, etc.).
- Once the userscript manager is installed, create a new script and paste the provided code into the script editor.

2. Functionality:
- The userscript adds a small context window for note-taking on the beta.character.ai website for each character.
- It creates a fixed-positioned window with text areas for taking notes, along with navigation buttons to switch between different note windows.

3. Usage:
- After installing the userscript, visit the beta.character.ai website and access a specific character page.
- On the character page, you will see the notepad window positioned on the top right corner of the screen.
- By default, the notepad contains five text windows, but you can adjust this number by modifying the `numWindows` variable in the script.
- Each text window consists of a title input field and a textarea for entering notes.
- To add or modify the title of a window, simply click on the corresponding input field and enter the desired title. The title will be automatically saved.
- To add or modify the text content of a window, click on the textarea, and enter your notes. The content will be saved automatically.
- The script uses the browser's local storage to store the title and text content for each window, so your notes will persist across page reloads or revisits.
- You can navigate between the different text windows using the "Prev" and "Next" buttons provided in the notepad window.
- Clicking the "Prev" button will hide the current window and display the previous window, while clicking the "Next" button will hide the current window and display the next window.

4. Customization:
- If you want to modify the appearance or behavior of the notepad window, you can modify the corresponding CSS styles and JavaScript code in the userscript.
- For example, you can change the position, size, colors, or any other visual aspect of the notepad window by modifying the CSS properties of the `newDiv`, `titleInput`, and `newTextarea` elements.
- Similarly, you can change the number of windows, their default titles, or any other functionality by modifying the JavaScript code in the `for` loop where the windows are created.

Remember, this userscript is unofficial and provided as-is. Use it at your own risk, and make sure to comply with the terms of service and policies of the beta.character.ai website.


NOTE: you must refresh on the character screen if you go between characters to get it to come up correctly for the new one.