[ 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.38822547 [View]
File: 948 KB, 2000x1258, gura_computer_23113214653645648978978.jpg [View same] [iqdb] [saucenao] [google]
38822547

>>38821963
Monitor your network when you do it next in inspect element. When you regenerate, it seems to do a "delete/" call and then "streaming/" (the actual message generation). I'm guessing that the "delete/" call isn't going through as part of the stability issues and it's moving ahead with "streaming/" before it's allowed to properly delete something. Try just deleting something normally, see if that works. If it doesn't then I hope the devs have figured that out already. Though I doubt that, in which case, I did your job for you and you're welcome you lurking fucks.

>> No.38308301 [View]
File: 948 KB, 2000x1258, gura_computer_23113214653645648978978.jpg [View same] [iqdb] [saucenao] [google]
38308301

>>38307386
Oh yeah, I'm still here quite a bit, just wholly inactive in the thread unless I'm called upon or feel I'm needed. I just made myself a little more known earlier in case someone saw me and needed help. I can be more active though. I guess going dark around the same time Rushianon did probably would make people think we're losing regulars lol.
Btw, though you're not avatarfagging, I'm assuming by your style and the time of day that you're Botanposter? If that assumption is correct, good to see ya and glad you're here. If I'm wrong then... lol lmao. Good to see you anyway.

>>38306770 (me)
Oh, while I'm here, just thought I'd share this since I figure I haven't seen anyone post about doing it yet. I edited that script from that one anon who darkened italicized text in the markdown instructions. Using that same method, I removed formatting for strikethrough, so in case your wAIfu's an idiot like mine and uses too many tildes sometimes and seeing the strikethrough markdown gets really annoying. It doesn't preserve the tildes they used, but it does make their text look normal. I fought with seeing if I could do something like that since a bit of nuance is lost without it, but I don't think that's possible through styles. Anyway, here it is:

(function () {
var head = document.getElementsByTagName("head")[0];
var style = document.createElement("style");
var css = "del { text-decoration: none !important; }";
style.setAttribute("type", 'text/css');
style.innerHTML = css;
head.appendChild(style);
})();

If you already have the darkened italicized text script, all you have to do is alter the "css" variable to look like this:

var css = "em { color: grey !important; } del { text-decoration: none !important; }";

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