// ==UserScript== // @name c.ai X Character Creation Helper // @namespace c.ai X Character Creation Helper // @version 2.4 // @license MIT // @description Gives visual feedback for the definition // @author Vishanka // @match https://character.ai/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Define the new CSS rule var newCss = ".custom-char-color { color: #ff4500 !important; }"; // Create a new