[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vt/ - Virtual Youtubers

Search:


View post   

>> No.37827428 [View]
File: 115 KB, 1576x662, light-black-example-usercript-cai-actions-color.png [View same] [iqdb] [saucenao] [google]
37827428

>>37826717
hello /vt/.
i want to share my script to make the chat easier to read, and more comfy to navigate.

i did a post on the cai forums but i don't expect the devs to add it in their web. here is:

// ==UserScript==
// @name Color Style - character.ai
// @namespace An CSS user script
// @match https://beta.character.ai/*
// @grant none
// @version 1.0
// @author Perberos
// @description 11/9/2022, 5:32:59 AM
// ==/UserScript==
(function () {
var css = "em { color: grey !important; }";

var head = document.getElementsByTagName("head")[0];
var style = document.createElement("style");
style.setAttribute("type", 'text/css');
style.innerHTML = css;
head.appendChild(style);
})();

Navigation
View posts[+24][+48][+96]