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